Click or drag to resize

ParzenWindow2DApplication Method

Applies the Parzen window function to the specified matrix m by multiplying each matrix element with a factor.

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

Parameters

m  IMatrixDouble
The matrix to modify.
See Also