平均/平均角度计算和输入值的误差
注意:我已经看过这个帖子并帮助我找到了平均角度。
我在 [0, 360) 中有一个角度流,基于我在代码的校准步骤中计算平均角度。假设在校准过程中我获得了 340 度到 30 度之间的随机值,这意味着平均角度应约为 5 度。
校准后,我想根据传入的角度值来识别活动。有没有什么方法可以计算这个误差?比方说,对于相同的平均角度 5 度,如果我在读数期间得到 45 度,则误差显然将是 30 度,但对于 335 度,误差将不再是 30 度。
另外,是否有任何方法可以存储循环间隔,并且可能使用简单的数学运算(例如模或其他东西),而不是循环列表?
Note: i have alteady looked over this thread and helped me the mean angle.
I have a stream of angles in [0, 360) based on I am computing the mean angle in a calibrating step of the code. Let's say during calibration I get values between randomly 340 deg and 30 deg, which means the mean angle should be around 5deg.
After calibration, I want to identify an activity, based on the incoming angle values. Is there any method to calculate this error? Let's say, for the same mean angle of 5deg, if I get a 45deg during readings, the error will clearly be 30deg, but for 335deg the error will not be 30deg anymore.
Also, may it be there any method to store a circular interval, and maybe using simple math operations like modulo or something, not Circular lists?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论