c6eb727e560bc65e427b9157ff90755a0d1c1a8e
Python Kalman Filter
A simple Kalman Filter implementation in Python
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%