Back to Fourier Analysis
ifftshift
Inverse of fftshift
Syntax
Y = ifftshift(X)
Description
Undoes the effect of `fftshift`. Shifts the zero-frequency component back to the beginning of the array.
Parameters
| Name | Description |
|---|---|
| X | Shifted input array |
Returns
Unshifted array
Examples
Try It
>> ifftshift(fftshift([1 2 3 4]))