Info
This question is closed. Reopen it to edit or answer.
How do I smooth a flying route using Kalman filtering ?
1 view (last 30 days)
Show older comments
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 Comment
Geoff Hayes
on 13 Jul 2014
Are your observations the (x,y) coordinate pairs given by the above vectors? Are you planning on using a Linear Kalman Filter?
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!