Matrix IFFT1D(TMtx *X, bool NoScale = false);
Computes the inverse discrete fourier transform of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * | |
| 2 | NoScale = false | bool |
Remarks:
Internally calls Matrix::IFFT1D
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler