mfcc for wav file
이전 댓글 표시
in 2018 matlab mfcc should give 13 features by default ,but m gelling 14 coloums everytime...plz guide
답변 (1개)
Brian Hemmat
2019년 12월 28일
0 개 추천
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'.
카테고리
도움말 센터 및 File Exchange에서 Cepstral Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!