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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…