void ArBurgSpectrum(TVec *Data, TVec *aResult, int ArOrder = 40, int ZeroPadding = 8);
Computes a frequency spectrum with the autoregressive Burg method.
Remarks:
Computes a frequency spectrum from Data and places the result in aResult. ArOrder is the autoregressive order used by the Burg method and zero padding factor for the FFT is defined with the ZeroPadding parameter.
See Also: SignalUtils::ArBurg
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler