[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

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON