Code Speech Analysis

This commit is contained in:
Adrien COMBE 2023-03-24 09:58:50 +01:00
parent 49afddcce4
commit e38ab4539d
1 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ plot(t,y);
title ("Temporal analysis");
%PERFORMING DFT
%%[power, duration] = frequencySpectrum(y,fs,false);
[power, duration] = frequencySpectrum(y,fs,false);
%PERFORMING FFT
%%[power2, duration2] = frequencySpectrum(y,fs,true);
%%duration
%%duration2
[power2, duration2] = frequencySpectrum(y,fs,true);
duration
duration2
%SPECTOGRAM
spectrogram(y,fs,5,30);