How to detect particular click sound from the spectrogram?So I have a audio file named "cleanspeech_click.wav".How can I interpret the spectrogram which is shown below?Thank you in advance
3 ビュー (過去 30 日間)
古いコメントを表示
%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')

0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Audio Processing Algorithm Design についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!