file added

This commit is contained in:
Arnaud REY DU BOISSIEU 2023-03-21 15:17:57 +01:00
parent 5add8fd719
commit 4b3a769f7e
2 changed files with 1 additions and 1 deletions

BIN
Spectrogram_output2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -3,5 +3,5 @@ t = (0:length(y)-1)/Fs;
[pwr, dur] = frequencySpectrum(y, Fs, 0);
xlabel("Timee (s)");
ylabel("Amplitude");
spectrogram(y,Fs,5,30)
spectrogram(y,Fs,5,5)