Skip to content

Unidimensional trivial Kalman filter (header only, Arduino compatible) library

License

Notifications You must be signed in to change notification settings

dwrobel/TrivialKalmanFilter

Repository files navigation

TrivialKalmanFilter

Unidimensional trivial Kalman filter (header only, Arduino compatible) library

Algorithm in action

More about the Kalman algorithm: https://en.wikipedia.org/wiki/Kalman_filter

Project page

https://github.com/dwrobel/TrivialKalmanFilter

Documentation

http:https://dwrobel.github.io/TrivialKalmanFilter

Installation

On Arduino, install through your software's Library Manager, otherwise clone the repository to appropriate folder:

  $ git clone https://github.com/dwrobel/TrivialKalmanFilter

License

LGPLv2.1+