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