Click or drag to resize

RealFourierTransformation2DRemoveZeroOrderFromMatrixIgnoringInvalidElements Method

Removes the zero-th order of a matrix by calculating the mean of the (valid) matrix elements, and then subtracting the mean from each matrix element. Here, only matrix elements that have a finite value are included in the calculation of the mean value.

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

Parameters

m  IMatrixDouble
The matrix to change.
See Also