Compare commits
3 Commits
f1fa22ceb0
...
2ff5225c01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ff5225c01 | ||
|
|
eee4d4e906 | ||
|
|
c6eb727e56 |
16
README.md
16
README.md
@ -1,13 +1,21 @@
|
||||
# Kalman Filter
|
||||
# Python Kalman Filter
|
||||
|
||||
In this project, a simple linear Kalman Filter is implemented.
|
||||
A simple Kalman Filter implementation in Python
|
||||
|
||||
## Dependencies
|
||||
|
||||
The python packages `numpy`, `matplotlib` and `geopy` are required:
|
||||
|
||||
```bash
|
||||
$ pip install numpy matplotlib geopy
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
From the root directory of this repository run
|
||||
|
||||
```bash
|
||||
python -m kalman_filter
|
||||
$ python -m kalman_filter
|
||||
```
|
||||
|
||||
All parameters influencing the Kalman Filter and simulation can be modified in `kalman_filter/__main__.py`
|
||||
Which example is run can be changed in `kalman_filter/__main__.py`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user