|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.jmrix.rps.InitialAlgorithm
public class InitialAlgorithm
Implementation of 1st algorithm for reducing Readings
This algorithm was provided by Robert Ashenfelter based in part on the work of Ralph Bucher in his paper "Exact Solution for Three Dimensional Hyperbolic Positioning Algorithm and Synthesizable VHDL Model for Hardware Implementation".
Neither Ashenfelter nor Bucher provide any guarantee as to the intellectual property status of this algorithm. Use it at your own risk.
| Constructor Summary | |
|---|---|
InitialAlgorithm(Point3d[] sensors,
double vsound)
|
|
InitialAlgorithm(Point3d sensor1,
Point3d sensor2,
Point3d sensor3,
double vsound)
|
|
InitialAlgorithm(Point3d sensor1,
Point3d sensor2,
Point3d sensor3,
Point3d sensor4,
double vsound)
|
|
| Method Summary | |
|---|---|
Measurement |
convert(Reading r)
|
Measurement |
convert(Reading r,
Measurement last)
Seed the conversion using a last measurement |
Measurement |
convert(Reading r,
Point3d guess)
Seed the conversion using an estimated position |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitialAlgorithm(Point3d[] sensors,
double vsound)
public InitialAlgorithm(Point3d sensor1,
Point3d sensor2,
Point3d sensor3,
double vsound)
public InitialAlgorithm(Point3d sensor1,
Point3d sensor2,
Point3d sensor3,
Point3d sensor4,
double vsound)
| Method Detail |
|---|
public Measurement convert(Reading r)
convert in interface Calculator
public Measurement convert(Reading r,
Point3d guess)
convert in interface Calculator
public Measurement convert(Reading r,
Measurement last)
convert in interface Calculator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||