Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

想问问步频的计算方式 #13

Open
tim20040723 opened this issue May 31, 2023 · 1 comment
Open

想问问步频的计算方式 #13

tim20040723 opened this issue May 31, 2023 · 1 comment

Comments

@tim20040723
Copy link

最小步频偏移量,int

cadence_min_offset = 60

最大步频偏移量,int

cadence_max_offset = -100

这两个数据是如何影响到最终步频的,是在哪个步频的基础上进行偏移的。为何最大步频偏移量设置为负数(-100)

@kontori
Copy link
Owner

kontori commented May 31, 2023

这两个参数基于云运动返回的步频限制范围,比如限制范围为100400,那么程序将在(100+60)(400-100)的范围内随机选取一个值作为步频。单点步频、最终步频都是在这个范围内随机选取的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants