Summary: Speech and singing contain a mixture of voiced and un-voiced sounds (sibilants like “s”). The spectrum of a voiced sound contains characteristic resonant peaks called formants caused by frequency shaping of the vocal tract. In this module, a formant synthesizer is developed and implemented in LabVIEW. The filter is implemented as a set of parallel two-pole resonators (bandpass filters) that filter a band-limited pulse source.
Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
![]() |
This module refers to LabVIEW, a software development environment that features a graphical programming language. Please see the LabVIEW QuickStart Guide module for tutorials and documentation that will help you: |
| • Apply LabVIEW to Audio Signal Processing | |
| • Get started with LabVIEW | |
| • Obtain a fully-functional evaluation edition of LabVIEW |
Speech and singing contain a mixture of voiced and un-voiced sounds. Voiced sounds associate with the vowel portions of words, while unvoiced sounds are produced when uttering consonants like "s." The spectrum of a voiced sound contains characteristic resonant peaks called formants, and are the result of frequency shaping produced by the vocal tract (mouth as well as nasal passage), a complex time-varying resonant cavity.
In this module, a formant synthesizer is developed and implemented in LabVIEW. The subtractive synthesis model of a wideband excitation source shaped by a digital filter is applied here. The filter is implemented as a set of parallel two-pole resonators (bandpass filters) that filter a band-limited pulse. Refer to the modules Subtractive Synthesis Concepts and Band-Limited Pulse Generator for more details.
The Figure 1 screencast video develops the general approach to formant synthesis:
The mathematics of the band-limited pulse generator and its LabVIEW implementation are presented in the module Band-Limited Pulse Generator.
The two-pole resonator is an IIR (infinite impulse response) digital filter defined by Equation 1 (see Moore in the "References" section for additional details):
where
The Figure 2 screencast video shows how to create a subVI that implements the two-pole resonator.
Peterson and Barney (see "References" section) have compiled a list of formant frequencies for common vowels in American English; refer to Figure 3:
![]() |
The previous sections have laid out all of the pieces you need to create your own formant synthesizer. See if you can set up a LabVIEW VI that pulls the pieces together. The Figure 4 screencast video shows how your finished design might operate. The video also discusses how to choose the relative formant amplitudes and bandwidths, as well as the BLP source parameters.
"Developed by Rose Hulman Prof Ed Doering, this collection is a multimedia educational resource for students and faculty that augments traditional DSP courses and courses that cover music […]"