mfcc for wav file
11 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
in 2018 matlab mfcc should give 13 features by default ,but m gelling 14 coloums everytime...plz guide
0 commentaires
Réponses (1)
Brian Hemmat
le 28 Déc 2019
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 commentaires
Voir également
Catégories
En savoir plus sur Feature Extraction dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!