writes .wav sound file
wavwrite(y, wavfile) wavwrite(y, Fs, wavfile) wavwrite(y, Fs, nbits, wavfile)
row vector or matrix: Sound amplitudes = real values in [-1,1]. One row per channel. Values out of [-1,+1] are ignored.
string (The .wav extension is appended if no extension is given)
integer: Sampling frequency, in Hz. 22500 is the default value.
bit-depth 8, 16, 24, 32 bits. it describes the number of bits of information recorded for each sample. 16 is the default value.
Utility function to save .wav
sound file.
wavwrite(y,wavfile)
writes a sound file specified by
the string wavfile
.
wavwrite(y,Fs,wavfile)
specifies in
Fs
the sampling rate of the data in Hertz.