Click or drag to resize

FourierForward(Complex, FourierOptions) Method

Applies the forward Fast Fourier Transform (FFT) to arbitrary-length sample vectors.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Forward(
	Complex[] samples,
	FourierOptions options
)

Parameters

samples  Complex
Sample vector, where the FFT is evaluated in place.
options  FourierOptions
Fourier Transform Convention Options.
See Also