org.tritonus.lowlevel.dsp
Class HammingWindow

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

public class HammingWindow
extends java.lang.Object
implements Window

An implementation of the Hamming window.


Constructor Summary
HammingWindow()
           
 
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

HammingWindow

public HammingWindow()
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.