7e42f2b4ad1d1b3c408c9de2efb686fcb52c0cd3
Kalman Filter
In this project, a simple linear Kalman Filter is implemented.
Usage
From the root directory of this repository run
python -m kalman_filter
All parameters influencing the Kalman Filter and simulation can be modified in kalman_filter/__main__.py
Description
Languages
Python
100%