Compare commits

..

No commits in common. "2ff5225c01650218a89326e4c6271c6e85b1d1c4" and "f1fa22ceb0088a5dd528763a6d922143c6fc8097" have entirely different histories.

View File

@ -1,21 +1,13 @@
# Python Kalman Filter
# Kalman Filter
A simple Kalman Filter implementation in Python
## Dependencies
The python packages `numpy`, `matplotlib` and `geopy` are required:
```bash
$ pip install numpy matplotlib geopy
```
In this project, a simple linear Kalman Filter is implemented.
## Usage
From the root directory of this repository run
```bash
$ python -m kalman_filter
python -m kalman_filter
```
Which example is run can be changed in `kalman_filter/__main__.py`
All parameters influencing the Kalman Filter and simulation can be modified in `kalman_filter/__main__.py`