Click or drag to resize

RealFourierTransformation2DGetFourierAmplitude Method

Gets the resultant matrix of Fourier amplitudes.

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

Return Value

IMatrixDouble
Resultant matrix of Fourier amplitudes.
See Also