From 9b4be954fa3f1bdc122f21f600959f3ca680257d Mon Sep 17 00:00:00 2001 From: Nathan Beaud Date: Tue, 21 Mar 2023 14:30:41 +0100 Subject: [PATCH] Octave work now --- speech_analysis.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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