Question: Time response specifications Problem 3: Find the transfer function of a second-order system that yields a 10% overshoot and a settling time of 1 second.
Time response specifications Problem 3: Find the transfer function of a second-order system that yields a 10% overshoot and a settling time of 1 second. Then, plot the step response (i.e., u(t)=1 ) of the found system and determine %OS,Ts using MATLAB. For the Matlab you can utilize the following code. Then use 'step' command to plot step response. sys is what you just defined above. step (sys) gor in case you want to see wider range of time, use this code to specify the time range. t=[0:0.01:5]; o specify range of the time to plot (in this case 0 to 5) step (sys,t); 68 In now to get the performance information of the step response. It will show the result in the command window. stepinfo (sys)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
