|
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,
x′n = ∑ ak xn-k |
then {a1, a2, ..., ap} can be chosen to minimize the prediction power Qp where
Qp = E [ |xn - x′n|2]. |
Several different algorithms exist for minimizing Qp:
© djmw 19970126