Click or drag to resize

FastHartleyTransformFFT(Double, Double, 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,
	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.
direction  FourierDirection
The direction of the Fourier transformation.
See Also