Since K(s) is an improper fraction..we use K(s)*G(s) in Simulink.
The above image is for K=1.
For K=2,just multiply each coefficient in numerator with 2. Simpilarly for K=5,multiply each coefficient with 5.
The unit-step response for K=1:
For K=2:
For K=5:
Now to find Mp,Tp,Ts we write
the code as:
clc;clear all;close all;
k=116*1;
z=[-5.1164 + 6.7104i -5.1164 - 6.7104i];
p=[0 -3 -3];
sys=zpk(z,p,k)
cl_tf=feedback(sys,1)
step(cl_tf)
grid on
stepinfo(cl_tf)
To find for K=2,replace K=116*1 with K=116*2 and K=5,put K=116*5 in the code.
The output of the codes are:
For K=1,
RiseTime: 0.0171
SettlingTime: 0.2255
SettlingMin: 0.9013
SettlingMax: 1.0410
Overshoot: 4.0996
Undershoot: 0
Peak: 1.0410
PeakTime: 0.0744
For K=2,
RiseTime: 0.0090
SettlingTime: 0.0782
SettlingMin: 0.9018
SettlingMax: 1.0204
Overshoot: 2.0365
Undershoot: 0
Peak: 1.0204
PeakTime: 0.0554
For K=5,
RiseTime: 0.0037
SettlingTime: 0.0063
SettlingMin: 0.9019
SettlingMax: 1.0065
Overshoot: 0.6543
Undershoot: 0
Peak: 1.0065
PeakTime: 0.0119.
For State Space Representation,the code will be,
clc;clear all;close all;
k=116*1;
z=[-5.1164 + 6.7104i -5.1164 - 6.7104i];
p=[0 -3 -3];
sys=zpk(z,p,k)
cl_tf=feedback(sys,1)
ss(cl_tf)
Now for K=2,replace k=116*1 with k=116*2 and for K=5,replace with k=116*5
The output will be like:
For K=1,
ans =
A =
x1 x2 x3
x1 -5.011 6.975 0
x2 -6.975 -5.011 0.7479
x3 0 0 -112
B =
u1
x1 0
x2 0
x3 16
C =
x1 x2 x3
y1 -5.022 2.044 7.25
D =
u1
y1 0
For K=2,
A =
x1 x2 x3
x1 -5.07 6.841 0
x2 -6.841 -5.07 0.5235
x3 0 0 -227.9
B =
u1
x1 0
x2 0
x3 16
C =
x1 x2 x3
y1 -7.143 2.569 14.5
D =
u1
y1 0
For K=5;
A =
x1 x2 x3
x1 -5.099 6.762 0
x2 -6.762 -5.099 0.329
x3 0 0 -575.8
B =
u1
x1 0
x2 0
x3 32
C =
x1 x2 x3
y1 -5.656 1.891 18.13
D =
u1
y1 0
1) Use Simulink to plot the unit step response of the following block diagram for K-1, 2, 5 and f...
control system with observer
Consider the following system: -1-2-21 гг 1 0 1 L Where u is the system input and y is the measured output. 1. Find the transfer function of the system. 2. Design a state feedback controller with a full-state observer such that the step response of the closed loop system is second order dominant with an overshoot Mp settling time ts s 5 sec. Represent the observer-based control system in a compact state space form. 10%...
Topic: Second order system 4. pts) For the linear system with a block diagram shown: a. Find the closed loop transfer function C(s)/R(s) b. Find the value of K and the location of the poles C(s) R(s) for a damping ratio equal to 0.5 S+0.8 c. When the input is a unit-step and the damping ratio is 0.5 Find Peak Time (Tp), Maximum Overshoot (Mp) and Settling Time (Ts)
control system
System Description: The figure 1 and 2 below show, respectively, components and block diagram of a motor and the measurements of velocity (via the tacho unit) and position (via the potentiometer). n represents the gearbox ratio between the rotating shaft and the output shaft. The left-hand side of the diagram represents the controller. A reference set point for the rotating shaft is entered in degrees and this is equivalent voltage. The error is calculated by subtracting the measured...
Problem 1. Consider the following mass, spring, and damper system. Let the force F be the input and the position x be the output. M-1 kg b- 10 N s/m k 20 N/nm F = 1 N when t>=0 PART UNIT FEEDBACK CONTROL SYSTEM 5) Construct a unit feedback control for the mass-spring-damper system 6) Draw the block diagram of the unit feedback control system 7) Find the Transfer Function of the closed-loop (CL) system 8) Find and plot the...
yUCni ias the block diagram shown below. Controller Process Sensor (a) (5%) Sketch the root locus of the closed-loop system. (b) (5%) Determine the range of K that the closed-loop system is stable. (c) (5%) Find the percentage of overshoot and the steady state error due to a unit step input of the open loop system process. (d) (5%) Find the steady-state error due to a unit step input of the closed-loop syste as a function of the design parameter...
Question 3 a) Reduce the block diagram in Figure 3 to a single block with the overall tra (10 marks) function. H2(s) Figure 3: A block diagram comprising multiple subsystems and controllers b) For the system in Figure 4, assume that the plant has the following transfer function: If the controller in Figure 4 is proportional-only, determine the following: (2 marks) i) The system type. i) The steady-state error, es, if the reference signal, R(s) is a unit step input....
C(8) for the system shown in Figure 1. R(S Find the equivalent transfer function, Geg (s) 1 Cix) Figure 1. Block diagram 2s+1 s(5s+6Ge(s) = and Figure 2 shows a closed-loop transfer function, where G(s) 2. proper H(s) K+s. Find the overall closed-loop transfer function and express is as rational function. C(s) Ea (s) Controller R(s) +/ Plant G(s) Ge (s) Feedback H(s) Figure 2. Closed loop transfer function Construct the actuation Error Transfer Function associated with the system shown...
Problem 3 (25%): The closed-loop system has the block diagram shown below. Controlle Process Sensor s + l (a) (5%) Sketch the root locus of the closed-loop system. (b) (5%) Determine the range of K that the closed-loop system is stable. (c) (5%) Find the percentage of overshoot and the steady state error due to a unit step input of the open loop system process. (d) (5%) Find the steady-state error due to a unit step input of the closed-loop...
Question three The figure below shows a unit step response of a second order system. From the graph of response find: 1- The rise timet, 2- The peak timet, 3- The maximum overshoot Mp 4- The damped natural frequency w 5. The transfer function. Hence find the damping ratio ζ and the natural frequency ah-Find also the transfer function of the system. r 4 02 15 25 35 45 Question Four For the control system shown in the figure below,...
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
?(?)...