- Obtain a speech signal, recorded or loaded speech sample.
- Select a short segment, ideally containing a vowel sound.
- Apply a window function (like Hamming) to minimize edge artifacts.
- Perform LPC Analysis and compute LPC coefficients to model the vocal tract.
- Find the roots of the LPC polynomial, convert them to frequencies and identify those in the typical speech range.
formant frequency in speech signal
7 views (last 30 days)
Show older comments
hi
how can I find formant frequency in a speech signal?
0 Comments
Answers (1)
AR
on 20 Aug 2025
I understand you are interested in finding formant frequencies in a speech signal using MATLAB. One of the widely used technique for this purpose is Linear Predictive Coding (LPC). LPC coefficients help model the resonant characteristics of the vocal tract, making them particularly useful for estimating formant frequencies.
Here is a general process:
For a detailed MATLAB example, refer to the below documentation link:
I hope this helps!
0 Comments
See Also
Categories
Find more on Signal Modeling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!