adm89
Newbie level 1
- Joined
- Jul 12, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Location
- PL
- Activity points
- 10
Hello,
I wrote a program for recognition a few isolated words. It works, but with little effectiveness. The algorithm based on single FFT spectrum features of whole word and k-Nearest Neighbors classifier.
Now I want to build a program based on Linear Prediction Coefficient. At this moment I split word signal on frames. My problem is that the number of frames depends on signal length. How can I normalize it? What can I do to obtain a matrix with coefficient independent of the signal length?
I tried to use a resample() function on word signal, therefore every analyzed word had the same length, therefore the same number of frames. But I'm not convinced it's correct procedure.
PS: Sorry for my English, but I'm still learning .
I wrote a program for recognition a few isolated words. It works, but with little effectiveness. The algorithm based on single FFT spectrum features of whole word and k-Nearest Neighbors classifier.
Now I want to build a program based on Linear Prediction Coefficient. At this moment I split word signal on frames. My problem is that the number of frames depends on signal length. How can I normalize it? What can I do to obtain a matrix with coefficient independent of the signal length?
I tried to use a resample() function on word signal, therefore every analyzed word had the same length, therefore the same number of frames. But I'm not convinced it's correct procedure.
PS: Sorry for my English, but I'm still learning .