You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For our current development we are trying to use the function arm_mfcc_q31 in C (and in Python) and have some questions.
How is this function supposed to be used for more than one FFT window (assuming you have a hop length of 160) ?
We are currently using it this way, and are not sure if it's working as expected.
is the result of the Q31 MFCC conversion multiplied by the FFT length ?
Is there any example in C or in python for outputting an array of MFCC sample using CMSIS-DSP ?
We also saw this issue, Matching MFCC configuration with Librosa's #54 and when we tried the same audio sample (sine wave at 1 kHZ) we saw quite big difference between the output in float32 and q31, is it expected ?
Dear Maintainer,
For our current development we are trying to use the function arm_mfcc_q31 in C (and in Python) and have some questions.
We are currently using it this way, and are not sure if it's working as expected.
CMSIS-DSP/PythonWrapper/examples/testmfcc.py
Line 101 in c28df48
Best Regards,
Mohammed Ismail