Altera_Forum
Honored Contributor
15 years agoFIR II Compiler V10.1 Coefficient Scaling
Hye all,
I'm implementing a 127-taps FIR for baseband shaping. I'm using the FIRII compiler for it. I noticed that in the 'old' FIR compiler you had the option to scale the coefficients automatically with a power of 2. In FIRII there is only one scaling: Y = ((2^bits-1)/max(|coefvalue|))X I like to use the FIRII because of the coefficient reload interface it generates, but I also like either no scaling or scaling by power of two, so at the output I can easily compensate for gain. Any idea if this is possible with FIRII and how? Thanks! Grtz, Olaf