be.hogent.tarsos.dsp.util
Class BlackmanWindow

java.lang.Object
  extended by be.hogent.tarsos.dsp.util.WindowFunction
      extended by be.hogent.tarsos.dsp.util.BlackmanWindow

public class BlackmanWindow
extends WindowFunction

A Blackman window function.

Author:
Damien Di Fede, Corban Brook
See Also:
The Blackman Window

Constructor Summary
BlackmanWindow()
          Constructs a Blackman window with a default alpha value of 0.16
BlackmanWindow(float alpha)
          Constructs a Blackman window.
 
Method Summary
 
Methods inherited from class be.hogent.tarsos.dsp.util.WindowFunction
apply, generateCurve
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlackmanWindow

public BlackmanWindow(float alpha)
Constructs a Blackman window.

Parameters:
alpha -

BlackmanWindow

public BlackmanWindow()
Constructs a Blackman window with a default alpha value of 0.16