Update octave
This commit is contained in:
parent
b1fc72d3e3
commit
eb9e818863
|
|
@ -1,5 +1,5 @@
|
|||
[y,Fs] = audioread(modulator22.wav);
|
||||
[y,Fs] = audioread("modulator22.wav");
|
||||
t = (0:length(y)-1)/Fs;
|
||||
plot(Y,Fs);
|
||||
plot(y,Fs);
|
||||
xlabel("Timee (s)");
|
||||
ylabel("Amplitude");
|
||||
Loading…
Reference in New Issue