Package be.tarsos.dsp.util.fft
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
-
Constructor Details
-
RectangularWindow
public RectangularWindow()Constructs a Rectangular window.
-