This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IIR coefficient greater than 1

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!