Applications of LPC (2): spectral analysis
The mathematics of the relationship between prediction coefficients and formant frequencies and bandwidths is too complex to cover in this course. But the method is very simple. Consider a single frame of linear prediction coefficients, for instance, 10 coefficients relating to the 80-sample frame around sample 8000 of joe8k.dat. (That frame falls in the middle of the [a] of “father”.) Those coefficients are plotted in figure 5.7.
Figure 5.7. Ten LPC coefficients from [a] in joe8k.dat
We beef these numbers up (by multiplying them by 15,000) and add zeroes at the start and end, to make a signal portion 512 samples long, as in figure 5.8.
Figure 5.8. The same ten LPC coefficients scaled up and zero-padded to 512 samples
Sample Number
The Fourier transform of this brief, blip-like signal has a very smooth spectrum, as figure 5.9 illustrates. It has amplitude peaks at 343–390 Hz (i.e. centred on 356 Hz), 2656 Hz, and 3656 Hz. Those figures are the first, second and third formants of the vowel. Because it is so easy to measure formants in this way, linear prediction has become the standard method of automatic formant tracking.

Frequency (Hz)
Next: exercises