Changeset 52


Ignore:
Timestamp:
06/14/13 16:07:37 (11 years ago)
Author:
dtax
Message:

Can we show something on the bird spectrograms?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • birds/domilbirds.m

    r50 r52  
    88[S,f,t] = spectrogram(signal,512,256,[],fs);
    99
    10 figure(2); imagesc(t,f,abs(S));
    11 axis xy; xlabel('time (s)'); ylabel('freq.');
     10figure(2); clf; showspec(S,f,t);
    1211
    13 figure(3); imagesc(t,f,imag(S));
    14 axis xy; xlabel('time (s)'); ylabel('freq.');
     12figure(3); clf; showspec(imag(S), f,t);
    1513
Note: See TracChangeset for help on using the changeset viewer.