How to run a Simulink model with single precision?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hey guys,
is there a way to run a Simulink model in floating point single precision without adding several converter blocks? Does anyone know a simpler possibility, i.e. by changing some general settings?
Cheers, Kev
댓글 수: 0
답변 (1개)
Kaustubha Govind
2013년 6월 28일
Typically the data type is propagated from the Source blocks in the model - if you configure these blocks to produce a single type, the rest of your model might become single-precision too.
Another option that I can think of becomes available only if you have a Simulink Fixed-Point license. I believe setting the Data Type Override option to 'Single' and Data Type Override applies to 'All numeric types' on the Fixed-Point Tool should force all data types to become single-precision.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Fixed Point에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!