RIC - 653 - Control Sys Lab-I
RIC - 653 - Control Sys Lab-I
LABORATORY MANUAL
B. Tech, Semester - VI
(RIC-653)
Name
Roll. No.
Group/ Batch
JSS MAHAVIDHYAPEETHA
JSS Academy of Technical Education
Department of Electronics & Communication Engineering
C-20/1, Sec-62 NOIDA
JSS Academy of Technical Education – NOIDA
Control System Lab-I Manual (RIC-653)
M1: To provide quality and contemporary education in the domain of Electronics and
Communication engineering through periodically updating, adding the curricula and lab
facilities.
M2: Collaborate with industry and provide necessary research inputs to students for project
work.
M3: Setting up research facility in the area of VLSI, Embedded and Electrical Communication.
M4: To transform students for working in multicultural global environment.
PEO 1: A graduate to demonstrate fundamental knowledge and skills required for pursuing
higher education and functioning effectively as an entry-level professional.
PEO 2: A graduate to have effective communication skills in both oral and written form to
articulate technical knowledge, ideas and proposals.
PEO 3: A graduate be able to work collaboratively within a team and have an understanding of
leadership and be prepared to lead a team.
PEO 4: A graduate to acknowledge his/her responsibilities to the society globally and the need
to behave ethically and morally are willing to engage in services/activities beneficial to the
society.
PEO 5: A graduate to demonstrate an understanding of the elements of entrepreneurship, such
as active discovery and exploration of opportunities, prudent risk taking and experimentation of
novel ideas or methods.
PROGRAMME OUTCOMES
Engineering Graduates will be able to:
PO2: Problem analysis: Identify, formulate, review research literature, and analyze complex
engineering problems reaching substantiated conclusions using first principles of mathematics,
natural sciences, and engineering sciences.
PO3: Design/development of solutions: Design solutions for complex engineering problems and
design system components or processes that meet the specified needs with appropriate
consideration for the public health and safety, and the cultural, societal, and environmental
considerations.
PO4: Conduct investigations of complex problems: Use research-based knowledge and research
methods including design of experiments, analysis and interpretation of data and synthesis of
the information to provide valid conclusions.
PO5: Modern tool usage: Create, select and apply appropriate techniques, resources and modern
engineering and IT tools including prediction and modeling to complex engineering activities
with an understanding of the limitations.
PO6: The engineer and society: Apply reasoning informed by the contextual knowledge to
assess societal, health, safety, legal and cultural issues and the consequent responsibilities
relevant to the professional engineering practice.
PO7: Environment and sustainability: Understand the impact of the professional engineering
solutions in societal and environmental contexts and demonstrate the knowledge of and need for
sustainable development.
PO8: Ethics: Apply ethical principles and commit to professional ethics and responsibilities
and norms of the engineering practice.
PO9: Individual and team work: Function effectively as an individual and as a member or
leader in diverse teams and in multidisciplinary settings.
PO11: Project management and finance: Demonstrate knowledge and understanding of the
engineering and management principles and apply these to one’s own work, as a member and
leader in a team, to manage projects and in multidisciplinary environments.
PO12: Life-long learning: Recognize the need for and have the preparation and ability to
engage in independent and life-long learning in the broadest context of technological change.
COURSE OUTCOMES
C323.1: Understand the basics of Mat lab and familiarize with control system tool box for
designing various LTI systems.
C323.2: Design, analyze various models of the systems in time domain and evaluate different
response parameters
C323.3: Analyze stability from root locus of the given model of the system.
C323.4: Design, analyze various models of the systems in frequency domain and evaluate
different response parameters.
C323.1 2 2 2 2 1 1 3 3 3 1 3 2 2 2
C323.2 2 2 2 2 1 1 3 3 3 1 3 2 2 2
C323.3 2 2 2 2 1 1 3 3 3 1 3 2 2 2
C323.4 2 2 2 2 1 1 3 3 3 1 3 2 2 2
3. Plot the pole-zero configuration in s-plane for the given transfer function.
4. Determine the transfer function for given closed loop system in block diagram
representation.
5. Plot unit step response of given transfer function and finds delay time, rise time, peak
time and peak overshoot.
6. Determine the time response of the given system subjected to any arbitrary input.
7. Plot root locus of given transfer function, locate closed loop poles for different values of
k. Also find out ωd, ωn for given root.
8. Create the state space model of a linear continuous system.
9. Determine the State Space representation of the given transfer functions.
10. Plot bode plot of given transfer function. Also determine the relative stability by
measuring gain and phase margins.
11. Determine the steady state errors of a given transfer function.
12. Plot Nyquist plot for given transfer function and to discuss closed loop stability. Also
determine the relative stability by measuring gain and phase margin.
DESIGN PROBLEMS
(a) To study D.C. speed control system on open loop and close loop.
(b) To study Transient performance by adding another time signal at the input of control
Circuit.
(c) To study how current breaking eddy is being rejected by close and open loop.
(a) To observe open loop performance of building block and calibration of PID controls.
(b) To study P, PI and PID controller with type 0 system with delay.
(i) Error detector with gain (ii) Time constant (iii) Integrator
(i) First order system (ii) Second order system (iii) Third order system
INDEX
Plot unit step response of given transfer function and find delay time, rise
5. 22
time, peak time and peak overshoot.
Determine the time response of the given system subjected to any arbitrary
6. 25
input.
Plot root locus of given transfer function, locate closed loop poles for
7. 28
different values of k. Also find out ωd, ωn for given root.
Plot bode plot of given transfer function. Also determine the relative stability
10. 34
by measuring gain and phase margins.
Plot Nyquist plot for given transfer function and to discuss closed loop
12. stability. Also determine the relative stability by measuring gain and phase 38
margin.
Experiment No-1
Aim: Study of different Toolboxes in MATLAB, Introduction to Control Systems Toolbox or its
equivalent open source freeware software like Sci-lab using Spoken Tutorial MOOCs.
1. INTRODUCTION TO MATLAB.
5. INTRODUCTION TO TOOLBOXES
Experiment No-2a
2. PRE-EXPERIMENT QUESTIONS:
(b) .*, *.
4. PROGRAM FLOW: Write the Matlab Script using the following program flow
5. RESULTS/ CONCLUSION:
Experiment No-2b
1. AIM: To type u = [2 3 1 4], v = [4 3 2 1], w=[2 4 1 6] and give a Matlab command to create
matrix A that has row u,v & w.
3. PROGRAM FLOW : Write the Matlab Script using the following program flow
4. RESULT/CONCLUSION:
Experiment No-2c
3. PROGRAM FLOW : Write the Matlab Script using the following program flow
4. RESULTS/CONCLUSION:
Experiment No-2d
1. AIM: To plot the functions of sin (t) and cos(t) showing all the commands used along with
plot like legend, text, title.
3. PROGRAM FLOW: Write the Matlab Script using the following program flow
4. RESULT/CONCLUSION:
Experiment No-2e
1. AIM: Using command Polyval, plot the values of arbitrary chosen polynomial.
3. PROGRAM FLOW: Write the Matlab Script using the following program flow
4. RESULT/CONCLUSION:
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Matlab defined function name.
(d) Don’t use the Matlab defined function name as a variable name.
Experiment No-3a
4. PROGRAM FLOW: Write the Mat lab Script using the following program flow
5. RESULT/CONCLUSION:
Experiment No-3b
1. AIM: To Plot the pole-zero configurations in s-plane for the given transfer function:
s
T ( s)
s 2s 10
2
4. RESULT/CONCLUSION:
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Matlab defined function name.
(d) Don’t use the Matlab defined function name as a variable name.
(a) How the state space model is advantageous than LTI systems ?
(b) How the conversions among different models are done in Matlab ?
Experiment No-4a
1. AIM: To determine the transfer function for given closed loop system in block diagram
representation.
4. PROGRAM FLOW: Write the Matlab Script using the following program flow
5. RESULT/CONCLUSION:
Experiment No-4b
3. PROGRAM FLOW: Write the Mat lab Script using the following program flow
4. RESULT/CONCLUSION:
Experiment No-5a
1. AIM: To plot unit step response of given transfer function and find delay time and rise time.
s 1
T ( s)
s 2 2 s 10
4. PROGRAM FLOW: Write the Mat lab Script using the following flow chart
5. RESULT/CONCLUSION:
Experiment No-5b
1. AIM: To plot unit step response of given transfer function and find peak time and peak overshoot.
s 1
T (s)
s 2 s 10
2
3. PROGRAM FLOW: Write the Mat lab Script using the following program flow
4. RESULT/CONCLUSION:
(a) Why the Mat lab function for ramp response is not defined?
(b) What is the significance of overshoot in system analysis?
(c) Differentiate 3% and 5% settling time.
(d) What is the importance of transient response in system analysis?
Experiment No-6a
1. AIM: To determine the time response for a second order unity feedback system for step input.
1
T ( s)
s2 s 4
4. PROGRAM FLOW: Write the Mat lab Script using the following program flow
5. RESULT/CONCLUSION:
Experiment No-6b
1. AIM: To ddetermine the time response for a second order unity feedback system for impulse
input.
1
T (s)
s2 s 4
2. SOFTWARE USED: Mat lab 7.6
3. PROGRAM FLOW: Write the Mat lab Script using the following program flow
4. RESULT/CONCLUSION:
Experiment No-7
1. AIM: To plot root locus of given transfer function, locate closed loop poles for different
values of k. Also find ωd and ωn for a given root.
2. PRE-EXPERIMENT QUESTIONS:
4. PROGRAM FLOW: Write the Mat lab Script using the following program flow
Generate&
Department of Electronics numerator and denominator
Communication Engineering
polynomial for blocks in series Page 28 of 61
JSS Academy of Technical Education – NOIDA
Control System Lab-I Manual (RIC-653)
5. RESULT/CONCLUSION:
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Mat lab defined function name.
(d) Don’t use the Mat lab defined function name as a variable name.
(a) If the root locus doesn’t cross the imaginary axis then system is stable for what values of k?
Experiment No-8
For simplicity, let's assume the reference is zero, r = 0. The input is then U=-kx
The state-space equations for the closed-loop feedback system are, therefore
X’=AX+BU ; Y=CX
2. PRE-EXPERIMENT QUESTIONS:
4. PROGRAM FLOW: Write the Mat lab Script using the following program flow
Put t=0:0.01:2,u=0.001*ones(size(t))
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Mat lab defined function name.
(d) Don’t use the Mat lab defined function name as a variable name.
(a) Explain the state variable equations for the LTI system.
Experiment No-9
1. AIM: To determine the State Space representation of the given transfer functions.
2. PRE-EXPERIMENT QUESTIONS:
4. PROGRAM FLOW: Write the Mat lab Script using the following program flow
5. RESULT/CONCLUSION:
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Mat lab defined function name.
(d) Don’t use the Mat lab defined function name as a variable name.
Experiment No-10
1. AIM: To plot Bode plot of given transfer function. Also determine the relative stability by
measuring gain and phase margins.
s 1
T (s)
s 2s 10
2
2. PRE-EXPERIMENT QUESTIONS:
(a) Define the relationship between time and frequency domain parameters of a system
(b) How the resonance frequency is related to poles and zeros of the system?
4. PROGRAM FLOW: Write the Matlab Script using the following program flow
5. RESULT/CONCLUSION:
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Matlab defined function name.
(d) Don’t use the Matlab defined function name as a variable name.
(b) What is the value of gain and phase margin for stable system?
Experiment No-11
2. PRE-EXPERIMENT QUESTIONS:
(c) Derive the steady state error for 2nd order system.
4. PROGRAM FLOW: Write the Matlab Script using the following program flow
5. RESULT/CONCLUSION:
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Matlab defined function name.
(d) Don’t use the Matlab defined function name as a variable name.
Experiment no-12
1. AIM: To plot the Nyquist plot for given transfer functions and discuss closed loop stability.
Also determine the relative stability by measuring gain and phase margin.
(2s 1)
T (s)
s 2 3s 2
4. PROGRAM FLOW: Write the Matlab Script using the following program flow
5. RESULT/CONCLUSION:
(a) Always write command ‘clc’ and ‘clear all’ before starting a program to clear the
command window and memory respectively.
(b) Always use command ‘close all’ in scripts where graphical results are expected.
(c) Don’t save the scripts by the Mat lab defined function name.
(d) Don’t use the Mat lab defined function name as a variable name.
(a) What is nyquist criterion? How they are relating the poles and zeros of the system?
DESIGN PROBLEMS
1. You throw a ball straight up in the air with an initial speed of 25 m/s [g = 9.8 m/s 2].
Design a Matlab code to find:
(b) How high does the ball rise from the release point?
(a) Time
KA = preamplifier gain
Design a Matlab code for generating time domain characteristics & compare this with a unity
feedback.
4. Ships
in
turbulent seas incur motion about their roll axis (as shown below). Stabilizing fins, which can be
positioned by a closed-loop control system, can be used to reduce this motion. Components
describing this system include fin actuators, sensors, and roll dynamics. For roll dynamics, which
relates the roll-angle output θ(s) to disturbance-torque input TD(s), is given by
(s) 2.25
2
TD ( s) ( s 0.5s 2.25)
(a) Find the natural frequency, damping ratio, peak time, settling time, rise time, and percent
overshoot.
(b) Find the analytical expression for the output response to a unit step input in voltage.
5. M
(b) Find the overshoot and peak time of the system with gain K = 10 using both
the second-order model and original system, then compare the results. (Assume a step
input.)
(c) Using the second-order model, select a gain K so that the settling time is less than 4
seconds and the peak time is less than 5 seconds, while ensuring a minimal overshoot
(less than 1%). Simulate the original system for this gain and compare the results.
6. The goal of vertical takeoff and landing (VTOL) aircraft is to achieve operation from
relatively small airport and yet operate as normal aircraft in level flight. An aircraft taking
off in a form similar to a missile (on end) is inherently unstable. A control system using
adjustable jets can control the vehicle, as shown in the figure below.
(a) Find and plot closed loop poles in s-plane and discuss their location for K=100.
(b) Determine the range of gain K for which the system is stable, marginally stable and
unstable.
(c) Determine and plot the roots of the characteristic equation for gain K obtained in
part "b", which makes the system to be marginally stable and for selected gain K
that makes the system unstable including poles locations from part "a" giving full
comment.
(d) Plot step responses of the system for K=100, selected system gain, which makes the
system to be unstable and the obtained gain K in part "b" which makes the system
to be marginally stable, giving comments on the obtained results.
7. A robot tennis player is shown below and a simplified control system for θ(t) is shown
below. The goal of the control system is to attain the best step response while attaining a high
Kv for the system.
(a) Plot the Nyquist diagram for the above unity feedback system with the open loop transfer
(b) Use the Nyquist diagram to find the range of gain K for stability.
(c) Find the value of gains K1 and K2 for selected Kv1=0.325 and Kv2=0.45 and plot the
step output responses for the obtained K1 and K2.
(d) Plot on the same graph the step responses for each case of gains K1 and K2 obtained in
part (3) and for the best selected value of gain K.
(a) Determine the gain K = K1 K2 required so that the response to a step command is as rapid
as reasonable with an overshoot of less than 5%
(b) Determine the steady state error of the system for a step and a ramp input.
(c) Determine the value of K1 K2 for an ITAE optimal system for 1) step input 2) ramp input.
MINI PROJECT
(a) To study D.C. speed control system for an open loop and close loop case.
(b) To study of transient performance, another time signal is added at the input of control
circuit.
2. EQUIPMENT REQUIRED:
(S ) KM
…(13.1)
V ( S ) s ( sT 1)
This equation is descebring the first order type-0 system whose steady state error and
response is given by KP=KAKTKm.,
Where KA=Amplifier gain and KT= Tachogenerator gain
We can find steady state error from measurment of VR and Vp.
Steady error eSS = lim
t (VR-VT) = R/(1+Kp) …(13.3)
The steady state errror is going to decrease iof KA is going to increase. For Ru(t)
For a square wave of input R(p-p), time constant T for open loop system is given by
1 1
T .
2f VT …..(13.4)
ln(1 )
VM K M KT
(13.5)
K K K
Where K eff 1 K K K
A M T
A M T
One of the feedback control system is to redcue the effect of external disturbance.The
ST 1
disturbance transfer function is given by(VR=0) = ST 1 K K K . For a unit step
A M T
Thus the stedy state speed change caused by an external disturbance should reduce as the gain
KA is increased. Also the performance is superior for open loop system(KT=0).
4. PROCEEDURE:
FOR OPEN LOOP CASE:
(a) Signal And References:
1. Feedback terminals must left open. KA may varied form 0 to 100 using 10 turn
potentiometer.Thus 1 turn may corresponds to 0 to 10.
2. Set KA=0.Connect DVM to measure the range of the variation of refrence voltage VR.
3. Switch on the square wave signal Vs. Measure the amplitude and frequency(1 Hz)
using CRO. Amplitude must measure with time base switched off and for frequecny count
the no of pulses on CRO in 60 sec using a watch.
(b) Motor and Tachogenerator :
1. Set VR=1 V, KA=3, Record speen N in rpm and Tachogenerator output VT.
2. Repeat VR=1 and KA=1,5……10 and tabulate measured motor voltage V M(VRXKA).
2
Steady state motor speed in rpm (or m N in radian per sec) and tachogenerator
60
output VT .
3. Plot N vs VM and VT vs N. Obtain KM and KT from the linear region of the curves.
Motor gain constant KM = shaft speed in rad/sec( m )/ Motor voltage (VM) and
V
Tachogenerator constant KT Volt-sec/rad.
T
4. To calculate motor time constant, swicth on the V s, set VR and KA so that VM lies
between 3-8 V(CRO must kept in DC input mode).
KM
5. Calculate motor transfer function
sT 1
A M T
equation 13.2
(c) Disturbance rejection:
1. Set KA=5, VR=1200 rpm short circuit the feedback terminal and brake setting=0.
2. Record the speed for different setting of eddy current brake. Calculate % derease in
speed at each setting of the brake.Repeat above for KA=10, 50,100.
3. Copmare the % decrease in speed at various brake setting for open loop, closed loop
with KA=5 and 10.
5. OBSERVATION TABLE:
(a) For Open Loop Performance:
Motor and Tachogenerator charactertics VR=1 V
Experimental
Sl No. KA setting N(rpm) VT Volt VM Volt
KA-VM/VR
1 3 731 0.54 3 3
2 4 1261 1.01 4 4
. .
. .
8 10 2292 1.75 10 10
Graphs of N vs and V M and VT are shown in figure 13.2 and 13.3. From the linear region K M
and KT are obtained. The open loop time constant is obtained from equation 13.4.
1
T 1.997 sec
0.04 1
2 0.82 ln |1 |
0.8 0.19
Experimental Theoritical
Sl No. KA setting N(rpm) VT Volt
ess =(VR-VT )Volt ess=1/(1+KAKMKT)
K A K M KT 5 0.19
Ke ff = 0.487
K A K M KT 1 1 5 0.19
1 1
Te ff 846ms
2 0.82 ln(1 1 120
)
0.487 480
Brake setting 0 1 2 3 4
EXPERIMENT No-14
1. AIM:
(a) To observe open loop performance of building block and calibration of PID Controls.
(b) To study P, PI and PID controller with type 0 system with delay.
(c) To study P, PI and PID controller with type 1 system.
2. EQUIPMENT REQUIRED: PID controller setup, CRO and connecting leads.
3. THEORY:
Position control systems may be of AC, DC, or hybrid type. In a DC system, the error signal
will be DC, and a DC servomotor is used. This position control system has 10-turn input and
output pots which convert position into a proportional electrical voltage. Pots have dial to read
the position. A 5 V supply, which is internally generated in the module, is used to excite both the
pots. A small permanent magnet DC motor is used to control the output position. To improve the
torque, the motor shaft is coupled to the output pot through gears. A clutch mechanism is
provided to prevent damage to the output pot in case the motor runs continuously. The motor and
output pot have been put in a separate enclosure. The input pot is also placed in a separate
enclosure. The controller has proportional (P), integral (I), and derivative (D) components. By
individually switching on/off, gain of these blocks can be changed. The servo-amplifier outputs a
positive or negative voltage depending upon the polarity of the error signal. This voltage drives
the motor in either direction depending upon the polarity of error signal.
P Controller: If the controller is a simple amplifier with a constant gain K, then, it is said to be a
P-controller since the output of the controller is proportional to the error input. The study state
error of the control system can be decreased by using a higher value of K. But as K is increased,
the output tends to oscillate. For very large values of K the output may become unstable.
P-D Controller: In case of P-D controller, the controller outputs a signal which has a component
proportional to the derivative of the error signal. When the derivative gain is increased, it
increases damping in the system causing a reduction in the amplitude of oscillations. The P-D
controller increases the bandwidth, and reduces the rise time and settling time of the step
response of the system.
P-I Controller: In case of P-I controller, the controller outputs a signal which has a component
proportional to the integral of the error signal. By proper design of P-I controller transient and
steady state error performances of the system can be improved-I controller decreases rise time
but increases the settling time of the system.
Figure 14.3 Block diagram of DC position control system with PID controller
5. PROCEDURE:
(a) Carefully observe the study Module and familiarize with different blocks and terminals
given on the panel.
(b) Observe that how switches can be operated to include / exclude P,I, and D components of
the controller and how individual gains can be adjusted by operating the pots.
(c) Make connection to realize the position control system shown in figure 14.2.
P Controller:
P-D Controller:
P-I Controller:
6. OBSERVATIONS:
P-D
P-I
8. PRECAUTIONS:
EXPERIMENT No-15
3. THEORY:
(i) Time Response Variation of output of system with respect to time for a given input is called
time response. One of the important standard input test signals is unit step. Response of the
system when unit step is applied is called unit step response. Figure 15.1 show the block diagram
of second order system respectively. In this experiment we study the unit step response of the
system. For second order system, the simplest example is a series R-L-C circuit. The block
diagram for second order system is shown in figure 15.1. We study the unit step response of the
second order system for different values of damping ratio ( ) and natural frequency ( n ) of
oscillation. When < 1, then, the output has damped oscillations before coming to rest and the
system is said to be under-damped. When > 1, then, the output does not oscillate, but
sluggishly comes to rest and the system is said to be over damped. When = 1, then the system
is said to be critically damped. The closed loop transfer function for the second order system is
given by;
1 2n 2n
Y s R s .T s 2 …..(15.1)
s s 2n s n2 s3 2n s 2 2n s
where G(s) is the open loop transfer function. When the input is a unit step, r(t)= u(t). so,
R(s)= 1/s .Therefore, the step response is given by ;
1 2n 2n
Y s R s .T s 2 …..(15.2)
s s 2n s n2 s3 2n s 2 2n s
R(s) Y(s)
n2
s s 2 n
Graph of gain in dB and phase difference between output and input, both plotted v/s frequency is
called frequency response of the system. To plot this, we need to apply sinusoidal excitation of
variable frequency. Therefore, we use the circuit as shown in figure 15.2. Audio frequency
generator gives variable frequency sinusoidal supply. Phase angle meter provided in the study
module measures the phase difference between the input and output. It also indicates whether the
output is leading or lagging with respect to the input. The gain is given by 20 log [I v 2max I / I
v1max I]. Here, v1max and v2max are the maximum values of input and output respectively which can
be measured using a dual channel CRO.
c(t)
r(t)
t
c(t) K 1 e T
Κ
sT 1
t t
r(t) c(t)
1/s
c(t)=Kt
4. CONNECTION DIAGRAM:
5. PROCEDURE:
Frequency Response:
1. Adjust the plot to make the system under-damped. Verify the value of resistance using
multimeter. Connect the circuit shown in figure 15.5.
2. Switch ON power. Vary frequency of input accordingly to Table 15.1 and take readings
of V1max , V2max and phase angle. If the output is leading with respect to input, then,
take it as positive. If it is lagging, then, take it as negative.
3. Switch Off power and plot gain and phase angle on a semi-log sheet.
4. You may repeat the above steps for critically damped and over-damped cases. Then,
enter the values in Tables 15.2 and 15.3 respectively.
5. OBSERVATION TABLE:
Table 15.1 Frequency response data of under-damped second order system
Phase difference
f ( Hz) V1max V2max Gain (dB)
(degree)
Table 15.2 Frequency response data of over -damped second order system
Phase difference
f (Hz) v1max v2max Gain (dB)
(Degree)
Table 15.3 Frequency response data of critically damped second order system
Phase difference
f (Hz) v1max v2max Gain (dB)
(degree)