Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How do I smooth a flying route using Kalman filtering ?

2 visualizaciones (últimos 30 días)
Nimrod Daniel
Nimrod Daniel el 12 de Jul. de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Assuming I have a flying route, for an exmaple:
x = [5 4.9 4.8 4.7 4.6 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.5 4.4 4.3 ] ;
y = [5 5 5 5 5 5 5.1 5.2 5.3 5.4 5.5 5.6 5.5 5.4 5.3 5.2 5.2 5.2 5.2 ] ;
How do I smooth the route such that the accelerations would be finite, or in other words - the 90 degrees turns would be smooth, and the 180 flip direction would also be smooth, by using Kalman filter ?
  1 comentario
Geoff Hayes
Geoff Hayes el 13 de Jul. de 2014
Are your observations the (x,y) coordinate pairs given by the above vectors? Are you planning on using a Linear Kalman Filter?

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by