加速度计加速度的双重积分来查找位置?

发布于 2024-09-14 13:51:26 字数 105 浏览 1 评论 0原文

我试图使用在单轴上来回移动的加速度计的输出来计算其当前位置。

我尝试过使用欧拉积分,但速度和位置误差变得太大太快。读完之后,我想知道是否可以应用 RK4 来解决这个问题以最小化错误?

I am attempting to use output from an accelerometer moving back and forth on a single axis to calculate its current position.

I have tried using Euler integrations, but the velocity and position errors become too large too quickly. After some reading, I am wondering whether RK4 could be applied to this problem to minimise the error?

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

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

发布评论

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

评论(2

战皆罪 2024-09-21 13:51:26

加速度计通常存在一些漂移。您需要测量实际位置以消除静态误差。

There is usually some drift in accelerometers. You need a measurement of the actual position to remove static errors.

平定天下 2024-09-21 13:51:26

RK4 可能会有所帮助。

您是否也在测量位置,这就是您对累积误差的评估的来源?

也可能是由于时间增量太大。也许您已经超出了系统的稳定性限制。更精细的时间步长和隐式积分方法可能有助于解决这些错误。

RK4 might help.

Are you also measuring position, and that's where your assessment of accumulated error comes from?

It might also be due to time increments being too large. Perhaps you've exceeded a stability limit for your system. A finer time step and an implicit integration method might help with those errors.

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