Click or drag to resize

ManagedFourierTransformProviderForwardMultidim(Complex, Int32, FourierTransformScaling) Method

Computes the forward multidimensional transform of complex double-precision samples.

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

Parameters

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

Implements

IFourierTransformProviderForwardMultidim(Complex, Int32, FourierTransformScaling)
See Also