be.hogent.tarsos.dsp.util
Class RectangularWindow

java.lang.Object
  extended by be.hogent.tarsos.dsp.util.WindowFunction
      extended by be.hogent.tarsos.dsp.util.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

Constructor Summary
RectangularWindow()
          Constructs a Rectangular window.
 
Method Summary
 
Methods inherited from class be.hogent.tarsos.dsp.util.WindowFunction
apply, generateCurve
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularWindow

public RectangularWindow()
Constructs a Rectangular window.