SignalUtils::ArBurg Function

void ArBurg(TVec *Src, int Order, TVec *A, TVec *K, double &E);

Modified covariance method for autoregressive parameter estimation.

#NameTypeDescription
1SrcTVec *
2Orderint
3ATVec *
4KTVec *
5Edouble &
Remarks:

The AR parameter estimation is based on forward and backward prediction errors, and on direct estimation of of the reflection coefficients. Src contains the data on which the autoregressive parameter estimation (placed in A) should be based. Order defines the Order of the autoregressive process and K are the reflection coefficients. E is the prediction error.

References:

[1] Introduction To Spectral Analysis, Petre Stoica and Randolph Moses, Prentice-Hall, 1997, Page 120.

See Also: SignalUtils::ArCovariance, SignalUtils::ArMCovariance, SignalUtils::ArYuleWalker
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler