IFFT

From Jacket Wiki

Jump to: navigation, search
Back to Function List

Inverse Discrete Fourier Transform

Usage

Jacket for M Language
    Supported Syntax
    
y = ifft(X)
y = ifft(X,n)
y = ifft(X,[],dim)
y = ifft(X,n,dim)
    

GFOR Supported

Yes

GCOMPILE Supported

No

Types Supported

-  GDOUBLE   GSINGLE   COMPLEX 

Types Not Supported

-  GLOGICAL   GINT32   INT8   GUINT32   GUINT8 

CPU usageJacket only contains GPU computing functions. To run functions on the CPU, try one of the MathWorks products:
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/ifft.html

Notes

  • The syntax ifft(X,N,DIM) is tentatively in place, but is presently supported only if DIM matches the first non-singleton dimension of X.
  • IFFT limited to inputs with less than 135 million elements

See Also

FFT, FFT2, FFTN, FFTSHIFT, IFFT2, IFFTN

Personal tools