Code Generation Simulink
조회 수: 6 (최근 30일)
이전 댓글 표시
I have a Simulink model that uses a few blocks from the Signal Processing Blockset, specifically the Digital Filter Design FDATool block. When I simulate my model, does Simulink automatically generate C code for this block or is this something that I have to tell it to do?
댓글 수: 0
채택된 답변
Arnaud Miege
2011년 4월 4일
If you run in Normal mode, then Simulink runs interpretatively, without generating any C code, except for the parts of your model that use Stateflow charts or Embedded MATLAB function blocks.
However, if you run in Accelerator or Rapid Accelerator mode, then Simulink generates C code from the model before running it. For more details, see Accelerating Models in the Simulink documentation.
HTH,
Arnaud
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Architecture and Component Design에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!