floating point to fixed point
조회 수: 3 (최근 30일)
이전 댓글 표시
why one need to change models from floating point to fixed point? Even though working with floating point models is easier(personal opinion).
댓글 수: 0
채택된 답변
Titus Edelhofer
2011년 7월 29일
Hi Vandhana,
usually people convert models from floating point to fixed point when the goal is to run the model later on some embedded device. Depending on the size of the controller, sometimes the controller does not even support floating point (or only by software which consumes both time and memory).
Titus
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!