@Reference(author={"R. B. Blackman","J. W. Tukey"}, title="Particular Pairs of Windows", type=Inbook, year="1959", booktitle=" In The Measurement of Power Spectra, From the Point of View of Communications Engineering", publisher="Dover", pages={"98","99"}) public class HammingFilter extends Object implements ResizeFilterFunction
| Constructor and Description |
|---|
HammingFilter() |
| Modifier and Type | Method and Description |
|---|---|
double |
filter(double t)
The filter function.
|
double |
getSupport()
Returns the support width for the filter function.
|
public HammingFilter()
public final double filter(double t)
ResizeFilterFunctionfilter in interface ResizeFilterFunctiont - The weight to filterpublic final double getSupport()
ResizeFilterFunctiongetSupport in interface ResizeFilterFunction