Click or drag to resize

FourierForward(Double, Double, 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(
	double[] real,
	double[] imaginary,
	FourierOptions options = FourierOptions.Default
)

Parameters

real  Double
Real part of the sample vector, where the FFT is evaluated in place.
imaginary  Double
Imaginary part of the sample vector, where the FFT is evaluated in place.
options  FourierOptions  (Optional)
Fourier Transform Convention Options.
See Also