Rearranges a zero-frequency-shifted Fourier transform back to the original.
Usage
ifftshift(x, MARGIN = 2)
Value
back-transformed vector or matrix.
Arguments
x
input data, specified as a vector or matrix.
MARGIN
dimension to operate along, 1 = row, 2 = columns (default).
Specifying MARGIN = c(1, 2) centers along both rows and columns.
Ignored when x is a vector.