You are on page 1of 10

Control Systems Lab FURC Department of Electrical Engineering

Lab # 6 Time Response Analysis


What is the Time Response …?
It is an equation or a plot that describes the behavior of a system and contains much
information about it with respect to time response specification as overshooting, settling time,
peak time, rise time and steady state error. Time response is formed by the transient response
and the steady state response.

Time response = Transient response + Steady state response

Transient time response (Natural response) describes the behavior of the system in its first
short time until arrives the steady state value and this response will be our study focus.

If the input is step function then the output or the response is called step time response and if
the input is ramp, the response is called ramp time response … etc.

Delay Time (Td): is the time required for the response to reach 50% of the final value.

Rise Time (Tr): is the time required for the response to rise from 0 to 90% of the final
value.

Settling Time (Ts): is the time required for the response to reach and stay within a
specified tolerance band ( 2% or 5%) of its final value.

Peak Time (Tp): is the time required for the underdamped step response to reach the
peak of time response (Yp) or the peak overshoot.

1
Control Systems Lab FURC Department of Electrical Engineering

Percent Overshoot(OS%): is the normalized difference between the response peak value
and the steady value This characteristic is not found in a first order system and found in
higher one for the underdamped step response. It is defined as:

y max− y ss
Percent Overshoot (OS%) = ×100
y ss

Steady State Error (ess): indicates the error between the actual output and desired output as t
tends to infinity, and is defined as:

magnitude of a step input. For example if your input is step function with amplitude = 1 and
found the step response output = 5 then the DC gain = 5/1 = 5.
In other words it is the value of the transfer function when s=0.
Step time response:

2
Control Systems Lab FURC Department of Electrical Engineering

We know that the system can be represented by a transfer function which has poles (values
make the denominator equal to zero), depending on these poles the step response divided into
four cases:

1. Underdamped response:
In this case the response has an overshooting with a small oscillation which results from
complex poles in the transfer function of the system.

2. Critically response:
In this case the response has no overshooting and reaches the steady state value (final value) in
the fastest time. In other words it is the fastest response without overshooting and is resulted
from the existence of real &repeated poles in the transfer function of the system.

3. Overdamped response:
In this case no overshooting will appear and reach the final value in a time larger than critically
case. This response is resulted from the existence of real & distinct poles in the transfer
function of the system.

4. Undamped response:
In this case a large oscillation will appear at the output and will not reach a final value and this
because of the existence of imaginary poles in the transfer function of the system and the
system in this case is called "Marginally stable".

3
Control Systems Lab FURC Department of Electrical Engineering

Characteristic of various systems:

First Order system:

The first order system can take the general form:

b k dc
G ( s )= =
s +a (t . s+1)

b
The DC gain k dc= is found by setting s = 0 at the transfer function.
a

ü Time constant t: is the time to reach 63% of the steady


state value for a step input or to decrease to 37% of the
1
initial value and t= is found. It is special for the first
a
order system only.

2.2
ü Rise Time (Tr):T r=
a
4
Settling Time (Ts): T s=
a

4
Control Systems Lab FURC Department of Electrical Engineering

The first order system has no overshooting but can be stable or not depending on the location
of its pole. The first order system has a single pole at -a. If the pole is on the negative real axis
(LHP), then the system is stable. If the pole is on the positive real axis (RHP), then the system is
not stable. The zeros of a first order system are the values of s which makes the numerator of
the transfer function equal to zero.

Second order system:

The general form of the second order system is:

a k dc w2n
G(s)¿ =
( s2 +bs+ c) s 2 +2 ξw n s+ w2n

Natural frequency w n is the frequency of oscillation of the system without damping.

b
Damping ratio: ξ=
2 wn

a
DC Gain: K dc =
c

−πξ
Percent overshoot(OS)= √ 1−ξ 2

e ×100

4 4
Settling time: =
ξ wn σ

1−0.4167 ξ+2.917 ξ 2
Rise time: T r=
wn

5
Control Systems Lab FURC Department of Electrical Engineering

MATLAB Work
·stepinfo(sys): this command is used to Compute step response characteristics. For the
following transfer functions we will find the settling time, rise time, overshoot and steady state
error:

1.G(s)=

6
Control Systems Lab FURC Department of Electrical Engineering

7
Control Systems Lab FURC Department of Electrical Engineering

8
Control Systems Lab FURC Department of Electrical Engineering

Example: Find the dc gain, natural frequency of the following system. Also find the step
response.
s+ 1
H ( s )= 2
2 s + 4 s +6
n= [1 1];
d= [2 4 6];
S1=tf (n, d)
size (S1) % no. of inputs and outputs.
pole (S1) % no. of poles.
pzmap (S1) % pole/zero map.
K=dcgain (S1)
damp (S1) % damping coefficients.
[wn, z] = damp (S1) % natural frequency
step (S1) %assigning input for analysis

9
Control Systems Lab FURC Department of Electrical Engineering

Exercises (1): For the following system:

2
H(s)= 2
s + 2ξ w n s+1

a) Let w n=1. Obtain the poles of the system for ξ =0,0.1,0.7,1,5 and guess the behavior of
step response for every value with explanation.
b) Plot the step response for every ξ above on the same figure and obtain the behavior of it
from the graph.
c) Let w n=1,ξ=0.8. Plot the step response and obtain the OS%, Ts, Tr, S.S.E and DC gain by
 Graph
 Mathematicaly by equations.

Exercise (2): consider the transfer function below describes an elevator system:

For this system we want some specifications to be suitable to users:


Percent overshooting less than 10% (do not shock the users at beginning).

Settling time less than 4 sec (don't make users feel boring).

Design the system by finding ξ and w n and then give the step response of the complete
transfer function of the system to make sure from the plot.

10

You might also like