You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: