Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How can I use fixed point types with more than 2080 bits?
조회 수: 1 (최근 30일)
이전 댓글 표시
In our Simulink / Altera DSP Builder design we use a wide array of type ufix() to distribute information from configuration registers around the system. Now this array has grown to more than 2080 bits, which seems to be the limit for fixed point types. Is there a way to get wider data types than 2080 bits?
Of course one option would be to redesign our system to use e.g. a vector of fixed point data, which would fix this issue, but we would like to avoid this redesign at this time since it would affect many parts of the design.
댓글 수: 1
Nick Choi
2017년 10월 6일
It would be helpful to see what is going on within the model. Could you provide a reproduction model?
Also, how are you determining that the array is approaching 2080 bits? For simulation and code generation, there is a limit of 128 bits for fixed-point data types as described in the following documentation link:
In MATLAB, the 'fi' object has a 'WordLength' limit of 65535.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!