Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Framing in LPC method, speech recognition

Status
Not open for further replies.

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 :).
 

Hello.!
I had a projectt on speech recognition and i was wondering if you could help me up on it. I used a MFCC approach for fwature extraction. As the next step, i 'd like to use HMM for recognition.. I have trouble on the HMM code. Can you can help me out with the code please?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top