Click or drag to resize

IFourierTransformProviderForwardMultidim(Complex32, Int32, FourierTransformScaling) Method

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

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

Parameters

samples  Complex32
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.
See Also