Click or drag to resize

FourierForward2D(MatrixComplex, FourierOptions) Method

Applies the forward Fast Fourier Transform (FFT) to a two dimensional data in form of a matrix.

Namespace: Altaxo.Calc.IntegralTransforms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void Forward2D(
	Matrix<Complex> samples,
	FourierOptions options = FourierOptions.Default
)

Parameters

samples  MatrixComplex
Sample matrix, where the FFT is evaluated in place
options  FourierOptions  (Optional)
Fourier Transform Convention Options.
See Also