Click or drag to resize
Accord.NET (logo)

RaisedCosineWindowHann Method (Double, Int32)

Creates a new Hann Window.

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

Parameters

length
Type: SystemDouble
sampleRate
Type: SystemInt32

Return Value

Type: RaisedCosineWindow
See Also