Click or drag to resize

RealFourierTransformation2D(IROMatrixDouble) Constructor

Initializes a new instance of the RealFourierTransformation2D class.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RealFourierTransformation2D(
	IROMatrix<double> sourceMatrix
)

Parameters

sourceMatrix  IROMatrixDouble
The source matrix. This member is mandatory. Before you call Execute, you can set the other properties of this class as you like.
Exceptions
ExceptionCondition
ArgumentNullExceptionSourceMatrix must not be null
See Also