Click or drag to resize

IFourierTransformProviderBackward(Complex, FourierTransformScaling) Method

Computes the inverse 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#
void Backward(
	Complex[] spectrum,
	FourierTransformScaling scaling
)

Parameters

spectrum  Complex
The spectrum data to transform in place.
scaling  FourierTransformScaling
The scaling convention to apply to the transform.
See Also