SlideShare a Scribd company logo
1 of 12
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

What's hot

Modern Control - Lec 01 - Introduction to Control System
Modern Control - Lec 01 - Introduction to Control SystemModern Control - Lec 01 - Introduction to Control System
Modern Control - Lec 01 - Introduction to Control SystemAmr E. Mohamed
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032Charlton Inao
 
Control Systems Basics
Control Systems BasicsControl Systems Basics
Control Systems BasicsJohn Todora
 
Control engineering module 2 18ME71 (PPT Cum Notes)
Control engineering  module 2 18ME71 (PPT Cum Notes)Control engineering  module 2 18ME71 (PPT Cum Notes)
Control engineering module 2 18ME71 (PPT Cum Notes)Mohammed Imran
 
Proportional integral and derivative PID controller
Proportional integral and derivative PID controller Proportional integral and derivative PID controller
Proportional integral and derivative PID controller Mostafa Ragab
 
Direct Digital Control
Direct Digital ControlDirect Digital Control
Direct Digital ControlIOSR Journals
 
Event Scheduling
Event SchedulingEvent Scheduling
Event SchedulingAyesha Kanwal
 
13 r1-transient analysis methodology
13 r1-transient analysis methodology13 r1-transient analysis methodology
13 r1-transient analysis methodologychowdavaramsaiprasad
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systemskhalaf Gaeid
 
11 (l)random vibrations methodology
11 (l)random vibrations  methodology11 (l)random vibrations  methodology
11 (l)random vibrations methodologychowdavaramsaiprasad
 
Modern control system
Modern control systemModern control system
Modern control systemPourya Parsa
 
6. steady state error
6. steady state error6. steady state error
6. steady state errorshurjeel amjad
 
State estimation
State estimationState estimation
State estimationVipin Pandey
 
P, PI AND PID CONTROLLER
P, PI AND PID CONTROLLERP, PI AND PID CONTROLLER
P, PI AND PID CONTROLLERkaran sati
 
Realtime systems chapter 1
Realtime systems chapter 1Realtime systems chapter 1
Realtime systems chapter 1Binay Ghimire
 
Modern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID TuningModern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID TuningAmr E. Mohamed
 
Ch8 pid controller
Ch8 pid controllerCh8 pid controller
Ch8 pid controllerElaf A.Saeed
 

What's hot (20)

Modern Control - Lec 01 - Introduction to Control System
Modern Control - Lec 01 - Introduction to Control SystemModern Control - Lec 01 - Introduction to Control System
Modern Control - Lec 01 - Introduction to Control System
 
Control system digital control
Control system digital controlControl system digital control
Control system digital control
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032
 
Control Systems Basics
Control Systems BasicsControl Systems Basics
Control Systems Basics
 
Aws90 ch06 thermal
Aws90 ch06 thermalAws90 ch06 thermal
Aws90 ch06 thermal
 
Control engineering module 2 18ME71 (PPT Cum Notes)
Control engineering  module 2 18ME71 (PPT Cum Notes)Control engineering  module 2 18ME71 (PPT Cum Notes)
Control engineering module 2 18ME71 (PPT Cum Notes)
 
Proportional integral and derivative PID controller
Proportional integral and derivative PID controller Proportional integral and derivative PID controller
Proportional integral and derivative PID controller
 
Direct Digital Control
Direct Digital ControlDirect Digital Control
Direct Digital Control
 
Event Scheduling
Event SchedulingEvent Scheduling
Event Scheduling
 
13 r1-transient analysis methodology
13 r1-transient analysis methodology13 r1-transient analysis methodology
13 r1-transient analysis methodology
 
PID controller in control systems
PID controller in control systemsPID controller in control systems
PID controller in control systems
 
11 (l)random vibrations methodology
11 (l)random vibrations  methodology11 (l)random vibrations  methodology
11 (l)random vibrations methodology
 
Modern control system
Modern control systemModern control system
Modern control system
 
6. steady state error
6. steady state error6. steady state error
6. steady state error
 
State estimation
State estimationState estimation
State estimation
 
P, PI AND PID CONTROLLER
P, PI AND PID CONTROLLERP, PI AND PID CONTROLLER
P, PI AND PID CONTROLLER
 
Realtime systems chapter 1
Realtime systems chapter 1Realtime systems chapter 1
Realtime systems chapter 1
 
Modern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID TuningModern Control - Lec 06 - PID Tuning
Modern Control - Lec 06 - PID Tuning
 
Pid controller
Pid controllerPid controller
Pid controller
 
Ch8 pid controller
Ch8 pid controllerCh8 pid controller
Ch8 pid controller
 

Viewers also liked

Shock damping and attenuation measurement
Shock damping and attenuation measurementShock damping and attenuation measurement
Shock damping and attenuation measurementDon Blanchet
 
Big Naval Gun Shock Response
Big Naval Gun Shock ResponseBig Naval Gun Shock Response
Big Naval Gun Shock ResponseDon Blanchet
 
financial ststement ratio analysis
financial ststement ratio analysisfinancial ststement ratio analysis
financial ststement ratio analysisshabir shekh
 
Financial ratio analysis hdfc bank new
Financial ratio analysis   hdfc bank newFinancial ratio analysis   hdfc bank new
Financial ratio analysis hdfc bank newManoj Jhawar
 
Ratio Analysis
Ratio AnalysisRatio Analysis
Ratio AnalysisRahul Sisodia
 
accounts ppt on ratio analysis
accounts ppt on ratio analysisaccounts ppt on ratio analysis
accounts ppt on ratio analysisvaishali_bansal
 
Ratio Analysis Ppt
Ratio Analysis PptRatio Analysis Ppt
Ratio Analysis PptMobasher Ali
 
Step-by-Step: How To Analyze A Company
Step-by-Step: How To Analyze A CompanyStep-by-Step: How To Analyze A Company
Step-by-Step: How To Analyze A Companyalexander N. N. Gilles
 
Ratio Analysis
Ratio AnalysisRatio Analysis
Ratio AnalysisDharan178
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare pptMandy Suzanne
 

Viewers also liked (11)

Shock damping and attenuation measurement
Shock damping and attenuation measurementShock damping and attenuation measurement
Shock damping and attenuation measurement
 
Big Naval Gun Shock Response
Big Naval Gun Shock ResponseBig Naval Gun Shock Response
Big Naval Gun Shock Response
 
financial ststement ratio analysis
financial ststement ratio analysisfinancial ststement ratio analysis
financial ststement ratio analysis
 
Financial ratio analysis hdfc bank new
Financial ratio analysis   hdfc bank newFinancial ratio analysis   hdfc bank new
Financial ratio analysis hdfc bank new
 
Ratio Analysis
Ratio AnalysisRatio Analysis
Ratio Analysis
 
accounts ppt on ratio analysis
accounts ppt on ratio analysisaccounts ppt on ratio analysis
accounts ppt on ratio analysis
 
Ratio Analysis Ppt
Ratio Analysis PptRatio Analysis Ppt
Ratio Analysis Ppt
 
Step-by-Step: How To Analyze A Company
Step-by-Step: How To Analyze A CompanyStep-by-Step: How To Analyze A Company
Step-by-Step: How To Analyze A Company
 
Ratio analysis
Ratio analysisRatio analysis
Ratio analysis
 
Ratio Analysis
Ratio AnalysisRatio Analysis
Ratio Analysis
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to Analysis of Damping Ratio from Unit Step Response

Chapter 1 basic components of control system
Chapter  1  basic components of control systemChapter  1  basic components of control system
Chapter 1 basic components of control systemHarish Odedra
 
CONTROL SYSTEMS.pptx
CONTROL SYSTEMS.pptxCONTROL SYSTEMS.pptx
CONTROL SYSTEMS.pptxEEEACEEC
 
EP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxEP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxgeremu2
 
lecture_1_introduction__review_of_classical_control.pptx
lecture_1_introduction__review_of_classical_control.pptxlecture_1_introduction__review_of_classical_control.pptx
lecture_1_introduction__review_of_classical_control.pptxjpradha86
 
Power System Dynamics & Stability Overview & Electromagnetic Transients
Power System Dynamics & Stability Overview  &  Electromagnetic TransientsPower System Dynamics & Stability Overview  &  Electromagnetic Transients
Power System Dynamics & Stability Overview & Electromagnetic TransientsPower System Operation
 
Control System Modeling case study with complete explanation
Control System Modeling case study with complete explanationControl System Modeling case study with complete explanation
Control System Modeling case study with complete explanationhodelexdypiet
 
Chapter 1 introduction to control system
Chapter 1 introduction to control systemChapter 1 introduction to control system
Chapter 1 introduction to control systemLenchoDuguma
 
K10620 digvijay
K10620 digvijayK10620 digvijay
K10620 digvijayShivam Kumar
 
Self tuning, Optimal MPC, DMC.pptx
Self tuning, Optimal MPC, DMC.pptxSelf tuning, Optimal MPC, DMC.pptx
Self tuning, Optimal MPC, DMC.pptxglan Glandeva
 
Topic 4 Data Processing.pptx
Topic 4 Data Processing.pptxTopic 4 Data Processing.pptx
Topic 4 Data Processing.pptxDukeCalvin
 
Intelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulatorsIntelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulatorsSelvam Sethurathinam
 
sssss (1).pptx
sssss (1).pptxsssss (1).pptx
sssss (1).pptxSREEKALAVM1
 
ch1 introduction to mechatronics.pdf
ch1 introduction to mechatronics.pdfch1 introduction to mechatronics.pdf
ch1 introduction to mechatronics.pdfdjimatrice
 
KNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.pptKNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.pptSherAli984263
 
Introduction to Control Systems Engineering
Introduction to Control Systems EngineeringIntroduction to Control Systems Engineering
Introduction to Control Systems EngineeringSiyum Tsega Balcha
 
53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdf
53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdf53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdf
53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdfDvbRef1
 

Similar to Analysis of Damping Ratio from Unit Step Response (20)

Chapter 1 basic components of control system
Chapter  1  basic components of control systemChapter  1  basic components of control system
Chapter 1 basic components of control system
 
CONTROL SYSTEMS.pptx
CONTROL SYSTEMS.pptxCONTROL SYSTEMS.pptx
CONTROL SYSTEMS.pptx
 
EP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptxEP-4221 -Chapter5.I(1).pptx
EP-4221 -Chapter5.I(1).pptx
 
lecture_1_introduction__review_of_classical_control.pptx
lecture_1_introduction__review_of_classical_control.pptxlecture_1_introduction__review_of_classical_control.pptx
lecture_1_introduction__review_of_classical_control.pptx
 
Power System Dynamics & Stability Overview & Electromagnetic Transients
Power System Dynamics & Stability Overview  &  Electromagnetic TransientsPower System Dynamics & Stability Overview  &  Electromagnetic Transients
Power System Dynamics & Stability Overview & Electromagnetic Transients
 
Control System Modeling case study with complete explanation
Control System Modeling case study with complete explanationControl System Modeling case study with complete explanation
Control System Modeling case study with complete explanation
 
Chapter 1 introduction to control system
Chapter 1 introduction to control systemChapter 1 introduction to control system
Chapter 1 introduction to control system
 
Pid controller
Pid controllerPid controller
Pid controller
 
K10620 digvijay
K10620 digvijayK10620 digvijay
K10620 digvijay
 
Control system
Control systemControl system
Control system
 
Self tuning, Optimal MPC, DMC.pptx
Self tuning, Optimal MPC, DMC.pptxSelf tuning, Optimal MPC, DMC.pptx
Self tuning, Optimal MPC, DMC.pptx
 
Topic 4 Data Processing.pptx
Topic 4 Data Processing.pptxTopic 4 Data Processing.pptx
Topic 4 Data Processing.pptx
 
C&i systems
C&i systemsC&i systems
C&i systems
 
Intelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulatorsIntelligent instrumentation and power plant simulators
Intelligent instrumentation and power plant simulators
 
sssss (1).pptx
sssss (1).pptxsssss (1).pptx
sssss (1).pptx
 
ch1 introduction to mechatronics.pdf
ch1 introduction to mechatronics.pdfch1 introduction to mechatronics.pdf
ch1 introduction to mechatronics.pdf
 
KNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.pptKNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.ppt
 
Introduction to Control Systems Engineering
Introduction to Control Systems EngineeringIntroduction to Control Systems Engineering
Introduction to Control Systems Engineering
 
53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdf
53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdf53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdf
53_36765_ME591_2012_1__1_1_Mechatronics System Design.pdf
 
ME416A_Module 1.pdf
ME416A_Module 1.pdfME416A_Module 1.pdf
ME416A_Module 1.pdf
 

Recently uploaded

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoĂŁo Esperancinha
 

Recently uploaded (20)

the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Analysis of Damping Ratio from Unit Step Response

  • 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