Click or drag to resize

RealFourierTransformation2DExecute Method

Executes the Fourier transformation. First, the dimensions of the matrix are checked. Then the original data is pretreated by calling all Action that are registered in DataPretreatment. Finally, the Fourier transformation is executed.

Namespace: Altaxo.Calc.Fourier
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Execute()
See Also