Linear Prediction Methods

burg(v, n) Returns coefficients for nth order linear prediction generated from the vector v using Burg's method.

yulew(v, n) Returns coefficients for nth order linear prediction generated from the vector v using the Yule-Walker algorithm.

Arguments:

Note: