Added: 2 years ago
From: thomaspfeiferDotNet
Views: 21,650
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (5)

Sign In or Sign Up now to post a comment!
  • hi..

    I d like to know the meaning of the unit of sensitivity of an accelerometer.. (eg: ± 2.5g)

    pl help me out..!! thanks

  • What filtering algorithm did you use?

  • I've used a simple low-pass-filter.

    Something like:

    double q=0.04;

    double out=0;

    while (true) { double in=getFromBMA(); out=(out*(1-q))+(in*q); printf("%f\n",out);

    }

  • respekt

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more