Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe resoution of the coefficients (16 bits or less or more) depends on the wanted accuracy of the filter output, e.g. if you have a mask which the filter must fit. So I suggest you to use Matlab/Octave or any other math tool to perform a fixed-point finite-resolution simulation. You will be able to insert your coefficients with 16bits (or different) and see the result on the output. The minimum needed resolution will be the one which fits your output mask. After that you can go to the the FPGA resolution.