Question
FMAC implementation
Hi all
I have an IIR filter design with 7 coefficients. (For feed-forward and for feed-back)
Regularly all the coeffs are between -1 to +1
So I Just multiply each by 2^15 to get it in q1.15 format.
However, now, the feedforward coeffs are very small (0.0000000001 or something like that)
and the feedback coeffs are up to 30.
How to initialize the system to get it work?
