public class ButterworthWindowingFunction extends java.lang.Object implements WindowingFunction
| Constructor and Description |
|---|
ButterworthWindowingFunction(double order,
double cutoff) |
| Modifier and Type | Method and Description |
|---|---|
double |
value(double radius,
double maxRadius) |
public ButterworthWindowingFunction(double order,
double cutoff)
order - cutoff - public double value(double radius,
double maxRadius)
value in interface WindowingFunctionradius - maxRadius -