Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How do I smooth a flying route using Kalman filtering ?
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
Geoff Hayes
2014 年 7 月 13 日
Are your observations the (x,y) coordinate pairs given by the above vectors? Are you planning on using a Linear Kalman Filter?
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!