Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- use fixed point. Its just integer with an offset (so easily implemented in an FPGA). --- Quote End --- yes use fixe point. just add x + y then add half of result and truncate 2 LSBs I am assuming you want to add x+y, divide by 4 then round