Update README.md

This commit is contained in:
Andreas Tsouchlos 2022-04-11 07:33:11 +00:00
parent f1fa22ceb0
commit c6eb727e56

View File

@ -1,6 +1,6 @@
# Kalman Filter
# Python Kalman Filter
In this project, a simple linear Kalman Filter is implemented.
A simple Kalman Filter implementation in Python
## Usage
@ -10,4 +10,4 @@ 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`
All parameters influencing the Kalman Filter and simulation can be modified in `kalman_filter/__main__.py`