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