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