Real-time plot of vowel formants using LPC!
8 views (last 30 days)
Show older comments
Hi everyone!
I’m a speech scientist interested in developing a real-time vowel plot that reacts to a given speaker’s vowel production (i.e. formant frequencies) for an experiment I’m running. I’m used to programming in Python, so Matlab is slightly new to me, but the principles should be the same.
I need to estimate vowel formant frequencies using linear predictive coding (LPC), extract F1 and F2 in real time, and plot a small circle (with x-coordinates = F1, and y-coordinates = F2) on a grid/graph. The position of the circle should react to changes in real-time.
So far, I have used the Audio Toolbox to generate a real-time spectrum of the microphone input, but I’m unsure of how to extract and plot the frequency components in real time.
I’d appreciate any help that you may have!
/C
Answers (0)
See Also
Categories
Find more on Audio I/O and Waveform Generation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!