Click or drag to resize

NativeFourierMethodsFourierTransformation(Double, Complex, Int32, FourierDirection) Method

Performs a native fouriertransformation of a real value array.

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[] arr,
	Complex[] resultarr,
	int count,
	FourierDirection direction
)

Parameters

arr  Double
The double valued array to transform.
resultarr  Complex
Used to store the result of the transformation.
count  Int32
Number of points to transform.
direction  FourierDirection
Direction of the Fourier transform.
See Also