|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.lowlevel.dsp.KaiserWindow
public class KaiserWindow
An implementation of the Kaiser window.
Constructor Summary | |
---|---|
KaiserWindow(double dAlpha)
Constructor taking alpha. |
Method Summary | |
---|---|
double |
getAlpha()
Returns alpha. |
double[] |
getWindow(int nOrder)
Get an array containing the window coefficients. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KaiserWindow(double dAlpha)
dAlpha
- The alpha parameter of the Kaiser window.Method Detail |
---|
public double getAlpha()
public double[] getWindow(int nOrder)
getWindow
in interface Window
nOrder
- The number of elements that the returned
array should have.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |