MFCC coefficients of a speech sample
24 ビュー (過去 30 日間)
古いコメントを表示
There are 13 MFCC coeffecients in MFCC in MATLAB.
What are the 13 values? I mean each of the 13.
Thank you
0 件のコメント
採用された回答
Gaurav Garg
2021 年 3 月 29 日
Hi Abraham,
In order to separate out the individual frequencies present in an audio signal, MFCCs are computed over the signals in the audio. A single vector of MFCC is produced as the result of Short-Time Fourier Transfrom (STFT). MFCCs are computed over a frame of 25ms, with a stride of 10 ms between each frame. Therefore, you will get 100 vectors per second of speech, which gives you a matrix of shape (100, 13) for the resultant MFCC.
To sum it up, the 13 MFCCs are the 13 mel-frequency cepstral coefficients for the corresponding frame of the speech file. For any more help on functions on MFCC, you can refer to the link here.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Speech Recognition についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!