Click or drag to resize

RealFourierTransformTransform(Double, FourierDirection) Method

Performs an in-place Fourier transformation. The original values in arr are overwritten by the transformed values.

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

Parameters

arr  Double
The data to transform. On output, the Fourier transformed data.
direction  FourierDirection
Specify forward or reverse transformation here.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when arr length does not match the configured length.
See Also