Click or drag to resize

GaussWindow2DApply Method

Applies the Gauss window function to the specified matrix m by multiplying each matrix element with a factor. The Sigma value is used to calculate the window.

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

Parameters

m  IMatrixDouble
The matrix to modify.

Implements

IWindows2DApply(IMatrixDouble)
See Also