Giter Site home page Giter Site logo

Comments (3)

danielgjackson avatar danielgjackson commented on July 16, 2024

Conversion utilities are included in the OMGUI software:
https://github.com/digitalinteraction/openmovement/wiki/AX3-GUI

Conversion source code is available in "Software/AX3/cwa-convert":
https://github.com/digitalinteraction/openmovement/tree/master/Software/AX3/cwa-convert

The Python code is probably the least used/tested. If you have used code that outputs raw sensor values (they will all be integers), you must first divide by 256 to convert it to units of 'g'.

from openmovement.

akaraspt avatar akaraspt commented on July 16, 2024

I have tried your source code

https://github.com/digitalinteraction/openmovement/tree/master/Software/AX3/cwa-convert

before I posted this issue, but the problem is the output of OMGUI software

https://github.com/digitalinteraction/openmovement/wiki/AX3-GUI

is different from the output of MATLAB, python, Java, etc.

from openmovement.

danielgjackson avatar danielgjackson commented on July 16, 2024

Hi Imochaz,

You will have to be more specific -- what differences are you seeing, and between exactly which methods? The on-device ("raw") data from a .CWA file is subject to the accelerometer's true sampling rate (which can vary gradually over time). The GUI can convert this raw data as it stands, or can re-interpolate this to a fixed frequency (these will give slightly different results). Other importers are usually only for this raw (un-interpolated) data, but may be presenting the underlying sensor units (if they are integers) and will need dividing by 256 to units of 'g'; and will almost certainly have differences in how they choose to interpolate over the periodic timestamps. Yet others importers (e.g. the Python version) are not well used or tested, and should not be relied upon.

Cheers,

Dan

from openmovement.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.