MFCC into feature vector
Mostrar comentarios más antiguos
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 ?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Cepstral Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!