Altera_Forum
Honored Contributor
15 years agoFIR filter coefficient scaling and downscaling
I have a sensor signal which is unsigned 12 bits and i need to filter the signal using a FIR filter. The filtered output feeds into an algorithm which expects 12bit unsigned input.
I have used FIR compiler to design fir filter, but the output length is 28 bits. How can is scale the coefficients so as to have minimum quantization error if i discard the LSBs from the filter output. Can someone provide guidance, with an example.