Hi
I am trying to train and recognize on 20k data but I am not sure on what changes should I make in the front end part of the following
I know the -srate thing I did -srate 20000 where it is calling the wave2feat
but what should the following parameters be changed to
-nfilt 40 -ncep 13 -lowerf 133.33334 -upperf 6855.4976 -nfft 512
<component name="melFilterBank" type="edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank"> <property name="numberFilters" value="31"> <property name="minimumFrequency" value="200"> <property name="maximumFrequency" value="3500"> </property></property></property></component>
please help me thank you in advance
Log in to post a comment.
Hi
I am trying to train and recognize on 20k data but I am not sure on what
changes should I make in the front end part of the following
I know the -srate thing I did -srate 20000 where it is calling the wave2feat
but what should the following parameters be changed to
-nfilt 40
-ncep 13
-lowerf 133.33334
-upperf 6855.4976
-nfft 512
I mean what change should I make in the mel freq part of the front end
<component name="melFilterBank" type="edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank">
<property name="numberFilters" value="31">
<property name="minimumFrequency" value="200">
<property name="maximumFrequency" value="3500">
</property></property></property></component>
please help me thank you in advance