Click or drag to resize

WindowLanczos Method

Lanczos window. Symmetric version, useful e.g. for filter design purposes.

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

Parameters

width  Int32

[Missing <param name="width"/> documentation for "M:Altaxo.Calc.Window.Lanczos(System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Window.Lanczos(System.Int32)"]

See Also