function FFT(const X: TVec; ConjugateExtend: Boolean): Vector;
Returns the discrete fourier transform of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | |
| 2 | ConjugateExtend | Boolean |
Returns: Vector
Remarks:
Internally calls Vector.FFT
Returns the discrete fourier transform of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | |
| 2 | ConjugateExtend | Boolean |
Returns: Vector
Internally calls Vector.FFT