HDL code generation of Simple TF

조회 수: 1 (최근 30일)
Safiya
Safiya 2015년 8월 6일
답변: Adam Barber 2015년 8월 11일
Hi, I would like to set differnet word lengths while doing HDL code generation,
Can I set a Discrete TF block to the different word lengths at below these three locations.
Input port , = 10bit
Inside blocks =16 bit, like accumulator , Multiplier , gain etc ,
Output port ,= 10 bit or 12bit
(How much does it affect the output resolution)
OR all must be same word length?
Thanks,

채택된 답변

Adam Barber
Adam Barber 2015년 8월 11일
Hi Safiya,
You should be able to set the word length by changing the data types for the specific ports/values inside the discrete transfer function. You can set it in the "Data Types" tab in the block parameters. You can specify for each the word length using "fixdt".
For more information, see the "Parameters and Dialog Box" section of the following link:
As far as output resolution is concerned, this is really application dependent. You can try the Fixed-Point Advisor:
Hope this helps you get started,
-Adam

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by