Click or drag to resize

ComplexFFTFFT(Complex, Int32, FourierDirection) Method

Compute a 1D fast Fourier transform of a dataset 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 FFT(
	Complex[] data,
	int length,
	FourierDirection direction
)

Parameters

data  Complex
Array of complex values as Complex.
length  Int32
Number of complex elements.
direction  FourierDirection
Direction of the transform.
See Also