|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--wavelet.Transitions
transitions records the difference between each window.
Field Summary | |
double |
max
|
double |
min
|
double[] |
trans
|
Constructor Summary | |
Transitions(int numWindows,
int wavLevels)
constructor |
Method Summary | |
void |
blank()
deletes current data in transition object |
int |
length()
return the length of transitions array -- the number of transitions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double[] trans
public double min
public double max
Constructor Detail |
public Transitions(int numWindows, int wavLevels)
numWindows
- number of windowswavLevels
- number of levels in the wavelet transformMethod Detail |
public void blank()
public int length()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |