Click or drag to resize

ManagedFourierTransformProviderBackwardMultidim(Complex, Int32, FourierTransformScaling) Method

Computes the inverse multidimensional transform of complex double-precision spectrum data.

Namespace: Altaxo.Calc.Providers.FourierTransform
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void BackwardMultidim(
	Complex[] spectrum,
	int[] dimensions,
	FourierTransformScaling scaling
)

Parameters

spectrum  Complex
The spectrum data to transform in place.
dimensions  Int32
The lengths of the dimensions in spectrum.
scaling  FourierTransformScaling
The scaling convention to apply to the transform.

Implements

IFourierTransformProviderBackwardMultidim(Complex, Int32, FourierTransformScaling)
See Also