Real-time plot of vowel formants using LPC!
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
Respuestas (0)
Ver también
Categorías
Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!