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.FourierAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IMatrix<double> GetFourierAmplitudeCentered()
Return Value
IMatrixDoubleResultant matrix of Fourier amplitudes.
See Also