comparison aim-mat/tools/@signal/generateamnoise.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
3 % INPUT VALUES: 3 % INPUT VALUES:
4 % sig: @signal with length and samplerate 4 % sig: @signal with length and samplerate
5 % RETURN VALUE: 5 % RETURN VALUE:
6 % sig: @signal 6 % sig: @signal
7 % 7 %
8 % (c) 2003-2008, University of Cambridge, Medical Research Council 8 % This external file is included as part of the 'aim-mat' distribution package
9 % Maintained by Tom Walters (tcw24@cam.ac.uk), written by Stefan Bleeck (stefan@bleeck.de) 9 % (c) 2011, University of Southampton
10 % http://www.pdn.cam.ac.uk/cnbh/aim2006 10 % Maintained by Stefan Bleeck (bleeck@gmail.com)
11 % $Date: 2008-06-10 18:00:16 +0100 (Tue, 10 Jun 2008) $ 11 % download of current version is on the soundsoftware site:
12 % $Revision: 585 $ 12 % http://code.soundsoftware.ac.uk/projects/aimmat
13 % documentation and everything is on http://www.acousticscale.org
14
13 15
14 function sig=generateAMnoise(sig,fre,modgrad) 16 function sig=generateAMnoise(sig,fre,modgrad)
15 17
16 len=getlength(sig); 18 len=getlength(sig);
17 sr=getsr(sig); 19 sr=getsr(sig);