Update octave

This commit is contained in:
Nathan BEAUD 2023-03-21 14:17:40 +01:00
parent e3750881f5
commit b1fc72d3e3
2 changed files with 5 additions and 0 deletions

View File

5
speech_analysis.m Normal file
View File

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