|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wiigee.filter.Filter
public abstract class Filter
Abstract class to give a definition for a general filter.
| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
double[] |
filter(double[] vector)
The actual called method to filter anything. |
abstract double[] |
filterAlgorithm(double[] vector)
A filter receives a triple of acceleration values within the variable 'vector'. |
abstract void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public double[] filter(double[] vector)
vector - The acceleration vector, encoding: 0/x, 1/y, 2/z
public abstract double[] filterAlgorithm(double[] vector)
vector - absvalue -
public abstract void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||