Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Filter's type - matlab function

Status
Not open for further replies.

daniel488

Newbie level 5
Newbie level 5
Joined
Jan 16, 2010
Messages
9
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
Poland
Activity points
1,351
Hey,

i've line in matlab example code:
Code:
LPF = LPF_b*LPF_prev + LPF_a*mixer_I + LPF_a*mixer_I_prev ;

This is part of 'for' loop where is signal 'mixer_I' filtering.
I see this is IIR but I dont know how could I write its transfer function.
This is one of LPF in costas loop. I cant find any theory about designing this kind of filters. Could you help me?

EDIT:
After thinking:smile:

LPF/mixer_I = (LPF_a + LPF_a*z^(-1)) / (1 - LPF_b*z^(-1))

Is it correct?
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top