Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/m31L3r/KalmanFilter into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Meiler Michael BYR EEED42 committed Nov 24, 2020
2 parents 1eca03f + 65a4fea commit 5ede0ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# KalmanFilter
This is a Kalman Filter, programmed in Simulink for easier understanding.
# Kalman Filter Simulink Model
This is a Kalman filter, realized in Simulink for easier understanding purpose.

# Motivation
Although the characteristics of a Kalman filter are well documented and understandable after reading a few papers and books, I had quite a hard time understanding the information flow entirely. The main reason for that was the confusing notation to distinguish between predicted and measured values, as well as future and past values. Therefore I made a small Simulink Model, which should help explaining the information flow and understanding the equations of Kalman filtering.

0 comments on commit 5ede0ca

Please sign in to comment.