Closed stefanpantic closed 5 years ago
Hi! Dct in MFCC is used for compressing data (dimensionality reduction similar to PCA). So it makes no sense to specify number of coefficients bigger than number of mel filters. If you need 32 coeffs for some reason, then make sure the filterbankSize >= 32
.
Thanks :D
I am getting the following exception when I try to compute MFCC on my .wav file.
Here's my code where I construct the extractor.
Changing the feature count from 32 to a smaller number, say 13 passes and doesn't throw the exception.