|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSciLib.SP.WindowFunction
public final class WindowFunction
| Constructor Summary | |
|---|---|
WindowFunction()
|
|
| Method Summary | |
|---|---|
static vector |
bartlett(int n)
Bartlett window with n points |
static vector |
hamming(int n)
Hamming window with n points |
static vector |
hanning(int n)
Hanning window with n points |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowFunction()
| Method Detail |
|---|
public static vector hanning(int n)
n - An integer value
public static vector hamming(int n)
n - An integer value
public static vector bartlett(int n)
n - An integer value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||