be.hogent.tarsos.dsp.util
Class GaussWindow

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

public class GaussWindow
extends WindowFunction

A Gauss window function.

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

Constructor Summary
GaussWindow()
          Constructs a Gauss window with a default alpha value of 0.25
GaussWindow(double alpha)
          Constructs a Gauss window function.
 
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

GaussWindow

public GaussWindow(double alpha)
Constructs a Gauss window function.

Parameters:
alpha -

GaussWindow

public GaussWindow()
Constructs a Gauss window with a default alpha value of 0.25