Forum Discussion
Altera_Forum
Honored Contributor
17 years ago1 . If your N bits ADC is not two's complement:
add to the conversion result 2^(N-1) in order to convert to signed. 2. multiply de x(n-i) sample with filter coefficient, result will be : N + N_coeff the simplest way to round is with an N_frac bits rigth arithmetic shifting. N_frac es the fractional part length.