ddf.minim.analysis
Class RectangularWindow

java.lang.Object
  extended by ddf.minim.analysis.WindowFunction
      extended by ddf.minim.analysis.RectangularWindow

public class RectangularWindow
extends WindowFunction

A Rectangular window function A Rectangular window is equivalent to using no window at all.

Author:
Damien Di Fede, Corban Brook
See Also:
The Rectangular Window

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

RectangularWindow

public RectangularWindow()
Constructs a Rectangular window.

Method Detail

value

protected float value(int length,
                      int index)
Specified by:
value in class WindowFunction