Forum Discussion
Altera_Forum
Honored Contributor
11 years agoI think for sure there are ways to optimize more, and more analysis could indicate how to improve the accuracy.
For example, in the implementation I did, I make a simple truncation by taking the 16 MSBs of the 34 bits. And looking back to the example available in the zip file, in the proposed implementation I see that few MSBs of the output are not used (the maximum output value measured is 11 % the maximum possible). So, there are smarter approach, I did the simplest one.