I'm trying to implement a method used by Mr. Jeff Miller in a Matlab training session entitled "Fixed Point Made Easy," and had a question regarding his use of look-up tables
조회 수: 1 (최근 30일)
이전 댓글 표시
My question is regarding the splitting of the sfix18 angle value into two numbers, one composed of the upper 9 bits the other composed of the lower 9 bits. Isn't the LUT_HIGH for angles =>pi, and the LUT_LOW for angles <pi so that only one LUT is being used at a time? I was also wondering what the workings of the HDL_Complex_Multiplier would look like. Thank you for your attention to my question.
Sincerely, Michael

댓글 수: 0
채택된 답변
Kiran Kintali
2023년 8월 8일
편집: Kiran Kintali
님. 2023년 8월 8일
Can you share the training material and models you are referring to?
Looking at the picture you attached the two LUTs are not two sets of angles but upper and lower bits of the angle input.
You may find attached models helpful.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Array and Matrix Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!