开发者

Kalman Filter for Android

开发者 https://www.devze.com 2022-12-30 14:35 出处:网络
Is there a Kalman filter implementation I can use to fliter my gyroscope an开发者_C百科d acceleration data from an Android Phone? Have a look at this project: http://library.rl-community.org/wiki/Heli

Is there a Kalman filter implementation I can use to fliter my gyroscope an开发者_C百科d acceleration data from an Android Phone?


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消