|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object marf.math.Algorithms.Hamming
public static final class Algorithms.Hamming
A collection of Hamming Window-related algorithms.
Constructor Summary | |
---|---|
Algorithms.Hamming()
|
Method Summary | |
---|---|
static void |
hamming(double[] padWindow)
Applies hamming window to an array of doubles. |
static double |
hamming(int piN,
int piLength)
Retrieves a single value of hamming window based on length and index within the window. |
static double |
sqrtHamming(int piIndex,
int piSize)
Calculates square root Hamming window value given index and size. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Algorithms.Hamming()
Method Detail |
---|
public static final double hamming(int piN, int piLength)
piN
- index into the windowpiLength
- the total length of the window
public static final void hamming(double[] padWindow)
padWindow
- array of doubles to apply windowing topublic static final double sqrtHamming(int piIndex, int piSize)
piIndex
- window indexpiSize
- window size
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |