Git Product home page Git Product logo

Comments (4)

rodralez avatar rodralez commented on July 28, 2024

Hi Sarah,

What are the units of arw and vrw, respectively?Can they be identical with those in datasheet?

No, units from this IMU datasheet and NaveGo are different.

NaveGo works in SI (International System) units.

ARW unit is (rad/s/root-Hz). VRW unit is (m/s^2/root-Hz).

Regards.

from navego.

Sarahholly avatar Sarahholly commented on July 28, 2024

Dear rodralez,
ARW in axis x from NaveGo is 0.0079rad/s/root-Hz, now I convert it to unit in datasheet.
0.0079rad/s/root-Hz = 0.0079rad/root-Hz = 0.0079 * 57.3 degree/sqrt(1/3600hr) = 27.1602degree/root-hour. But it is not same with that in datasheet.
Am I right?
Thank you.
Regards.

from navego.

rodralez avatar rodralez commented on July 28, 2024

Dear Sarah,

You will find in function imu_err_profile.m how to convert from deg/root-hour to rad/s/root-Hz:

imu_nav.arw = (imu.arw ./ 60) .* D2R; % deg/root-hour -> rad/s/root-Hz

Please, do the opposite to find deg/root-hour from rad/s/root-Hz.

On the other hand, bear in mind that the only purpose of NaveGo's Allan variance example is to show a practical implementation of the Allan variance. A 2 hrs static dataset is not long enough to do a correct IMU error profile. For more information, see "IEEE Standard Specification Format Guide and Test Procedure for Single-Axis Interferometric Fiber Optic Gyros", Sec. B.4.2.

Regards.

from navego.

Sarahholly avatar Sarahholly commented on July 28, 2024

Dear rodralez,

Thank you for your patient replying. I'll read the reference you recommended.

Regards.

from navego.

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.