Using Simulink from code
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello,
I am looking to create a simulator from an existing embedded device. This device has a processor board, i/o board, LCD display, keypad, and a few other aux devices.
For testing purposes I would like to create a simulator that doesn't require hardware (except the PC). Is it possible to go from code/device 'backwards' to simulink in order to simulate the hardware/firmware?
댓글 수: 0
답변 (2개)
TAB
2013년 2월 8일
First of all, purpose of simulink is to model the behavior of a dynamic system (mathematical and logical modelling). Making a instruction set simulator (processor simulator) will need lots of efforts, complex implementation and dedicated team. I don't think this a one man job.
There are lots of processor simulator already available in the market. You can select one of those as per your need.
댓글 수: 0
Kaustubha Govind
2013년 2월 8일
If you have input/output response data from the system(s), you might be able to use the System Identification Toolbox to model your system.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Communications Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!