You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.ArMCovariance Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.ArMCovariance Function

Modified covariance method for autoregressive parameter estimation.

Pascal
procedure ArMCovariance(const Src: TVec; Order: integer; const A: TVec; out E: double); overload;

The AR parameters are estimated by minimizing the average of the estimated forward and backward prediction error powers. Src contains the data on which the autoregressive parameter estimation (placed in A) should be based. Order defines the Order of the autoregressive process. E is the prediction error. 

References:  

[1] Modern spectral estimation, Steven M. Kay, Prentice-Hall, Page 225

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!