Question: PROBLEM 2 ; ( a ) Find G Y D ( 0 ) - 1 ( 0 , 1 , u ) ( b )
PROBLEM ;
a Find
b Let it has no effect and Find the
value of that results in OS assuming 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 that uses your value of A
MATLAB command sequence to perform step response is given below:
numvector of coefficients of the numerator polynomial from
hightest power of to lowest;
denvector of coefficients of the denominator polynomial from
highest power of to lowestt;
Gtftfnum den;
stepGtf 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
over seconds:
num ;
den;
num den;
Tfinal;
stepGTfinal;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
