wavwrite('wavefile',y,Fs)
wavwrite('wavefile',y,Fs) writes the 8-bit sampled data y, with sample rate Fs, to the file wavefile.
wavwrite creates an 8-bit, single channel file. The function truncates sample data of more than eight bits.
wavread
(c) Copyright 1994 by The MathWorks, Inc.