Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedro-stanaka/kalman-gps

An adaptation of lacker/ikalman to work in Java.
https://github.com/pedro-stanaka/kalman-gps

Last synced: about 1 month ago
JSON representation

An adaptation of lacker/ikalman to work in Java.

Awesome Lists containing this project

README

        

Kalman Filter - For Spatio-Temporal data
===================

This is an adaptation of [lacker/ikalman](https://github.com/lacker/ikalman) for Java.
The code was rewritten and the tests were transformed in JUnit test cases.

Since the project uses Maven it is pretty straight forward to run the tests and get everything working.

How to use
---

Check the tests cases to understand the usage of the classes.