|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oregondsp.signalProcessing.Window
com.oregondsp.signalProcessing.HanningWindow
public class HanningWindow
Designs and implements Hanning windows (See Oppenheim and Schafer, 1975).
Constructor Summary | |
---|---|
HanningWindow(int N)
Instantiates a new Hanning window of length N samples. |
Method Summary |
---|
Methods inherited from class com.oregondsp.signalProcessing.Window |
---|
getArray, length, timesEquals, window |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HanningWindow(int N)
N
- int specifying the window length in samples.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |