Click or drag to resize

ComplexFFTFFT_Quick(Single, Int32, FourierDirection) Method

Compute a 1D fast Fourier transform of a dataset of complex numbers (as pairs of float's) using the quick implementation.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static void FFT_Quick(
	float[] data,
	int length,
	FourierDirection direction
)

Parameters

data  Single
Array containing interleaved real and imaginary float values.
length  Int32
Number of complex elements.
direction  FourierDirection
Direction of the transform (forward or inverse).
See Also