diff --git a/speech_analysis.m b/speech_analysis.m index be79af5..87e2fc4 100644 --- a/speech_analysis.m +++ b/speech_analysis.m @@ -1,5 +1,5 @@ [y,Fs] = audioread("modulator22.wav"); t = (0:length(y)-1)/Fs; -plot(y,Fs); +plot(t, y); xlabel("Timee (s)"); ylabel("Amplitude"); \ No newline at end of file