Click or drag to resize

RealFourierTransformTransform(Double, FourierDirection, Double) Method

Performs a out-of-place fourier transformation. The original values are kept.

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

Parameters

inputarr  Double
The data to transform.
direction  FourierDirection
Specify forward or reverse transformation here.
outputarr  Double
. On output, contains the fourier transformed data.
See Also