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