|
||||||||||
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.RectangularWindow
public class RectangularWindow
A Rectangular window function A Rectangular window is equivalent to using no window at all.
Field Summary |
---|
Fields inherited from class ddf.minim.analysis.WindowFunction |
---|
length, TWO_PI |
Constructor Summary | |
---|---|
RectangularWindow()
Constructs a Rectangular 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 |
Constructor Detail |
---|
public RectangularWindow()
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 |