Question

R(S) + OE(S) This problem explores the effect of closed-loop zeros on the system response. Suppose G(s) = G(s)Gp(s) where Gc(This problem explores the effect of closed-loop zeros on the system response. Suppose ?(?) = ?? (?)?? (?) where ?? (?) = ? a proportional controller. The plant ??(?) takes on two different systems in Problem 1 and in Problem 2

1. Suppose ??1 (?) = 1 ?(? 2+6?+45) a. Find the open-loop poles and the closed-loop poles when ? = 40 b. Find and plot the closed-loop unit step response, that is, find ?(?), ? > 0 when ?(?) = ??(?)

2. Repeat for ??2 (?) = 3 40 ? 2+ 40 3 ?+ 40 3 ?(? 2+3?+5) Compare the two answers relative to the location of closed-loop poles, and the effect of the closed-loop zeros Hint: explore using the Matlab function ilaplace Type help ilaplace

The question didn't state the K for problem 2.

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

The open loop teansfer function is Kapil) = 40 0 s(5²+65+45) to any system shown below, the state loop Transfer function is c

The - RIS) kapsy - yox (s+ 405 +40) 40 8 5 (8735+5) = (3.5+ 405+40) -0 5 (8+35+5) Closed loop Teansfer function is C(s) - 35step response using MATLAB:

clc;

clear all;

close all;

s=tf('s');

k=40; % P-gain

gp1=1/(s*(s^2+6*s+45));

gp2=(3*s^2+40*s+40)/(s*(s^2+3*s+5));

step(feedback(k*gp1,1),feedback(k*gp2,1));grid % step response

legend(' plant 1 ', ' plant 2')

File Edit View x? Figure 1 x 1 Insert Tools Debug Desktop Window Help Ha a my . EI E O | ID E F D) Step Response plant 1 planThe system response is faster with the plant with zeros added to it

Add a comment
Know the answer?
Add Answer to:
This problem explores the effect of closed-loop zeros on the system response. Suppose ?(?) = ??...
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