필터 지우기
필터 지우기

Ploting Corelation between MFCCs of two voice samples

조회 수: 1 (최근 30일)
Kabeer Gulati
Kabeer Gulati 2020년 10월 20일
답변: Puru Kathuria 2020년 10월 28일
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.

답변 (1개)

Puru Kathuria
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.
Then you can proceed with computing the correlation using corr or corrcoef.
Please have a look at this thread if you want to compute the correlation between two matrices.

카테고리

Help CenterFile Exchange에서 Sparse Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by