SignalUtils::ArBurgSpectrum Function

void ArBurgSpectrum(TVec *Data, TVec *aResult, int ArOrder = 40, int ZeroPadding = 8);

Computes a frequency spectrum with the autoregressive Burg method.

#NameTypeDescription
1DataTVec *
2aResultTVec *
3ArOrder = 40int
4ZeroPadding = 8int
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