Click or drag to resize

ComplexFFTFFT(Complex32, 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(
	Complex32[] data,
	FourierDirection direction
)

Parameters

data  Complex32
Array of complex values as Complex32.
direction  FourierDirection
Direction of the transform.
See Also