NumLibFftShift(Double) Method

Shifts Array to center 0 1 2 3 --> 2 3 0 1 and 0 1 2 3 4 --> 3 4 0 1 2

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static double[] FftShift(
	double[] a
)

Parameters

a  Double
Array

Return Value

Double

See Also