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

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

Pascal
procedure ArCovarianceSpectrum(const Data: TVec; const aResult: TVec; ArOrder: integer = 40; ZeroPadding: integer = 8);

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

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