MATLAB Function Reference | Search  Help Desk |
writesnd | Examples |
writesnd(data,samplerate,bitspersample,filename
)
writesnd(data,samplerate,bitspersample,filename)
writes the sound information specified by data
and samplerate
into an snd
resource in filename
.
writesnd(y,Fs,16,'gong.snd')