Click or drag to resize

ComplexFFTFFT3(Complex, Int32, Int32, Int32, FourierDirection) Method

Compute a 3D fast fourier transform on a data set of complex numbers

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void FFT3(
	Complex[] data,
	int xLength,
	int yLength,
	int zLength,
	FourierDirection direction
)

Parameters

data  Complex
Array of Complex values in row-major order.
xLength  Int32
Size in x dimension (power of two required).
yLength  Int32
Size in y dimension (power of two required).
zLength  Int32
Size in z dimension (power of two required).
direction  FourierDirection
Direction of the transform.
See Also