Update octave

This commit is contained in:
Nathan BEAUD 2023-03-21 14:27:08 +01:00
parent b1fc72d3e3
commit eb9e818863
1 changed files with 2 additions and 2 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(y,Fs);
xlabel("Timee (s)"); xlabel("Timee (s)");
ylabel("Amplitude"); ylabel("Amplitude");