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

Computes a frequency spectrum with the autoregressive Burg method.

Pascal
procedure ArBurgSpectrum(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 Burg 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!