MATLAB Function Reference Previous page   Next Page
ifftshift

Inverse FFT shift

Syntax

Description

ifftshift(X) undoes the results of fftshift.

If X is a vector, iffshift(X) swaps the left and right halves of X. For matrices, ifftshift(X) swaps the first quadrant with the third and the second quadrant with the fourth. If X is a multidimensional array, ifftshift(X) swaps "half-spaces" of X along each dimension.

ifftshift(X,dim) applies the ifftshift operation along the dimension dim.

See Also

fft, fft2, fftn, fftshift


Previous page  ifftn im2frame Next page

© 1994-2005 The MathWorks, Inc.