How can I find the velocity using accelerometers only?

前端 未结 8 1256
情书的邮戳
情书的邮戳 2020-12-08 12:01

Using only the phone\'s (Android) built in accelerometer, how would I go about finding its velocity?

I have been tinkering with the maths of this but whatever funct

8条回答
  •  春和景丽
    2020-12-08 12:37

    v = Integral(a) ?

    Generally though, I'd think the inaccuracies in the accelerometers would make this quite tough

提交回复
热议问题