sinetone
Return a sinetone of the input
Calling Sequence
y= sinetone(FREQ)
y= sinetone(FREQ, RATE)
y= sinetone(FREQ, RATE, SEC)
y= sinetone(FREQ, RATE, SEC, AMPL)
Parameters
FREQ:
frequency of sinetone
RATE:
Sampling rate
SEC:
Length in seconds
AMPL:
Amplitude
Description
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.