|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ddf.minim.analysis.WindowFunction ddf.minim.analysis.BlackmanWindow
public class BlackmanWindow
A Blackman window function.
Field Summary | |
---|---|
protected float |
alpha
|
Fields inherited from class ddf.minim.analysis.WindowFunction |
---|
length, TWO_PI |
Constructor Summary | |
---|---|
BlackmanWindow()
Constructs a Blackman window with a default alpha value of 0.16 |
|
BlackmanWindow(float alpha)
Constructs a Blackman window. |
Method Summary | |
---|---|
protected float |
value(int length,
int index)
|
Methods inherited from class ddf.minim.analysis.WindowFunction |
---|
apply, generateCurve |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected float alpha
Constructor Detail |
---|
public BlackmanWindow(float alpha)
public BlackmanWindow()
Method Detail |
---|
protected float value(int length, int index)
value
in class WindowFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |