Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denyssene committed Mar 19, 2018
1 parent d251a60 commit 26b3cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Simple Kalman Filter Library - [![GitHub license](https://img.shields.io/badge/l

![KalmanFilter](images/kalman_filter_example_1.png)

This is a basic kalman filter library for single variable models, like barometric sensors, temperature sensors and any stream of values that do not requires a multidimensional model.
This is a basic kalman filter library for unidimensional models that you can use with a stream of single values like barometric sensors, temperature sensors or even gyroscope and accelerometers.

* Take a look in this [video on youtube](https://www.youtube.com/watch?v=4Q5kJ96YYZ4) to see the Kalman Filter working on a stream of values!
* Take a look at this [youtube video](https://www.youtube.com/watch?v=4Q5kJ96YYZ4) to see the Kalman Filter working on a stream of values!

*Special thanks to Professor Michel van Biezen and his amazing work in http://www.ilectureonline.com/*

Expand Down

0 comments on commit 26b3cb3

Please sign in to comment.