NumLibFftShift Method

Overload List

FftShift(Double) Shifts Array to center 0 1 2 3 --> 2 3 0 1 and 0 1 2 3 4 --> 3 4 0 1 2
FftShiftT(T) Shifts Array to center 0 1 2 3 --> 2 3 0 1 and 0 1 2 3 4 --> 3 4 0 1 2

See Also