平滑 Android 设备上指南针的值

发布于 2024-11-30 01:26:00 字数 99 浏览 2 评论 0原文

在我的 Android 应用程序中,有一个使用罗盘进行旋转的立方体,但罗盘有时会在很短的时间内返回一个与其他值完全不同的值。有没有办法解决这个问题,或者我必须编写一个方法来平滑这些值。

In my Android Application there's a cube which uses the compass to rotate, but the compass returns sometimes for a very small time a value which is completely different to the other values. Is there a way to solve it or must i write an Method to smooth the values.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倾城花音 2024-12-07 01:26:00

您必须实现 LowPassFilter,但如果您需要更高的精度,则必须使用 Sensor.TYPE_ROTATION_VECTOR。

you must implements a LowPassFilter, but if you need a more precision you must use a Sensor.TYPE_ROTATION_VECTOR.

櫻之舞 2024-12-07 01:26:00

香农-奈奎斯特
50-60Hz 电源可能会出现混叠问题。高采样率和事后过滤。

Shannon - Nyquist
You could have aliasing issues with 50-60Hz power. High sampling rates and filter afterwards.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文