How to detect particular click sound from the spectrogram?So I have a audio file named "cleanspee​ch_click.w​av".How can I interpret the spectrogram which is shown below?Thank you in advance

4 vues (au cours des 30 derniers jours)
%assignment 4_1
[click,Fs]=audioread('cleanspeech_click.wav');
disp(Fs)
%16kz
plot(click);
sound(click,Fs)
f=figure;
colormap (f,jet);
spectrogram(click,256,0,[],'yaxis');
%p=pspectrum(click,Fs,'spectrogram')

Réponses (0)

Catégories

En savoir plus sur Audio Processing Algorithm Design dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by