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