Click or drag to resize
Accord.NET (logo)

RaisedCosineWindowRectangular Method

Creates a new Rectangular Window.

Namespace:  Accord.Audio.Windows
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static RaisedCosineWindow Rectangular(
	int length
)
Request Example View Source

Parameters

length
Type: SystemInt32
The size of the window.

Return Value

Type: RaisedCosineWindow
See Also