Question: PROBLEM 2 ; ( a ) Find G Y D ( 0 ) - 1 ( 0 , 1 , u ) ( b )

PROBLEM 2 ;
(a) Find GYD(0)-1(0,1,
u)
(b) Let H(s)=1,C(s)=Ks,D(s)=0(it has no effect), and G(s)=28s+2. Find the
value of K that results in OS%=15% assuming R(s) is a unit step input.
(c) Use MATLAB to plot the response given your solution to (b). Does it appear that the
overshoot condition is met? Hint: apply step input to GYR(s) that uses your value of K. A
MATLAB command sequence to perform step response is given below:
num=[*vector of coefficients of the numerator polynomial from
hightest power of s to lowest*];
den=[*vector of coefficients of the denominator polynomial from
highest power of s to lowestt];
Gtf=tf(num, den);
step(Gtf, Tfinal); os tfinal is the final time to simulate to
Recall that entering "doc command" on the MATLAB command line will open the help
documentation for that command. Example of plotting the step input for
G(s)=s+5s2+2s+8 over 2 seconds:
num =[15];
den=[128];
G=tf(num, den);
Tfinal=2;
step(G,Tfinal);
 PROBLEM 2 ; (a) Find GYD(0)-1(0,1, u) (b) Let H(s)=1,C(s)=Ks,D(s)=0(it has

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!