Click or drag to resize

NativeFourierMethodsFourierTransformation(Double, FourierDirection) Method

Performs a inline native fouriertransformation of real and imaginary part arrays.

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

Parameters

real  Double
The real part of the array to transform.
direction  FourierDirection
Direction of the Fourier transform.
See Also