Click or drag to resize

ChirpFFTFFT(Double, Double, FourierDirection) Method

Performs an FFT of arbitrary length by the chirp method. Use this method only if no other FFT is applicable.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void FFT(
	double[] x,
	double[] y,
	FourierDirection direction
)

Parameters

x  Double
Array of real values.
y  Double
Array of imaginary values.
direction  FourierDirection
Direction of Fourier transform.
See Also