mfcc for wav file
2 ビュー (過去 30 日間)
古いコメントを表示
in 2018 matlab mfcc should give 13 features by default ,but m gelling 14 coloums everytime...plz guide
0 件のコメント
回答 (1 件)
Brian Hemmat
2019 年 12 月 28 日
When the mfcc function uses the default parameters, it outputs 13 mel-frequency cepstral coefficients, and appends the log-energy (for a total of 14 elements per frame). Most applications that use MFCC append the log-energy to the feature vector. To ignore the log-energy, set the "LogEnergy" parameter to 'ignore'.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Feature Extraction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!