MFCC into feature vector
Mostra commenti meno recenti
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 ?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Cepstral Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!