Mercurial > hg > aimmat
comparison aim-mat/tools/spectrogram.m @ 3:20ada0af3d7d
various bugfixes and changed copywrite message
author | Stefan Bleeck <bleeck@gmail.com> |
---|---|
date | Tue, 16 Aug 2011 14:36:30 +0100 |
parents | 74dedb26614d |
children |
comparison
equal
deleted
inserted
replaced
2:8bd33a2931a3 | 3:20ada0af3d7d |
---|---|
1 % support file for 'aim-mat' | 1 % support file for 'aim-mat' |
2 % | 2 % |
3 % This external file is included as part of the 'aim-mat' distribution package | 3 % This external file is included as part of the 'aim-mat' distribution package |
4 % http://www.pdn.cam.ac.uk/cnbh/aim2006 | 4 % (c) 2011, University of Southampton |
5 % $Date: 2008-06-10 18:00:16 +0100 (Tue, 10 Jun 2008) $ | 5 % Maintained by Stefan Bleeck (bleeck@gmail.com) |
6 % $Revision: 585 $ | 6 % download of current version is on the soundsoftware site: |
7 % http://code.soundsoftware.ac.uk/projects/aimmat | |
8 % documentation and everything is on http://www.acousticscale.org | |
9 | |
7 | 10 |
8 function f=spectrogram(sig,nr_f,maxfre) | 11 function f=spectrogram(sig,nr_f,maxfre) |
9 | 12 |
10 nsig=changesr(sig,maxfre*2); | 13 nsig=changesr(sig,maxfre*2); |
11 sr=getsr(nsig); | 14 sr=getsr(nsig); |