procedure ArBurgSpectrum(const Data: TVec; const aResult: TVec; ArOrder: Integer; ZeroPadding: Integer);
Computes a frequency spectrum with the autoregressive Burg method.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Data | TVec | |
| 2 | aResult | TVec | |
| 3 | ArOrder | Integer | |
| 4 | ZeroPadding | Integer |
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