Changeset 59 for birds/specwhiten.m


Ignore:
Timestamp:
06/14/13 17:40:57 (11 years ago)
Author:
vcheplygina
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • birds/specwhiten.m

    r58 r59  
    3535    %P(f) = sqrt(eps + sum(s1(f,lowestix).^2));
    3636   
    37     P(f) = sum(s1(f,lowestix)) / length(lowestix);
     37    P(f) = sum(s1(f,lowestix)) / length(lowestix);  %Version for segmentation
    3838    s2(f,:) = s1(f,:) ./P(f);
    3939end
Note: See TracChangeset for help on using the changeset viewer.