Question

1) Write a Matlab program for the following block diagram: a) to derive its closed-loop transfer function. b) to find and plo
0 0
Add a comment Improve this question Transcribed image text
Answer #1

% In order to find the transfer function we should apply
... Massaon's Gain formula.
  
% so as you should have understanding of above stated formulae.
... I am giving you the way to calculate transfer function.

(a) Below is the code for transfer function calculation for above block diagram.
  
s = tf('s');

TF = (10*(1/s+2)*(2*s/(s^2+2))*(1/s^2)*(1-0)...
+(10*(1/(s^2+2*s+3)*(1/s^2))*(1-((-1)*(1/(s+2))*(2*s/(s^2+2))*((2*s+3)/(s^2+2*s+5))))))/...
(1-((-1)*(1/(s+2)*(2*s/(s^2+2))*((2*s+3)/(s^2+2*s+3)) +...
(15*(1/s^2) + ((-1)*(1/(s+2))*(2*s/(s^2+2))*(1/s^2)*((s^2+1)/(s^3+2)))))))

pzmap(TF) %ploting the above transfer function with its pole and zero.

Add a comment
Know the answer?
Add Answer to:
1) Write a Matlab program for the following block diagram: a) to derive its closed-loop transfer function. b) to find and plot the poles-zeros of closed-loop transfer function. s+2s+3 R(s) → Y(s)...
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