Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- fixed point representation uses as many bits as you require. The beauty of fixed point is that it is just an integer offset by 2^n, so you can use the multipliers on the FPGA and the latency is really small (is its just integer arithmatic). Also, with a massive range of co-efficients, do you really need such small ones? will they really have much of an effect on the output? --- Quote End --- I really need the small values, because they are part of an equation of the controller. Sorry, but What you mean by that "with a massive range of co-efficients" ???