|
||||||||||
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.HammingWindow
public class HammingWindow
Designs and implements Hamming windows (see Oppenheim and Schafer, 1975).
Constructor Summary | |
---|---|
HammingWindow(int N)
Instantiates a new Hamming 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 HammingWindow(int N)
N
- int specifying the window length.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |