|
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
)
Public Shared Function Hann (
length As Double,
sampleRate As Integer
) As RaisedCosineWindow
Request Example
View SourceParameters
- length
- Type: SystemDouble
- sampleRate
- Type: SystemInt32
Return Value
Type:
RaisedCosineWindowSee Also