I am currently participating in the voice recognition discussion phase, I am using the MFCC function extraction, but the MFCC function returned by the function is the matrix, e, g. a (20.38) for each voice file (wav). But how to pass this function to the SVM classifier. For SVM (and another classifier), each pattern is represented by a vector, right? but the MFCC function for each sample is a matrix. Suppose that Xi is an MFCC function for sample i, then the function for pass i for SVM is: 1) vector 20 * 38, e, g. Xi (:) in a matte shape. 2) means (Xi). 3) one of the columns or rows in Xi. which direction? any useful code document for this?
thanks! Shine
source share