Real-time plot of vowel formants using LPC!
조회 수: 8 (최근 30일)
이전 댓글 표시
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
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!