Forum Discussion
Altera_Forum
Honored Contributor
11 years agofixed 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?