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

Scaling factor calculation #8

Open
sriharibestha opened this issue Dec 22, 2022 · 1 comment
Open

Scaling factor calculation #8

sriharibestha opened this issue Dec 22, 2022 · 1 comment

Comments

@sriharibestha
Copy link

Hello Team,

We have started implementing the step counting algorithm by using your algorithm.

From our IMU sensor we got the raw data and converted that into float data by following some sensitivity calculation.

Then, that decimal data has to be converted to int8 integers based on the comments. You have used matlab and calculated absolute and max then dividing with 127. As a result you got the scaling factor 55.3293. This value is then multiplying with decimal data.

If we use the scaling factor 55.3293 in our application then we are not meeting accuracy.

Can you please suggest how to calculate the scaling factor for our IMU sensor data, and mention the steps to do.

This information would be really helpful for our implementation.

Thanks in advance.

@Epoch2022-iOS
Copy link

hello,
Have you found a solution?

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