embedded_pedometer
embedded_pedometer copied to clipboard
Scaling factor calculation
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.
hello, Have you found a solution?