50.1.1 Aim and main principle of Kalman filters

Search IconIcon to open search

Source: rlabbe

Aim

Aim of the Kalman/Bayesian filters: to accumulate (or to somehow blend)

  • our noisy and limited knowledge (of system behaviour)
  • noisy and limited sensor readings

and with these, make the best possible prediction (estimate) of the system state.

Main principles:

  • use past information to make predictions for the future
  • never throw away information
  • predict/propagation step: calculate prediction based on process model and using previous state data (previous estimate)
  • update step: calculate the estimates based on prediction and measurement

g+4zqmq9uTT2wAAAABJRU5ErkJggg==

Prediction step a.k.a. evolution One iteration of prediction + update is called an epoch