Return a sinetone of the input
y= sinetone(FREQ) y= sinetone(FREQ, RATE) y= sinetone(FREQ, RATE, SEC) y= sinetone(FREQ, RATE, SEC, AMPL)
frequency of sinetone
Sampling rate
Length in seconds
Amplitude
Return a sinetone of frequency FREQ with a length of SEC seconds atsampling rate RATE and with amplitude AMPL.The arguments FREQ and AMPL may be vectors of common size.The defaults are RATE = 8000, SEC = 1, and AMPL = 64.