void ArBurgSpectrum(TVec Data, TVec aResult, Int32 ArOrder, Int32 ZeroPadding)
Computes a frequency spectrum with the autoregressive Burg method.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Data | TVec | source TVec |
| 2 | aResult | TVec | source TVec |
| 3 | ArOrder | Int32 | |
| 4 | ZeroPadding | Int32 |
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