Click or drag to resize

FourierCommandsExecuteFouriertransformation2D Method

Executes a two dimensional Fourier transformation.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ExecuteFouriertransformation2D(
	DataTableMatrixProxy matrixProxy,
	RealFourierTransformation2DOptions options,
	DataTable destinationTable
)

Parameters

matrixProxy  DataTableMatrixProxy
The proxy containing the matrix data that should be transformed, as well as the row header column and column header column that can be used to determine the spacing between adjacent rows and columns.
options  RealFourierTransformation2DOptions
The options for the Fourier transformation.
destinationTable  DataTable
The destination table that is used to store the Fourier transformed values.
Exceptions
ExceptionCondition
NotImplementedExceptionData pretreatment has an order which is not implemented yet.
See Also