Click or drag to resize

FastHartleyTransformFFT(Double, Double, Int32, FourierDirection) Method

Does a fourier transform of 'n' points of the 'real' and 'imag' arrays.

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[] real,
	double[] imag,
	int n,
	FourierDirection direction
)

Parameters

real  Double
The array holding the real part of the values.
imag  Double
The array holding the imaginary part of the values.
n  Int32
Number of points to transform. Have to be a power of 2 (unchecked!)
direction  FourierDirection
The direction of the Fourier transformation.
See Also