Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 681 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 681 Bytes

Variometer

Project page

Simulation experiment

Roger Labbe's book and filterpy project were used as a reference.

To be as efficient as possible (without using native C++ code), this implementation of Kalman filter uses EJML in Procedural mode. All arrays and matrices are allocated only once during filter initialization.

The app is available on Google Play.