-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/m31L3r/KalmanFilter into main
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |