Ploting Corelation between MFCCs of two voice samples
2 ビュー (過去 30 日間)
古いコメントを表示
I am working on a project where i intend to plot corelation between mfcc of two bird callings, but i couldn't find the way to do so.
0 件のコメント
回答 (1 件)
Puru Kathuria
2020 年 10 月 28 日
Hi,
You can proceed with extracting the mel frequency cepstral coefficients (MFCCs) for both the audio inputs, sampled at a frequency of fs Hz. Now you will have a matrix of size (a,b) containing the MFCCs for both the audio's.
You can either keep the MFCCs as a 1-d vector of size(a*b,1) or as a 2-d vector/matrix of size(a,b) depending upon how you want to compute the correlation among them.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!