Changeset 60
- Timestamp:
- 06/14/13 17:43:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
birds/domilbirds.m
r59 r60 34 34 %% 35 35 s2 = specwhiten(S,fmax); 36 figure(5); imagesc(t,f,s2);37 axis xy; xlabel('time (s)'); ylabel('freq.');36 %figure(5); imagesc(t,f,s2); 37 %axis xy; xlabel('time (s)'); ylabel('freq.'); 38 38 39 39 % do the same smoothing but change the threshold … … 49 49 y = x([x.Area]>10) 50 50 51 52 53
Note: See TracChangeset
for help on using the changeset viewer.