mfcc for wav file

in 2018 matlab mfcc should give 13 features by default ,but m gelling 14 coloums everytime...plz guide

Respuestas (1)

Brian Hemmat
Brian Hemmat el 28 de Dic. de 2019

0 votos

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'.

Productos

Preguntada:

kc
el 3 de Jul. de 2019

Respondida:

el 28 de Dic. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by