Click or drag to resize

RealFourierTransformTransform(Double, FourierDirection, Double) Method

Performs an out-of-place Fourier transformation. The original input array is preserved.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.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.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when the input or output array lengths do not match the configured length.
See Also