Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Electronic Equipment > Digital Signal Processing (DSP) > The best trade-...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 14038 of 14332
Post > Topic >>

The best trade-off between input data and coefficient dimension in IIR filter

by "androjoker" <andrea.puddu@[EMAIL PROTECTED] > Oct 11, 2008 at 06:03 PM

Hello guys,

for my thesis I have to optimally scale an IIR filter.
Changing the design of the filter is not my purpose.

I have read the Randy Yates papers about fixed-point arithmetic and
Fixed-point FIR implementations (thank you so much Randy), but I have a
question.

The filter has these coefficients: 

b[0] = 1,0;
b[1] = 1,9059465;
b[2] = 0,9114024;

y[i] = b[0]x[i] + b[1]y[i-1] + b[2]y[i-2]

Input values comes from the output of a FIR filter and are stored on 32
bit variables (14 bit added precision). I want to store coefficients on 16
bit and the output and the ac***ulator of the filter on 32 bit.

I have to scale down FIR output before passing them into IIR filter , but
I have to choose a trade-off between coefficients and input dimension in
order to avoid overflow.
The more precision I give to IIR input, the less I will give to
coefficients.


Do you know how can I simply calculate this trade-off?
 




 2 Posts in Topic:
The best trade-off between input data and coefficient dimension
"androjoker" &l  2008-10-11 18:03:36 
Re: The best trade-off between input data and coefficient dimens
yongzhi.liu@[EMAIL PROTEC  2008-10-12 19:06:35 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 4:29:58 CST 2008.