public class BlackmanWindow extends WindowFunction
Modifier and Type | Field and Description |
---|---|
protected float |
alpha |
length, TWO_PI
Constructor and Description |
---|
BlackmanWindow()
Constructs a Blackman window with a default alpha value of 0.16
|
BlackmanWindow(float alpha)
Constructs a Blackman window.
|
Modifier and Type | Method and Description |
---|---|
protected float |
value(int length,
int index) |
apply, apply, generateCurve
public BlackmanWindow(float alpha)
public BlackmanWindow()
protected float value(int length, int index)
value
in class WindowFunction