C# Class Accord.Audio.Windows.BlackmanWindow

Blackman window.
By common convention, the unqualified term Blackman window refers to α=0.16.
Inheritance: WindowBase
Mostrar archivo Open project: accord-net/framework

Public Methods

Method Description
BlackmanWindow ( double alpha, int length ) : System

Constructs a new Blackman window.

BlackmanWindow ( int length ) : System

Constructs a new Blackman window.

Method Details

BlackmanWindow() public method

Constructs a new Blackman window.
public BlackmanWindow ( double alpha, int length ) : System
alpha double Blackman's alpha
length int The length for the window.
return System

BlackmanWindow() public method

Constructs a new Blackman window.
public BlackmanWindow ( int length ) : System
length int The length for the window.
return System