|
RaisedCosineWindowRectangular Method
|
Creates a new Rectangular Window.
Namespace:
Accord.Audio.Windows
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public static RaisedCosineWindow Rectangular(
int length
)
Public Shared Function Rectangular (
length As Integer
) As RaisedCosineWindow
Request Example
View SourceParameters
- length
- Type: SystemInt32
The size of the window.
Return Value
Type:
RaisedCosineWindowSee Also