Click or drag to resize

RealFourierTransformation2DGetFourierAmplitudeCentered Method

Gets the resultant matrix of Fourier amplitudes. Here, the value associated with a row and column frequency of zero is located in the center of the matrix.

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

Return Value

IMatrixDouble
Resultant matrix of Fourier amplitudes.
See Also