fftshift
Shift the zero-frequency component to the center of the spectrum.
Syntax
Y = fftshift(X)
Y = fftshift(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) shift the zero-frequency component to the center of the spectrum.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated