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