Sensor Fusion using Kalman Filter + Simulink
7 ビュー (過去 30 日間)
古いコメントを表示
I am trying to simulate an example explained on the website https://home.wlu.edu/~levys/kalman_tutorial/ Part 14. On this example, the author is fusion two noisy temperature measurements in order to get a filtered one using Kalman filters.
The example is simple and very well done by the author but I am facing some difficulties to implement that on Simulink.
Here is a picture of my model (I also attached the slx file):
And this is the error:
I appreciate any help !! Thanks !!
0 件のコメント
採用された回答
Sambit Senapati
2018 年 9 月 10 日
Kalman filter block doesn't have the capability to do sensor fusion. Instead of Kalman filter block use Extended kalman filter (EKF). Multi-sensor example : this example showcases how extended kalman filter is used for sensor fusion.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Tracking and Sensor Fusion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!