Click or drag to resize

IFourierTransformProviderForward(Complex32, FourierTransformScaling) Method

Computes the forward 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 Forward(
	Complex32[] samples,
	FourierTransformScaling scaling
)

Parameters

samples  Complex32
The sample data to transform in place.
scaling  FourierTransformScaling
The scaling convention to apply to the transform.
See Also