DewDSPMasterNET
ArCovariance Routine
Summary
Covariance method for autoregressive parameter estimation.

Unit
SignalUtils

Declaration
Procedure ArCovariance(Src: TVec; Order: integer; a: TVec; out E: TSample);

Description
The AR parameters are estimated by minimizing an estimate of the prediction error power, but uses less data points then Yull-Walker (autocorrelation method) estimator. The covariance method can accurately extract frequencies of pure sinusoids. 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.
Categories
Frequency analysis
 See Also 
"Modern spectral estimation", Steven M. Kay, Prentice-Hall, Page 221 
ArBurg 
ArMCovariance 
ArYuleWalker 

Copyright 2008 Dew Research
http://www.dewresearch.com