function FFT1DFromReal(const X: TMtx): Matrix;
Returns the discrete fourier transform of the real source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.FFT1D
Returns the discrete fourier transform of the real source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Internally calls Matrix.FFT1D