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| Copyright 2008 Dew Research |
http://www.dewresearch.com