NumLibFftShiftT(T) 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 T[] FftShift<T>(
	T[] a
)
where T : new()

Parameters

a  T
Array

Type Parameters

T
Type

Return Value

T

See Also