MFCC into feature vector
Afficher commentaires plus anciens
Hello, right now im working on baby cry meaning using MFCC for feature extraction
this is my code for mfcc
[audioIn, fs] = audioread('Lelah2.wav');
coeffs = mfcc(audioIn, fs);
so the result is a matrix, not a feature vector
any suggestion to change the matrix into a feature vector ?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Cepstral Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!