ifftshift
Inverse zero-frequency shift
Description
X = ifftshift( rearranges
a zero-frequency-shifted Fourier transform Y)Y back
to the original transform output. In other words, ifftshift undoes
the result of fftshift.
If
Yis a vector, thenifftshiftswaps the left and right halves ofY.If
Yis a matrix, thenifftshiftswaps the first quadrant ofYwith the third, and the second quadrant with the fourth.If
Yis a multidimensional array, thenifftshiftswaps half-spaces ofYalong each dimension.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a

