Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Fourier
RealFourierTransformation2D Class
RealFourierTransformation2D Constructor
RealFourierTransformation2D(IROMatrix<Double>) Constructor
RealFourierTransformation2D(IMatrix<Double>, Boolean) Constructor
Real
Fourier
Transformation
2D(IROMatrix
Double
) 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#
Copy
public
RealFourierTransformation2D
(
IROMatrix
<
double
>
sourceMatrix
)
Parameters
sourceMatrix
IROMatrix
Double
The source matrix. This member is mandatory. Before you call
Execute
, you can set the other properties of this class as you like.
Exceptions
Exception
Condition
ArgumentNullException
SourceMatrix must not be null
See Also
Reference
RealFourierTransformation2D Class
RealFourierTransformation2D Overload
Altaxo.Calc.Fourier Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net