com.oregondsp.signalProcessing
Class HanningWindow

java.lang.Object
  extended by com.oregondsp.signalProcessing.Window
      extended by com.oregondsp.signalProcessing.HanningWindow

public class HanningWindow
extends Window

Designs and implements Hanning windows (See Oppenheim and Schafer, 1975).


Constructor Summary
HanningWindow(int N)
          Instantiates a new Hanning window of length N samples.
 
Method Summary
 
Methods inherited from class com.oregondsp.signalProcessing.Window
getArray, length, timesEquals, window
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HanningWindow

public HanningWindow(int N)
Instantiates a new Hanning window of length N samples.

Parameters:
N - int specifying the window length in samples.