What is the best way to implement my algorithm in Simulink ?

버전 1.3.0.0 (2.23 MB) 작성자: Giampiero Campa
Eight ways to implement an Extended Kalman Filter as a Simulink block

다운로드 수: 2.6K

업데이트 날짜: 2017/2/10

라이선스 보기

This package contains some examples and a presentation (given at the International Conference on Robotics and Automation, Hong Kong, June 2014) discussing several possible ways of implementing an algorithm in Simulink.
Specifically, a simple Extended Kalman Filter based algorithm for attitude estimation is implemented in Simulink using S-functions (in C and MATLAB), System objects(TM), S-Function Builder, Legacy Code Tool, and the MATLAB(R) function block (using both internal and external states).
Advantages and drawbacks of the different methods are discussed, and performance is then compared in several ways. First, the different models are simulated in Simulink, then, executable files generated from each models are executed both on an Intel laptop and on an Arduino Uno, with interesting results.

인용 양식

Giampiero Campa (2023). What is the best way to implement my algorithm in Simulink ? (https://www.mathworks.com/matlabcentral/fileexchange/46786-what-is-the-best-way-to-implement-my-algorithm-in-simulink), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

Updated just a few slides.

1.1.0.1

Updated license

1.1.0.0

Streamlined signal generator
Included the Legacy Code Tool method in the final on-board embedded code comparison.