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 |
---|---|
java.lang.String |
toString() |
protected float |
value(int length,
int index) |
apply, apply, generateCurve
public BlackmanWindow(float alpha)
alpha
- float: the alpha value to use for this windowpublic BlackmanWindow()
protected float value(int length, int index)
value
in class WindowFunction
public java.lang.String toString()
toString
in class java.lang.Object