|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlejos.util.KalmanFilter
public class KalmanFilter
| Constructor Summary | |
|---|---|
KalmanFilter(Matrix a,
Matrix b,
Matrix c,
Matrix q,
Matrix r)
|
|
| Method Summary | |
|---|---|
Matrix |
getCovariance()
|
Matrix |
getGain()
|
Matrix |
getMean()
|
Matrix |
getPredictedCovariance()
|
Matrix |
getPredictedMean()
|
void |
setState(Matrix mean,
Matrix covariance)
|
void |
update(Matrix control,
Matrix measurement)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KalmanFilter(Matrix a,
Matrix b,
Matrix c,
Matrix q,
Matrix r)
| Method Detail |
|---|
public void setState(Matrix mean,
Matrix covariance)
public void update(Matrix control,
Matrix measurement)
public Matrix getMean()
public Matrix getCovariance()
public Matrix getPredictedMean()
public Matrix getPredictedCovariance()
public Matrix getGain()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||