ifftshift
inverse of fftshift
Syntax
Y = ifftshift(X)
Y = ifftshift(X, DIM)
Input argument
X - a vector, matrix or N-D array (double, single, integer).
DIM - axes over which to shift.
Output argument
Y - shifted array.
Description
fftshift(X) computes the inverse fftshift.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated