<< ifftn | FFTW |
Y = ifftshift(X) |
Y = ifftshift(X, DIM) |
a vector, matrix or N-D array (double, single, integer).
axes over which to shift.
shifted array.
fftshift(X) computes the inverse fftshift.
M = [ 0., 10., 20.; 30., 40., -40.; -30., -20., -10.]
ifftshift(M)
ifftshift(M, 1)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET