IIR Filter Funktion with DSP5416
CASTalk.com Forum Index CASTalk.com
Discussion of DSP, FPGA, storage and embedded system.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web castalk.com
IIR Filter Funktion with DSP5416

 
Post new topic   Reply to topic    CASTalk.com Forum Index -> DSP
Author Message
Eugene
Guest





Posted: Wed Jan 05, 2005 5:50 pm    Post subject: IIR Filter Funktion with DSP5416 Reply with quote

one more question.

'h' parameter of the function iir32() from DSPLIB have 3 Values for
dominator and only 2 values for numenator. so, but I have the
following Array real64_T_T NUM[][3] also I have 3 values for
numenator.

what is this?

thanks
Back to top
Guest






Posted: Thu Jan 06, 2005 6:42 am    Post subject: Re: IIR Filter Funktion with DSP5416 Reply with quote

johnbesel@web.de (Eugene) wrote:

Quote:
one more question.

'h' parameter of the function iir32() from DSPLIB have 3 Values for
dominator and only 2 values for numenator. so, but I have the
following Array real64_T_T NUM[][3] also I have 3 values for
numenator.

what is this?

thanks

It's been a while since I've worked with that form, but it might be
something like:

0 = b0x[n] + b1x[n-1] + b2x[n-2] - a0y[n] - a1y[n-1] - a2y[n-2]

bring y[n] to the left side, and divide through by a0 on the left side
to get your new coefficients for:

y[n] = b0'x[n] +b1'x[n-1] + b2'x[n-2] - a1'y[n-1] - a2'y[n-2]

But I recommend that you prove this using something else, before the
DSP ... like using a test signal in C or matlab.

Robert ( help from an American )




( modify address for return mail )

www.numbersusa.com
www.americanpatrol.com
Back to top
 
Post new topic   Reply to topic    CASTalk.com Forum Index -> DSP All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




VoIP Electronics Powered by phpBB