Class RectangularWindow

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

    Constructors 
    Constructor Description
    RectangularWindow()
    Constructs a Rectangular window.
  • Method Summary

    Methods inherited from class be.tarsos.dsp.util.fft.WindowFunction

    apply, generateCurve

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details