Kalman Filter for Android

纵然是瞬间 提交于 2019-11-28 16:33:46

问题


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


回答1:


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




回答2:


This is an open source java implementation of Kalman filter. Maybe you could try to use it in your android project.



来源:https://stackoverflow.com/questions/2839090/kalman-filter-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!