[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/sounds]
recsound
(/tools/hpmatlab/toolbox/matlab/sounds/recsound.m)
Function Synopsis
out = recsound(Fs,t)
Help text
function recsound(Fs,t);
Records at sampling rate Fs for time interval t.
t is optional.
RESTRICTIONS: The arguments to recsound are examined
to reduce the chance of corrupting the audio
connection. The time and sampling rate
parameters must meet the following conditions.
1. Vector length - the output vector must be between 1000
and 500,000 samples long.
2. Frequency - the sampling frequency must be between 100 Hz
and 50 kHz
Cross-Reference Information
This function calls
- all /tools/hpmatlab/toolbox/matlab/ops/all.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- eval /tools/hpmatlab/toolbox/matlab/lang/eval.m
- fix /tools/hpmatlab/toolbox/matlab/elfun/fix.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- inf /tools/hpmatlab/toolbox/matlab/elmat/inf.m
- more /tools/hpmatlab/toolbox/matlab/general/more.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- pause /tools/hpmatlab/toolbox/matlab/lang/pause.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- unix /tools/hpmatlab/toolbox/matlab/general/unix.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON