MATLAB Function Reference
  Go to function:
    Search    Help Desk 
ifftshift    See Also

Inverse FFT shift

Syntax

Description

ifftshift 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.

See Also

fft, fft2, fftn, fftshift



[ Previous | Help Desk | Next ]