embedded_pedometer icon indicating copy to clipboard operation
embedded_pedometer copied to clipboard

Scaling factor calculation

Open sriharibestha opened this issue 2 years ago • 1 comments

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.

sriharibestha avatar Dec 22 '22 13:12 sriharibestha

hello, Have you found a solution?

Epoch2022-iOS avatar Mar 06 '24 08:03 Epoch2022-iOS