Giter Site home page Giter Site logo

Comments (1)

sho-87 avatar sho-87 commented on June 10, 2024

@vanessabin it is mostly to help with comparison between devices and signal types.

If you calculate cross-correlation using xcorr(x, y, scale="coeff") then division by ac_lag0 wouldn't do anything as the data is already normalized. However, the other scale methods are not normalized and can't be directly compared.

Imagine one device that measures acceleration and another device that measures linear acceleration. The ac_d1 values for each device, for example, would be measuring different things and on different metrics (as one signal includes gravity, while the other doesn't). These values can't be directly compared against each other without first dividing each by their own "baseline" values to put them on a common metric

If you're looking to replicate the exact regularity values as calculated by Moe-Nilssen, then you could simply multiply the regularity values by the zero-lag autocorrelation peak value (ac_lag0) to reverse the process

from sensormotion.

Related Issues (12)

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.