Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHi,
It sounds like the intermediate value is so low that you loose the significant bits by trunkating on LSB. Maybe you need to analyze the data path theoretically to understand where the significant bits are in each step of the design to maximize the dynamic range. How about using fixed point arithmetics? Thanks J