Forum Discussion
Altera_Forum
Honored Contributor
17 years agoYes, filter is recursive and the 7th order.
b0y(n)=a0x(n)+a1x(n-1)+...+a7x(n-7)+b1y(n-1)+b2y(n-2)+...+b7y(n-7) I want to know which is the best way to represent coefficients ai, bi, i=0...7? Maybe like a signed number with a fixed point? And with how many bits? Is it 16bits enough? Thank you for you effort, Bojan