Click or drag to resize

WindowHamming Method

Hamming window. Named after Richard Hamming. Symmetric version, useful e.g. for filter design purposes.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double[] Hamming(
	int width
)

Parameters

width  Int32
The window width.

Return Value

Double
The generated window values.
See Also