Метод | Описание | |
---|---|---|
BlackmanWindow ( double alpha, int length ) : System |
Constructs a new Blackman window.
|
|
BlackmanWindow ( int length ) : System |
Constructs a new Blackman window.
|
public BlackmanWindow ( double alpha, int length ) : System | ||
alpha | double | Blackman's alpha |
length | int | The length for the window. |
Результат | System |
public BlackmanWindow ( int length ) : System | ||
length | int | The length for the window. |
Результат | System |