Skip to content

Scaling factor calculation #8

Description

@sriharibestha

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions