SignalUtils.ArBurgSpectrum Method

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

Computes a frequency spectrum with the autoregressive Burg 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 Burg method and zero padding factor for the FFT is defined with the ZeroPadding parameter.

See Also: SignalUtils.ArBurg