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.

IIR filter response not infinite

Status
Not open for further replies.

garimella

Full Member level 5
Joined
Aug 25, 2011
Messages
260
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
3,276
I just simulated the impulse response in matlab for a first order IIR low pass filter using the command impulse (tf[50],[1 50]). The output seems to be lasting for a finite period. Can anybody clarify?
 

It will asymptotically approach a final value. In real life with finite resolution it will eventually end.
 

Hi,

A digital system has limited resolution. As long as the variations are within +/-0.5 LSB around the current value you will see no change.
What else do you expect?

Btw: Similar with an analog system ... the limit here is "noise".

Klaus
 

tf([50],[1 50]) is a time continuous transfer function, not a time discrete IIR.
 

Hi FvM

Thanks for pointing it out. It was a typo. It was actually impulse of (c2d(continuous function)). Just to know more, how far will the response last. In matlab, there isn't any resolution issues.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top