[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/sounds]
wavwrite
(/tools/hpmatlab/toolbox/matlab/sounds/wavwrite.m)
Function Synopsis
wavwrite(wavefile,waveData,sRate)
Help text
WAVWRITE Saves Microsoft Windows 3.1 .WAV format sound files.
WAVWRITE(wavefile,y,Fs) saves a .WAV format file specified by "wavefile".
The input arguments for WAVWRITE are as follows:
wavefile A string containing the name of the .WAV file to create
y The sampled data to save (8 bit max)
Fs The rate at which the data was sampled
Note: WAVWRITE will create an 8-bit, simgle channel wave file. Non 8-bit
sample data will be truncated.
See also WAVREAD.
Cross-Reference Information
This function calls
- ceil /tools/hpmatlab/toolbox/matlab/elfun/ceil.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- input /tools/hpmatlab/toolbox/matlab/lang/input.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON