C++ Math Library Reference | ![]() ![]() |
Inverse multidimensional fast Fourier transform
C++ Prototype
mwArray ifftn(const mwArray &X, const mwArray &siz=mwArray::DIN);
C++ Syntax
#include "matlab.h" mxArray *X; /* Required input argument(s) */ mxArray *siz; mxArray *Y; // Return value Y = ifftn(X); Y = ifftn(X,siz);
MATLAB Syntax
Y = ifftn(X)
Y = ifftn(X,
siz)
See Also
ifftn
Calling Conventions![]() | ifft2 | imag | ![]() |