Click or drag to resize

ChirpFFTFFT(Double, Double, UInt32, 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,
	uint n,
	FourierDirection direction
)

Parameters

x  Double
Array of real values.
y  Double
Array of imaginary values.
n  UInt32
Number of points to transform.
direction  FourierDirection
Direction of Fourier transform.
See Also