[s,fs,bit]=wavread('c:\msg.wav');sound(s,fs,bit)a=s(:,1);
其中,bit起到什么作用,s(:,1)这个又是什么意思
s(:,1)指第一列
bit字节数目