Click or drag to resize

GaussianWindow(Int32, Boolean, Double) Constructor

Initializes a new instance of the GaussianWindow class with the specified alpha.

Namespace: Altaxo.Calc.Fourier.Windows
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public GaussianWindow(
	int count,
	bool periodic,
	double alpha
)

Parameters

count  Int32
The number of samples of the window.
periodic  Boolean
If set to true the window is periodic.
alpha  Double
The alpha parameter controlling the width of the Gaussian window.
See Also