org.tritonus.lowlevel.dsp
Class RectangularWindow

java.lang.Object
  extended by org.tritonus.lowlevel.dsp.RectangularWindow
All Implemented Interfaces:
Window

public class RectangularWindow
extends java.lang.Object
implements Window

An implementation of the Rectangular window.


Constructor Summary
RectangularWindow()
           
 
Method Summary
 double[] getWindow(int nOrder)
          Get an array containing the window coefficients.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularWindow

public RectangularWindow()
Method Detail

getWindow

public double[] getWindow(int nOrder)
Get an array containing the window coefficients.

Specified by:
getWindow in interface Window
Parameters:
nOrder - The number of elements that the returned array should have.