Octave work now

This commit is contained in:
Nathan BEAUD 2023-03-21 14:30:41 +01:00
parent eb9e818863
commit 9b4be954fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[y,Fs] = audioread("modulator22.wav"); [y,Fs] = audioread("modulator22.wav");
t = (0:length(y)-1)/Fs; t = (0:length(y)-1)/Fs;
plot(y,Fs); plot(t, y);
xlabel("Timee (s)"); xlabel("Timee (s)");
ylabel("Amplitude"); ylabel("Amplitude");