formant extraction using LPC

Status
Not open for further replies.

raniaziedan

Newbie level 1
Joined
Sep 3, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
8
hi every one
I am doing my PHD in accent recognition and I wanna to ask a question

when i have a wav sample for example 5 seconds
and i wanna to extract the formants using LPC

now i do LPC to whole signal then find the formants
[x, fs] = wavread('5sec.wav');
[a P] = lpc(x, ncoef); then find the formants

or apply LPC on each window seperately then find formants in each window , if this how i detect for example the first formant from all windows and how i detect the first formant from whole speech

thanks a lot
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…