Sound: LPC analysis

You can perform this analysis by selecting one or more Sound objects and choosing the appropriate command to generate an LPC.

The acronym LPC stands for Linear Predictive Coding.

In the LPC analysis one tries to predict xn on the basis of the p previous samples,

xn = ∑ ak xn-k

then {a1, a2, ..., ap} can be chosen to minimize the prediction power Qp where

Qp = E [ |xn - xn|2].

Several different algorithms exist for minimizing Qp:

To LPC (autocorrelation)...
To LPC (covariance)...
To LPC (burg)...
To LPC (marple)...

Links to this page


© djmw 19970126