Question

Compare the responses of the following LPF algorithms to a unit step input: a) y(n) = 0.1x(n) +0.9v(n-1) y(n)=0.5x(n) +0.5y(n

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ayon = 0.52 (+0.94 (9+0.9 gon-1). 6) HOL) = 05 7 Apply Z hans form Ylz)[ 0.92] = 0-1X(z) 10.52 YEZ) = D.LT X(z) I-0.92 hin

The four step responses are plotted by using MATLAB.

Script;

n=0:1:50;

y1=1-(0.9.^(n+1));figure;subplot(221);stem(n,y1),'r';xlabel('n');ylabel('y1(n)');title('a)step response ')

y2=1-(0.5.^(n+1));subplot(222);stem(n,y2,'m');xlabel('n');ylabel('y2(n)');title('b)step response ')

y3=1-(0.95.^(n+1));subplot(223);stem(n,y3,'b');xlabel('n');ylabel('y3(n)');title('c)step response ')

y4=1-(0.99.^(n+1));subplot(224);stem(n,y4,'g');xlabel('n');ylabel('y4(n)');title('d)step response ')

a) step response b) step response yl(n) y2(n) 0000000 o 20 40 60 0 20 40 60 c)step response d) step response mwomam TADT y3(n

Add a comment
Know the answer?
Add Answer to:
Compare the responses of the following LPF algorithms to a unit step input: a) y(n) =...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT