JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.tritonus.lowlevel.dsp
Interface Window
All Known Implementing Classes:
HammingWindow
,
KaiserWindow
,
RectangularWindow
public interface
Window
Common interface for all types of windows.
Method Summary
Methods
Modifier and Type
Method and Description
double[]
getWindow
(int nOrder)
Get an array containing the window coefficients.
Method Detail
getWindow
double[] getWindow(int nOrder)
Get an array containing the window coefficients.
Parameters:
nOrder
- The number of elements that the returned array should have.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method