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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top