SlideShare a Scribd company logo
Design and Analysis of Damping
Ratio of Unit Step Response
Submitted by: Akshat Jain
Table Of Contents
• Introduction
• Definition
• Damping ratio
• Oscillating Cases
• Step response
• Principle
• Working Procedure
• Damping type
• First Order System
• Second Order System
• MATLAB coding
• Application
• Advantages and Limitations
• Recent trend And Future Scope
• Conclusion
• Reference
Introduction
• Assuming that the system is asymptotically stable, and then the system
response in the long run is determined by its steady state component only.
For control systems it is important that steady state response values are as
close as possible to desired ones (specified ones) so that we have to study
the corresponding errors, which represent the difference between the
actual and desired system outputs at steady state, and examine conditions
under which these errors can be reduced or even eliminated.
• Modern day control engineering is a relatively new field of study that
gained significant attention during the 20th century with the advancement
of technology. It can be broadly defined or classified as practical
application of control theory. Control engineering has an essential role in a
wide range of control systems, from simple household washing machines
to high-performance F-16 fighter aircraft. It seeks to understand physical
systems, using mathematical modeling, in terms of inputs, outputs and
various components with different behaviors, use control systems design
tools to develop controllers for those systems and implement controllers
in physical systems employing available technology
Definition
Damping Ratio:
• The damping ratio is a parameter, usually denoted by ζ
(zeta) that characterizes the frequency response of a
second order ordinary differential equation. It is
particularly important in the study of control theory. It is
also important in the harmonic oscillator.
• The damping ratio provides a mathematical means of
expressing the level of damping in a system relative to
critical damping. For a damped harmonic oscillator with
mass m, damping coefficient c, and spring constant k, it can
be defined as the ratio of the damping coefficient in the
system's differential equation to the critical damping
coefficient:
Step response
• The step response of a system in a given initial
state consists of the time evolution of its
outputs when its control inputs are Heaviside
step functions. In electronic engineering and
control theory, step response is the time
behavior of the outputs of a general system
when its inputs change from zero to one in a
very short time. The concept can be extended
to the abstract mathematical notion of a
dynamical system using an evolution
parameter.
Working Procedure• Working Procedure
• Using the natural frequency of a harmonic oscillator
•
• and the definition of the damping ratio above, we can rewrite this as:
• This equation can be solved with the approach.
• where C and s are both complex constants. That approach assumes a solution that is oscillatory
and/or decaying exponentially. Using it in the ODE gives a condition on the frequency of the
damped oscillations,
• Undamped: Is the case where corresponds to the undamped simple harmonic oscillator, and in
that case the solution looks like
• , as expected.
• Underdamped: If s is a complex number, then the solution is a decaying exponential combined with
an oscillatory portion that looks like
• . This case occurs for , and is referred to as underdamped.
• Overdamped: If s is a real number, then the solution is simply a decaying exponential with no
oscillation. This case occurs for , and is referred to as overdamped.
• Critically damped: The case where is the border between the overdamped and underdamped
cases, and is referred to as critically damped. This turns out to be a desirable outcome in many
cases where engineering design of a damped oscillator is required (e.g., a door closing
mechanism).
• One of the most common test inputs used is the unit step function,
Coding
step(sys)
step(sys,Tfinal)
step(sys,t)
step(sys1,sys2,...,sysN)
step(sys1,sys2,...,sysN,Tfinal)
step(sys1,sys2,...,sysN,t)
y = step(sys,t)
[y,t] = step(sys)
[y,t] = step(sys,Tfinal)
[y,t,x] = step(sys)
[y,t,x,ysd] = step(sys)
[y,...] = step(sys,...,options)
Application
• Identification from step response is one of the most significant topics in process control.
Although there is a concern about its persistency of excitation, the step input might be the
most commonly used excitation signal for identification in process industries. These methods
are commonly used in industrial applications because they involve minimal computation. Due
to the limitations of the graphical techniques in terms of their applicability and accuracy,
more computationally involved methods have been developed subsequently. An important
development in identification from step response is the introduction of the integral equation
approach for simultaneous estimation of the delay proposed by Wang and Zhang. Based on
this procedure, over the last few years a number of new methods have been proposed to
deal with the different practical issues in step response based identification
• In evaluating the uncertainty of the standard measuring system for lightning-impulse high
voltage, which is composed of the standard voltage divider, the digital recorder and the
calibrators, step-response tests of the standard voltage divider may be useful. In this paper,
convolution algorithm is employed to calculate output impulse-voltage waveforms from
measured step-response waveforms.. Therefore, for the standard voltage divider, step-
response parameters, i.e. experimental response time, partial response time, settling time,
and overshoot have almost nothing to do with the error of the virtual front time.
Advantages
• Using a computer to control a process has a number of
important advantages over controlling the same process
manually.
• Computer systems respond more quickly than humans. A
computer system can take readings from sensors and
turn devices on and off many thousands of times a second.
• Once the initial purchase cost has been paid, control systems
are usually reasonably cheap to run. Most computer control
systems have lower operating costs than similar systems
which are manned by humans.
• Computer control systems are very reliable. Unlike a human a
control system will not lose concentration. Computer systems
can continue to operate reliably twenty four hours a day.
Recent Trend & Future Scope
• Originally, control engineering was all about continuous systems.
Development of computer control tools posed a requirement of
discrete control system engineering because the communications
between the computer-based digital controller and the physical
system are governed by a computer clock. The equivalent
to Laplace transform in the discrete domain is the Z-transform.
Today, many of the control systems are computer controlled and
they consist of both digital and analog components.
• Therefore, at the design stage either digital components are
mapped into the continuous domain and the design is carried out in
the continuous domain, or analog components are mapped into
discrete domain and design is carried out there. The first of these
two methods is more commonly encountered in practice because
many industrial systems have many continuous systems
components, including mechanical, fluid, biological and analog
electrical components, with a few digital controllers.
Conclusion
• Since modern small microprocessors are so cheap (often less than $1 US),
it's very common to implement control systems, including feedback loops,
with computers, often in an embedded system. The feedback controls are
simulated by having the computer make periodic measurements and then
calculate from this stream of measurements (see digital signal processing,
sampled data systems).
• Computers emulate logic devices by making measurements of switch
inputs, calculating a logic function from these measurements and then
sending the results out to electronically controlled switches.
• Logic systems and feedback controllers are usually implemented with
programmable logic controllers which are devices available from electrical
supply houses. They include a little computer and a simplified system for
programming. Most often they are programmed with personal computers.
• Logic controllers have also been constructed from relays, hydraulic and
pneumatic devices as well as electronics using both transistors and
vacuum tubes (feedback controllers can also be constructed in this
manner).
Reference
• https://en.wikipedia.org/wiki/Step_response
• http://lpsa.swarthmore.edu/Transient/TransInputs/TransStep.html
• http://in.mathworks.com/help/control/ref/step.html?requestedDomain=in.mat
hworks.com
• http://ocw.mit.edu/courses/mathematics/18-03sc-differential-equations-fall-
2011/unit-iii-fourier-series-and-laplace-transform/unit-step-and-unit-impulse-
response/MIT18_03SCF11_s25_2text.pdf
• https://www.youtube.com/watch?v=_g-lzZ5e0h0
• http://in.mathworks.com/help/control/ref/damp.html
• http://www.electrical4u.com/transient-state-and-steady-state-response-of-
control-system/
• https://www.maplesoft.com/content/EngineeringFundamentals/11/MapleDocu
ment_11/Block%20Diagrams,%20Feedback%20and%20Transient%20Response%2
0Specifications.pdf
• https://en.wikipedia.org/wiki/Control_engineering
• http://adsabs.harvard.edu/abs/2011IJTPE.131..455M

More Related Content

PPTX
Time advance mehcanism
PPTX
Control system unit(1)
PDF
Control system note for 6th sem electrical
PDF
Chapter 1
PPSX
Introduction to process control 2015
PPTX
Introduction of control engineering
PDF
Control Algorithms for Evaluating Seismic Performance of Structures
PPT
Pe 3032 wk 1 introduction to control system march 04e
Time advance mehcanism
Control system unit(1)
Control system note for 6th sem electrical
Chapter 1
Introduction to process control 2015
Introduction of control engineering
Control Algorithms for Evaluating Seismic Performance of Structures
Pe 3032 wk 1 introduction to control system march 04e

What's hot (20)

PDF
Modern Control - Lec 01 - Introduction to Control System
PDF
Control system digital control
PPTX
Week 14 pid may 24 2016 pe 3032
PPTX
Control Systems Basics
PPT
Aws90 ch06 thermal
PDF
Control engineering module 2 18ME71 (PPT Cum Notes)
PPTX
Proportional integral and derivative PID controller
PDF
Direct Digital Control
PPTX
Event Scheduling
PPTX
13 r1-transient analysis methodology
PDF
PID controller in control systems
PPTX
11 (l)random vibrations methodology
PPTX
Modern control system
PDF
6. steady state error
PPTX
State estimation
PPTX
P, PI AND PID CONTROLLER
PDF
Realtime systems chapter 1
PDF
Modern Control - Lec 06 - PID Tuning
PDF
Pid controller
PDF
Ch8 pid controller
Modern Control - Lec 01 - Introduction to Control System
Control system digital control
Week 14 pid may 24 2016 pe 3032
Control Systems Basics
Aws90 ch06 thermal
Control engineering module 2 18ME71 (PPT Cum Notes)
Proportional integral and derivative PID controller
Direct Digital Control
Event Scheduling
13 r1-transient analysis methodology
PID controller in control systems
11 (l)random vibrations methodology
Modern control system
6. steady state error
State estimation
P, PI AND PID CONTROLLER
Realtime systems chapter 1
Modern Control - Lec 06 - PID Tuning
Pid controller
Ch8 pid controller
Ad

Viewers also liked (11)

PDF
Shock damping and attenuation measurement
PDF
Big Naval Gun Shock Response
PPTX
financial ststement ratio analysis
PPTX
Financial ratio analysis hdfc bank new
PPT
Ratio Analysis
PPTX
accounts ppt on ratio analysis
PPT
Ratio Analysis Ppt
PPT
Step-by-Step: How To Analyze A Company
PPT
Ratio analysis
PPT
Ratio Analysis
PPTX
Slideshare ppt
Shock damping and attenuation measurement
Big Naval Gun Shock Response
financial ststement ratio analysis
Financial ratio analysis hdfc bank new
Ratio Analysis
accounts ppt on ratio analysis
Ratio Analysis Ppt
Step-by-Step: How To Analyze A Company
Ratio analysis
Ratio Analysis
Slideshare ppt
Ad

Similar to Matlab (20)

PPTX
Chapter 1 basic components of control system
PPTX
CONTROL SYSTEMS.pptx
PPTX
plc and automation for ece department students
PPTX
power electronics_semiconductor swtiches.pptx
PPTX
EP-4221 -Chapter5.I(1).pptx
PDF
1sdfsghgfdddddddddddddddddddddddddddddddddddddddfd.pdf
PPTX
lecture_1_introduction__review_of_classical_control.pptx
PPTX
Control Theory introduction_ 1 22-23 .pptx
PPTX
Control System Modeling case study with complete explanation
PPT
402753845-Linear Control-Systems-I-ppt.ppt
PPTX
lecture_1__2-introduction to Control Systems.pptx
PPTX
Chapter 1 introduction to control system
PPTX
Pid controller
DOCX
--Liquid level in a tank.docx ddd dddddds
PPTX
Introduction to Process Control and PID controllers.pptx
PPT
14348999(1).ppt, transducer ,,,,,,,,,,,,
PPTX
SOC Interconnect modified version 2019 course
PPTX
K10620 digvijay
PPTX
Control system
PPTX
Self tuning, Optimal MPC, DMC.pptx
Chapter 1 basic components of control system
CONTROL SYSTEMS.pptx
plc and automation for ece department students
power electronics_semiconductor swtiches.pptx
EP-4221 -Chapter5.I(1).pptx
1sdfsghgfdddddddddddddddddddddddddddddddddddddddfd.pdf
lecture_1_introduction__review_of_classical_control.pptx
Control Theory introduction_ 1 22-23 .pptx
Control System Modeling case study with complete explanation
402753845-Linear Control-Systems-I-ppt.ppt
lecture_1__2-introduction to Control Systems.pptx
Chapter 1 introduction to control system
Pid controller
--Liquid level in a tank.docx ddd dddddds
Introduction to Process Control and PID controllers.pptx
14348999(1).ppt, transducer ,,,,,,,,,,,,
SOC Interconnect modified version 2019 course
K10620 digvijay
Control system
Self tuning, Optimal MPC, DMC.pptx

Recently uploaded (20)

PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PPTX
Current and future trends in Computer Vision.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPT
Mechanical Engineering MATERIALS Selection
PDF
composite construction of structures.pdf
PDF
737-MAX_SRG.pdf student reference guides
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Embodied AI: Ushering in the Next Era of Intelligent Systems
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Internet of Things (IOT) - A guide to understanding
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Fundamentals of safety and accident prevention -final (1).pptx
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Current and future trends in Computer Vision.pptx
UNIT 4 Total Quality Management .pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
R24 SURVEYING LAB MANUAL for civil enggi
Mechanical Engineering MATERIALS Selection
composite construction of structures.pdf
737-MAX_SRG.pdf student reference guides
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT

Matlab

  • 1. Design and Analysis of Damping Ratio of Unit Step Response Submitted by: Akshat Jain
  • 2. Table Of Contents • Introduction • Definition • Damping ratio • Oscillating Cases • Step response • Principle • Working Procedure • Damping type • First Order System • Second Order System • MATLAB coding • Application • Advantages and Limitations • Recent trend And Future Scope • Conclusion • Reference
  • 3. Introduction • Assuming that the system is asymptotically stable, and then the system response in the long run is determined by its steady state component only. For control systems it is important that steady state response values are as close as possible to desired ones (specified ones) so that we have to study the corresponding errors, which represent the difference between the actual and desired system outputs at steady state, and examine conditions under which these errors can be reduced or even eliminated. • Modern day control engineering is a relatively new field of study that gained significant attention during the 20th century with the advancement of technology. It can be broadly defined or classified as practical application of control theory. Control engineering has an essential role in a wide range of control systems, from simple household washing machines to high-performance F-16 fighter aircraft. It seeks to understand physical systems, using mathematical modeling, in terms of inputs, outputs and various components with different behaviors, use control systems design tools to develop controllers for those systems and implement controllers in physical systems employing available technology
  • 4. Definition Damping Ratio: • The damping ratio is a parameter, usually denoted by ζ (zeta) that characterizes the frequency response of a second order ordinary differential equation. It is particularly important in the study of control theory. It is also important in the harmonic oscillator. • The damping ratio provides a mathematical means of expressing the level of damping in a system relative to critical damping. For a damped harmonic oscillator with mass m, damping coefficient c, and spring constant k, it can be defined as the ratio of the damping coefficient in the system's differential equation to the critical damping coefficient:
  • 5. Step response • The step response of a system in a given initial state consists of the time evolution of its outputs when its control inputs are Heaviside step functions. In electronic engineering and control theory, step response is the time behavior of the outputs of a general system when its inputs change from zero to one in a very short time. The concept can be extended to the abstract mathematical notion of a dynamical system using an evolution parameter.
  • 6. Working Procedure• Working Procedure • Using the natural frequency of a harmonic oscillator • • and the definition of the damping ratio above, we can rewrite this as: • This equation can be solved with the approach. • where C and s are both complex constants. That approach assumes a solution that is oscillatory and/or decaying exponentially. Using it in the ODE gives a condition on the frequency of the damped oscillations, • Undamped: Is the case where corresponds to the undamped simple harmonic oscillator, and in that case the solution looks like • , as expected. • Underdamped: If s is a complex number, then the solution is a decaying exponential combined with an oscillatory portion that looks like • . This case occurs for , and is referred to as underdamped. • Overdamped: If s is a real number, then the solution is simply a decaying exponential with no oscillation. This case occurs for , and is referred to as overdamped. • Critically damped: The case where is the border between the overdamped and underdamped cases, and is referred to as critically damped. This turns out to be a desirable outcome in many cases where engineering design of a damped oscillator is required (e.g., a door closing mechanism). • One of the most common test inputs used is the unit step function,
  • 7. Coding step(sys) step(sys,Tfinal) step(sys,t) step(sys1,sys2,...,sysN) step(sys1,sys2,...,sysN,Tfinal) step(sys1,sys2,...,sysN,t) y = step(sys,t) [y,t] = step(sys) [y,t] = step(sys,Tfinal) [y,t,x] = step(sys) [y,t,x,ysd] = step(sys) [y,...] = step(sys,...,options)
  • 8. Application • Identification from step response is one of the most significant topics in process control. Although there is a concern about its persistency of excitation, the step input might be the most commonly used excitation signal for identification in process industries. These methods are commonly used in industrial applications because they involve minimal computation. Due to the limitations of the graphical techniques in terms of their applicability and accuracy, more computationally involved methods have been developed subsequently. An important development in identification from step response is the introduction of the integral equation approach for simultaneous estimation of the delay proposed by Wang and Zhang. Based on this procedure, over the last few years a number of new methods have been proposed to deal with the different practical issues in step response based identification • In evaluating the uncertainty of the standard measuring system for lightning-impulse high voltage, which is composed of the standard voltage divider, the digital recorder and the calibrators, step-response tests of the standard voltage divider may be useful. In this paper, convolution algorithm is employed to calculate output impulse-voltage waveforms from measured step-response waveforms.. Therefore, for the standard voltage divider, step- response parameters, i.e. experimental response time, partial response time, settling time, and overshoot have almost nothing to do with the error of the virtual front time.
  • 9. Advantages • Using a computer to control a process has a number of important advantages over controlling the same process manually. • Computer systems respond more quickly than humans. A computer system can take readings from sensors and turn devices on and off many thousands of times a second. • Once the initial purchase cost has been paid, control systems are usually reasonably cheap to run. Most computer control systems have lower operating costs than similar systems which are manned by humans. • Computer control systems are very reliable. Unlike a human a control system will not lose concentration. Computer systems can continue to operate reliably twenty four hours a day.
  • 10. Recent Trend & Future Scope • Originally, control engineering was all about continuous systems. Development of computer control tools posed a requirement of discrete control system engineering because the communications between the computer-based digital controller and the physical system are governed by a computer clock. The equivalent to Laplace transform in the discrete domain is the Z-transform. Today, many of the control systems are computer controlled and they consist of both digital and analog components. • Therefore, at the design stage either digital components are mapped into the continuous domain and the design is carried out in the continuous domain, or analog components are mapped into discrete domain and design is carried out there. The first of these two methods is more commonly encountered in practice because many industrial systems have many continuous systems components, including mechanical, fluid, biological and analog electrical components, with a few digital controllers.
  • 11. Conclusion • Since modern small microprocessors are so cheap (often less than $1 US), it's very common to implement control systems, including feedback loops, with computers, often in an embedded system. The feedback controls are simulated by having the computer make periodic measurements and then calculate from this stream of measurements (see digital signal processing, sampled data systems). • Computers emulate logic devices by making measurements of switch inputs, calculating a logic function from these measurements and then sending the results out to electronically controlled switches. • Logic systems and feedback controllers are usually implemented with programmable logic controllers which are devices available from electrical supply houses. They include a little computer and a simplified system for programming. Most often they are programmed with personal computers. • Logic controllers have also been constructed from relays, hydraulic and pneumatic devices as well as electronics using both transistors and vacuum tubes (feedback controllers can also be constructed in this manner).
  • 12. Reference • https://en.wikipedia.org/wiki/Step_response • http://lpsa.swarthmore.edu/Transient/TransInputs/TransStep.html • http://in.mathworks.com/help/control/ref/step.html?requestedDomain=in.mat hworks.com • http://ocw.mit.edu/courses/mathematics/18-03sc-differential-equations-fall- 2011/unit-iii-fourier-series-and-laplace-transform/unit-step-and-unit-impulse- response/MIT18_03SCF11_s25_2text.pdf • https://www.youtube.com/watch?v=_g-lzZ5e0h0 • http://in.mathworks.com/help/control/ref/damp.html • http://www.electrical4u.com/transient-state-and-steady-state-response-of- control-system/ • https://www.maplesoft.com/content/EngineeringFundamentals/11/MapleDocu ment_11/Block%20Diagrams,%20Feedback%20and%20Transient%20Response%2 0Specifications.pdf • https://en.wikipedia.org/wiki/Control_engineering • http://adsabs.harvard.edu/abs/2011IJTPE.131..455M