NumLibIfftShift(Double) Method

Shifts Array back from center 2 3 0 1 --> 0 1 2 3 and 3 4 0 1 2 --> 0 1 2 3 4

Definition

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

Parameters

a  Double
Array

Return Value

Double

See Also