Borrar filtros
Borrar filtros

Discrete acceleration data to position

7 visualizaciones (últimos 30 días)
Jen-Yu Hsiao
Jen-Yu Hsiao el 31 de En. de 2013
I can get accelerator vector data from LEGO Accel sensor by every sampling time. For example when t=1 [x;y;z]=[15;9;220] when t=2 [x;y;z]=[7;5;221]
How can I transform acceleration data to position/displacement?
(<http://www.hitechnic.com/cgi-bin/commerce.cgi?preadd=action&key=NAC1040>)
Many thanks~~~

Respuesta aceptada

Carlos
Carlos el 31 de En. de 2013
I am not sure, but theoretically ,if you have acceleration, and you want to get displacement, you have to integrate to get velocity, and then integrate to get displacement. Try function cumtrapz() which enables you to perform numerical integration. However I think it is much better if you interpolate your displacement data to obtain an analytical expression of the displacement, and then integrate the expression twice to obtain an analytical expresion for acceleration.
  1 comentario
Jen-Yu Hsiao
Jen-Yu Hsiao el 5 de Mzo. de 2013
thank you very much ~ but ... maybe the acceleration have noise so that I can't get the right position.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by