|
WindowBase Constructor (Double, Int32)
|
Constructs a new Window.
Namespace:
Accord.Audio.Windows
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax protected WindowBase(
double duration,
int sampleRate
)
Protected Sub New (
duration As Double,
sampleRate As Integer
)
Request Example
View SourceParameters
- duration
- Type: SystemDouble
- sampleRate
- Type: SystemInt32
See Also