Kalman Filter for Android

后端 未结 2 1953
野性不改
野性不改 2020-12-23 10:34

Is there a Kalman filter implementation I can use to fliter my gyroscope and acceleration data from an Android Phone?

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-23 11:13

    Have a look at this project: http://library.rl-community.org/wiki/Helicopter_(Java)

    They are using kalman filters for gyrosensors etc and it's java too ... you can download the source and probably use some of it pretty easy in android.

    You should also check out rsbweb.nih.gov/ij/plugins/kalman.html and www.vni.com/products/imsl/jmsl/v30/api/com/imsl/stat/KalmanFilterEx1.html

    Happy hacking

提交回复
热议问题