For example, I need to estimate the state (position, speed, acceleration) of a vehicle, but I can only observe the its position inaccurately. The problem is, without knowing the speed, I cannot update the state for the next time point. If I calculate the speed using the position difference between 2 time points i.e. v_t=(p_t-p_(t-1))/(delta t), the estimation becomes very unstable: if one estimation has a large deviation, the speed would also deviate from the real one, so the forecast of the next time point is even more inaccurate.

Does any one have any good ideas? Thanks in advance!

Similar questions and discussions