Hello,
I have tried to designed a second order IIR filter using MATLAB.
The coefficients are 0.9427 -1.8856 0.9428 1 -1.8848 0.8863(sos format). 2 coefficients are greater than 1.
I know that in dsplib the function iircas5 uses Q.15. So what should I do to implement the filter?
Does anyone know how to fix this? Thanks!