|
RaisedCosineWindow Constructor (Double, 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,
double duration,
int sampleRate
)
Public Sub New (
alpha As Double,
duration As Double,
sampleRate As Integer
)
Request Example
View SourceParameters
- alpha
- Type: SystemDouble
- duration
- Type: SystemDouble
- sampleRate
- Type: SystemInt32
See Also