Changeset 52
- Timestamp:
- 06/14/13 16:07:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
birds/domilbirds.m
r50 r52 8 8 [S,f,t] = spectrogram(signal,512,256,[],fs); 9 9 10 figure(2); imagesc(t,f,abs(S)); 11 axis xy; xlabel('time (s)'); ylabel('freq.'); 10 figure(2); clf; showspec(S,f,t); 12 11 13 figure(3); imagesc(t,f,imag(S)); 14 axis xy; xlabel('time (s)'); ylabel('freq.'); 12 figure(3); clf; showspec(imag(S), f,t); 15 13
Note: See TracChangeset
for help on using the changeset viewer.