void ArMCovarianceSpectrum(TVec *Data, TVec *aResult, int ArOrder = 40, int ZeroPadding = 8);
Computes a frequency spectrum with the autoregressive "modified covariance" method.
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.
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler