public class GaussWindow extends WindowFunction
length, TWO_PI| Constructor and Description |
|---|
GaussWindow()
Constructs a Gauss window with a default alpha value of 0.25
|
GaussWindow(double alpha)
Constructs a Gauss window function.
|
| Modifier and Type | Method and Description |
|---|---|
protected float |
value(int length,
int index) |
apply, apply, generateCurvepublic GaussWindow(double alpha)
public GaussWindow()
protected float value(int length,
int index)
value in class WindowFunction