Click or drag to resize

ManagedFourierTransformProviderForwardReal(Single, Int32, FourierTransformScaling) Method

Computes the forward transform of real single-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 ForwardReal(
	float[] samples,
	int n,
	FourierTransformScaling scaling
)

Parameters

samples  Single
The sample data to transform in place.
n  Int32
The length of the real data represented by samples.
scaling  FourierTransformScaling
The scaling convention to apply to the transform.

Implements

IFourierTransformProviderForwardReal(Single, Int32, FourierTransformScaling)
See Also