MtxExpr::IFFT2D Function

Matrix IFFT2D(TMtx *X, bool NoScale = false);

Computes the inverse discrete fourier transform of the source data.

#NameTypeDescription
1XTMtx *
2NoScale = falsebool
Remarks:

Internally calls Matrix::IFFT2D

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler