|
RaisedCosineWindow Constructor (Double, Int32)
|
Constructs a new Raised Cosine Window
Namespace:
Accord.Audio.Windows
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public RaisedCosineWindow(
double alpha,
int length
)
Public Sub New (
alpha As Double,
length As Integer
)
Request Example
View SourceParameters
- alpha
- Type: SystemDouble
- length
- Type: SystemInt32
See Also