[y, Fs] = audioread('sound.wav');. t = 0:1/Fs:info.Duration;. t = t(1:end-1);. plot(t,y);. xlabel('Time');. ylabel('Audio Signal');.
確定! 回上一頁