Click or drag to resize

FourierInverse2D(MatrixComplex32, FourierOptions) Method

Applies the inverse Fast Fourier Transform (iFFT) 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 Inverse2D(
	Matrix<Complex32> spectrum,
	FourierOptions options = FourierOptions.Default
)

Parameters

spectrum  MatrixComplex32
Sample matrix, where the iFFT is evaluated in place
options  FourierOptions  (Optional)
Fourier Transform Convention Options.
See Also