Package be.tarsos.dsp.util.fft
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.25GaussWindow(double alpha)
Constructs a Gauss window function. -
Method Summary
-
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
-