Click or drag to resize

WindowTukey Method

Tukey tapering window. A rectangular window bounded by half a cosine window on each side.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double[] Tukey(
	int width,
	double r = 0,5
)

Parameters

width  Int32
Width of the window
r  Double  (Optional)
Fraction of the window occupied by the cosine parts

Return Value

Double

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

See Also