Signal Processing Toolbox |
Estimate AR model parameters using modified covariance method
Syntax
Description
a = armcov(x,p)
uses the modified covariance method to fit a p
th order autoregressive (AR) model to the input signal, x
, which is assumed to be the output of an AR system driven by white noise. This method minimizes the forward and backward prediction errors in the least-squares sense. Vector a
contains the normalized estimate of the AR system parameters, A(z), in descending powers of z.
Because the method characterizes the input data using an all-pole model, the correct choice of the model order p
is important.
[a,e] = armcov(x,p)
returns the variance estimate, e
, of the white noise input to the AR model.
See Also
arburg
, arcov
, aryule
, lpc
, pmcov
, prony
arcov | aryule |
© 1994-2005 The MathWorks, Inc.