Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
eladshי
Posts:
2
Registered:
1/14/13
|
|
kalman filter understanding - one measurement two variables
Posted:
Jan 14, 2013 11:28 PM
|
|
Hi. i am quite a beginner in kalman filters and cant understand one issue. consider the most common example of location estimation with regular location/velocity/acceleration. i've seen many such examples. the measurement is the current location. the states are the location and the velocity. acceleration is noise. so we get 2*2 equations. So my question is about the part where you use the Kgain. x = x_up+ k*(z-H*x_up);
the measurement z is only one scalar (the location). but the velocity variable uses that measurement as well, although it's not even it the right units. since the velocity is not measured, would it make sense to always use the estimated value ? or create a new measurement as the intervals of the location measurement. How come the unmeasured variable has a component of the measurement ? How come it works ? what contribution does the unmeasured variable has to the system? I appreciate your answers elad
|
|
|
|