Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- In my project, the case is that I use the FIR compilier v9.0 to build a filter ,whic output width is 30 bits, but only 10 bits to need。So I choose the “round” output mode, and what different between this mode and the example of convergence you have given? --- Quote End --- Re-read the discussion I had with Kaz. If the FIR compiler 'round' option uses the same method as the MATLAB round() function, and you then process the FIR filter output to measure the magnitude or power, then you will get a slight error in your estimate. However, Altera may just generically refer to the operation as 'rounding', but actually implement convergent rounding, or round-to-even. You will need to read the FIR compiler guide to see what it implements. Cheers, Dave