SignalUtils.ArMCovarianceSpectrum Method

procedure ArMCovarianceSpectrum(const Data: TVec; const aResult: TVec; ArOrder: Integer; ZeroPadding: Integer);

Computes a frequency spectrum with the autoregressive "modified covariance" method.

#NameTypeDescription
1DataTVec
2aResultTVec
3ArOrderInteger
4ZeroPaddingInteger

Result: stored in self (calling object)

Remarks:

Computes a frequency spectrum from Data and places the result in aResult. ArOrder is the autoregressive order used by the modified covariance method and zero padding factor for the FFT is defined with the ZeroPadding parameter.

See Also: SignalUtils.ArMCovariance, SignalUtils.ArBurgSpectrum