Click or drag to resize

ManagedFourierTransformProviderBackward(Complex32, FourierTransformScaling) Method

Computes the inverse transform of complex single-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 Backward(
	Complex32[] spectrum,
	FourierTransformScaling scaling
)

Parameters

spectrum  Complex32
The spectrum data to transform in place.
scaling  FourierTransformScaling
The scaling convention to apply to the transform.

Implements

IFourierTransformProviderBackward(Complex32, FourierTransformScaling)
See Also