Click or drag to resize

HammingWindowAsDoubleArray(Int32, Boolean) Method

Returns the window as an array of doubles.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] AsDoubleArray(
	int count,
	bool periodic
)

Parameters

count  Int32
Length of the window.
periodic  Boolean
Periodic conditions, see remarks in the base class.

Return Value

Double
The window as array of doubles.
See Also