Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIf precision is an issue, you can try using "rounding" instead of simply discarding the LSBs.
With rounding (that is adding the first bit that you discard to the result) you get a rounding error with average zero value. Discarding the LSBs you get an error that is always positive.