Class GaussWindow

java.lang.Object
be.tarsos.dsp.util.fft.WindowFunction
be.tarsos.dsp.util.fft.GaussWindow

public class GaussWindow
extends WindowFunction
A Gauss window function.
Author:
Damien Di Fede, Corban Brook
See Also:
The Gauss Window
  • Constructor Summary

    Constructors 
    Constructor Description
    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.tarsos.dsp.util.fft.WindowFunction

    apply, generateCurve

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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