Click or drag to resize

FourierTransformation2DDataSource(DataTableMatrixProxy, RealFourierTransformation2DOptions, IDataSourceImportOptions) Constructor

Initializes a new instance of the FourierTransformation2DDataSource class.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FourierTransformation2DDataSource(
	DataTableMatrixProxy inputData,
	RealFourierTransformation2DOptions transformationOptions,
	IDataSourceImportOptions importOptions
)

Parameters

inputData  DataTableMatrixProxy
The input data designates the original source of data (used then for the Fourier transformation).
transformationOptions  RealFourierTransformation2DOptions
The Fourier transformation options.
importOptions  IDataSourceImportOptions
The data source import options.
Exceptions
ExceptionCondition
ArgumentNullException inputData or transformationOptions or importOptions
See Also