Click or drag to resize

HanningWindowAsROVector(Int32, Boolean) Method

Returns the window as an read only vector.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IReadOnlyList<double> AsROVector(
	int count,
	bool periodic
)

Parameters

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

Return Value

IReadOnlyListDouble
The window as read only vector.
See Also