SlideShare uma empresa Scribd logo
1 de 33
Aalok P Bhat(1rv09ec002)
    Ganesh V Bhat(1rv09ec027)
Sujith Chandra P S(1rv09ec105)
Control system…
 Device or a set of devices that mange, command, direct
  or regulate the behavior of other device or system.
 Control system can be thought of as having four
  functions; Measure, Compare, Compute, and Correct
 These functions are completed by five
  elements: Detector, Transducer, Transmitter,
  Controller, and Final Control Element.
 Practically a control system is implemented in
  embedded system using a microcontroller or a PLD’s
Control theory…
 It is an interdisciplinary branch of engineering and
  mathematics that deals with the behavior of
  dynamical systems.
 Usual objective of control theory is to calculate
  solutions for the proper corrective action from the
  controller that result in system stability.
 Transfer function (also known as the system function
  or network function) is a mathematical tool to define
  the relation between input and the output.
Classification…
  Logical or sequential controls
      usually implemented using logic gates(combinational circuit)
  Feedback or linear controls
      Usually implemented using combinational circuit and flip
       flops(sequential circuit)
  Fuzzy control
      attempts to combine some of the design simplicity
       of logic with the utility of linear control. Some devices or
       systems are inherently not controllable.
An example…




      Negative feed back control system
Mathematical approach…
y(s)=p(s)u(s)
u(s)=c(s)e(s)
e(s)=r(s)-f(s)y(s)


                     C-controller
                     P-plant
                     F-sensor

                     * All the transfer
                     function(system) are assumed
                     to by linearly time invariant
Analysis and design of a feedback
control system…
Two approaches are available for the analysis and design
 of feedback control systems.
   Classical or frequency-domain approach
       Algebraic approach of converting a single input single output
        system’s differential equation into transfer function by
        transforming the system equation into the frequency domain
        equivalent called transfer function.
   State-space approach
       Linear algebraic approach of representing a multiple input
        multiple output system into a mathematical model
Classical approach…
 It is the frequency domain approach where the
  mathematical tools like laplace transforms are applied
 Steps followed in a classical approach:
   System equation (in time domain) is transformed into a
    frequency domain transfer function.
   Computation, simplification and analysis is done in
    frequency domain.
   The obtained result is transformed back to time domain
    using inverse transforms.
Advantages:
 they rapidly provide stability and transient response
  information

Disadvantage:
 The primary disadvantage of the classical approach is
  its limited applicability:
 It can be applied only to linear, time-invariant systems
  or systems that can be approximated as such.
State-space approach…
 System functions are represented in the form of
    matrices instead of a single system equation.
   It is a unified method for modeling, analyzing, and
    designing a wide range of systems.
   It can be used to represent nonlinear systems.
   It can handle, conveniently, systems with nonzero
    initial conditions.
   The modeling of time-varying system is easy with the
    help of state-space approach.
STATE SPACE
   REPRESENTATION
• In control engineering, a state space representation is a
  mathematical model of a physical system as a set of input, output
  and state variables related by first-order differential equations



• To abstract from the number of inputs, outputs and states,
  the variables are expressed as vectors, and the differential
  and algebraic equations are written in matrix form
• When the complexity of the equation is more, it is very difficult
  to work in time domain


• So we decompose the higher-order differential equations into
  multiple first-order equations, and we solve them using
  state variables method

• State space refers to the space whose axes are the state variables.
  The state of the system can be represented as a vector within that space
STATE SPACE


• The state-space is the vector space that consists of all the
  possible internal states of the system

• In a state space system, the internal state of the system is
  explicitly accounted for by an equation known as the
 state equation
• The system output is given in terms of a combination of the
   current system state, and the current system input, through
   the output equation
• These two equations form a system of equations known
   collectively as state-space equations
STATE

• The state of a system is an explicit account of the values
  of the internal system components

STATE VARIABLES
• Input variables : We need to define all the inputs to the
  system, and we need to arrange them into a vector, denoted by u(t)

• Output variables : Output variables should be independent of one
another, and only dependent on a linear combination of the input
vector and the state vector and it is denoted by y(t)
• State Variables

• State variables are the smallest possible subset of system variables
  that can represent the entire state of the system at any given time

•The state variables represent values from inside the system,
  that can change over time

• In an electric circuit, for instance, the node voltages or the
  mesh currents can be state variables

• State variable is denoted by x(t)
State-Space Equations

• In a state-space system representation, we have a system of two equations

    • equation for determining the state of the system
      x'(t) = g[t0,t,x(t),x(0),u(t)]

    • equation for determining the output of the system
      y(t) = h[t,x(t),u(t)]


    • x‘(t) = A(t)x(t) + Bu(t)

    • y(t) = C(t)x(t) + Du(t)
Mattrices:A,B,C,D

• Matrix A is the system matrix, and relates how the current state
 affects the state change x‘

• Matrix B is the control matrix, and determines how the
  system input affects the state change

• Matrix C is the output matrix, and determines the relationship
between the system state and the system output

•Matrix D is the feed-forward matrix, and shows how the system
input to affects the system output directly
State-Space Basis Theorem

Any system that can be described by a finite number of
nth order differential equations or nth order difference
equations, or any system that can be approximated by
them, can be described using state-space equations. The
general solutions to the state-space equations, therefore, are
solutions to all such sets of equations
Representing Systems By
State Space Approach
 Select a particular subset of all possible system
  variables and call it as state variables.

 For an nth-order system, write n simultaneous, first-
  order differential equations in terms of the state
  variables. We call this system of simultaneous
  differential equations state equations.
 We algebraically combine the state variables with the
 system's input to get output equation.

 State equations and output equations combined form
 a state-space representation.
Representation of an Electric
Network



 Step 1:Identify variables in the system.
         Ic,Vc,Il,Vl
 Step 2:Select the state variables by writing the
 derivative equation for all energy storage elements
 Step 3:Represent other variables as linear combination
 of state vectors and input.




 Step 4:Obtain State equations.
 Step 5:Obtain output equations and represent in
 matrix form.
Representing
Differential/difference equation in
State Space Model.
 Consider the differential equation


 We choose output y and it’s n-1 derivatives as state
  variable.(Phase Variables).
Representing Transfer Function to
State Space
 we first convert the transfer function to a differential
  equation

 Then we represent the differential equation in state
  space in phase variable form.
Stability of System
 A linear state space model is asymptotically stable if all
  real parts of eigenvalues of A are negative.

 Correspondingly, a time-discrete linear state
  space model is asymptotically stable if all
  the eigenvalues of A have a modulus smaller than one.
Controllability
 state controllability condition implies that it is
  possible – by admissible inputs – to steer the states
  from any initial value to any final value within some
  finite time window.
 A continuous time-invariant linear state-space model
  is controllable if and only if
Observability
 Observability is a measure for how well internal states
  of a system can be inferred by knowledge of its
  external outputs.
 A continuous time-invariant linear state-space model
  is observable if and only if
linear algebra in control systems

Mais conteúdo relacionado

Mais procurados

Discrete state space model 9th &10th lecture
Discrete  state space model   9th  &10th  lectureDiscrete  state space model   9th  &10th  lecture
Discrete state space model 9th &10th lectureKhalaf Gaeid Alshammery
 
STate Space Analysis
STate Space AnalysisSTate Space Analysis
STate Space AnalysisHussain K
 
SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM ANISH PATHAK
 
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...Amr E. Mohamed
 
Unit 4 frequency response-Bode plot
Unit 4 frequency response-Bode plotUnit 4 frequency response-Bode plot
Unit 4 frequency response-Bode plotPrajakta Pardeshi
 
Modern Control - Lec 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of SystemsModern Control - Lec 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of SystemsAmr E. Mohamed
 
State space analysis.pptx
State space analysis.pptxState space analysis.pptx
State space analysis.pptxRaviMuthamala1
 
Lyapunov stability analysis
Lyapunov stability analysisLyapunov stability analysis
Lyapunov stability analysisVanshVarshney
 
Dcs lec02 - z-transform
Dcs   lec02 - z-transformDcs   lec02 - z-transform
Dcs lec02 - z-transformAmr E. Mohamed
 
Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20Ali Rind
 
Modern Control System (BE)
Modern Control System (BE)Modern Control System (BE)
Modern Control System (BE)PRABHAHARAN429
 
The describing function
The describing functionThe describing function
The describing functionkatamthreveni
 
Chapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsChapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsAttaporn Ninsuwan
 
Chapter4 - The Continuous-Time Fourier Transform
Chapter4 - The Continuous-Time Fourier TransformChapter4 - The Continuous-Time Fourier Transform
Chapter4 - The Continuous-Time Fourier TransformAttaporn Ninsuwan
 
Chapter5 - The Discrete-Time Fourier Transform
Chapter5 - The Discrete-Time Fourier TransformChapter5 - The Discrete-Time Fourier Transform
Chapter5 - The Discrete-Time Fourier TransformAttaporn Ninsuwan
 
State variable analysis (observability & controllability)
State variable analysis (observability & controllability)State variable analysis (observability & controllability)
State variable analysis (observability & controllability)SatheeshCS2
 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observabilityjawaharramaya
 

Mais procurados (20)

Discrete state space model 9th &10th lecture
Discrete  state space model   9th  &10th  lectureDiscrete  state space model   9th  &10th  lecture
Discrete state space model 9th &10th lecture
 
STate Space Analysis
STate Space AnalysisSTate Space Analysis
STate Space Analysis
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM
 
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
Modern Control - Lec 03 - Feedback Control Systems Performance and Characteri...
 
Unit 4 frequency response-Bode plot
Unit 4 frequency response-Bode plotUnit 4 frequency response-Bode plot
Unit 4 frequency response-Bode plot
 
Modern Control - Lec 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of SystemsModern Control - Lec 02 - Mathematical Modeling of Systems
Modern Control - Lec 02 - Mathematical Modeling of Systems
 
State space analysis.pptx
State space analysis.pptxState space analysis.pptx
State space analysis.pptx
 
Lyapunov stability analysis
Lyapunov stability analysisLyapunov stability analysis
Lyapunov stability analysis
 
Dcs lec02 - z-transform
Dcs   lec02 - z-transformDcs   lec02 - z-transform
Dcs lec02 - z-transform
 
Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20Digital control systems (dcs) lecture 18-19-20
Digital control systems (dcs) lecture 18-19-20
 
Z transfrm ppt
Z transfrm pptZ transfrm ppt
Z transfrm ppt
 
Modern Control System (BE)
Modern Control System (BE)Modern Control System (BE)
Modern Control System (BE)
 
Lyapunov stability
Lyapunov stability Lyapunov stability
Lyapunov stability
 
The describing function
The describing functionThe describing function
The describing function
 
Chapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsChapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic Signals
 
Chapter4 - The Continuous-Time Fourier Transform
Chapter4 - The Continuous-Time Fourier TransformChapter4 - The Continuous-Time Fourier Transform
Chapter4 - The Continuous-Time Fourier Transform
 
Chapter5 - The Discrete-Time Fourier Transform
Chapter5 - The Discrete-Time Fourier TransformChapter5 - The Discrete-Time Fourier Transform
Chapter5 - The Discrete-Time Fourier Transform
 
State variable analysis (observability & controllability)
State variable analysis (observability & controllability)State variable analysis (observability & controllability)
State variable analysis (observability & controllability)
 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observability
 

Destaque

Solved problems 1(control volume)
Solved problems  1(control volume)Solved problems  1(control volume)
Solved problems 1(control volume)VENKITARAJ P
 
State Space Search(2)
State Space Search(2)State Space Search(2)
State Space Search(2)luzenith_g
 
State space analysis shortcut rules
State space analysis shortcut rulesState space analysis shortcut rules
State space analysis shortcut rulesPrajakta Pardeshi
 
The Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space ApproachThe Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space ApproachYang Hong
 
Classification of signals
Classification of signalsClassification of signals
Classification of signalsharsh shah
 
Introduction to signal &system
Introduction to signal &system Introduction to signal &system
Introduction to signal &system patel andil
 
Stabilization of linear time invariant systems, Factorization Approach
Stabilization of linear time invariant systems, Factorization ApproachStabilization of linear time invariant systems, Factorization Approach
Stabilization of linear time invariant systems, Factorization ApproachSolo Hermelin
 
Lecture 2 ME 176 2 Mathematical Modeling
Lecture 2 ME 176 2 Mathematical ModelingLecture 2 ME 176 2 Mathematical Modeling
Lecture 2 ME 176 2 Mathematical ModelingLeonides De Ocampo
 
Introduction to mathematical control theory - Dr. Purnima Pandit
Introduction to mathematical control theory - Dr. Purnima PanditIntroduction to mathematical control theory - Dr. Purnima Pandit
Introduction to mathematical control theory - Dr. Purnima PanditPurnima Pandit
 
Optimal control systems
Optimal control systemsOptimal control systems
Optimal control systemsmasmuhtadi
 
Computational Linear Algebra in Wireless Communications
Computational Linear Algebra in Wireless CommunicationsComputational Linear Algebra in Wireless Communications
Computational Linear Algebra in Wireless Communicationssoukhinov
 
Dsp U Lec04 Discrete Time Signals & Systems
Dsp U   Lec04 Discrete Time Signals & SystemsDsp U   Lec04 Discrete Time Signals & Systems
Dsp U Lec04 Discrete Time Signals & Systemstaha25
 

Destaque (20)

Lec2 state space
Lec2 state spaceLec2 state space
Lec2 state space
 
Solved problems 1(control volume)
Solved problems  1(control volume)Solved problems  1(control volume)
Solved problems 1(control volume)
 
Chap1see4113
Chap1see4113Chap1see4113
Chap1see4113
 
State Space Search(2)
State Space Search(2)State Space Search(2)
State Space Search(2)
 
Control systems
Control systemsControl systems
Control systems
 
The Space of Representation
The Space of RepresentationThe Space of Representation
The Space of Representation
 
Control system
Control systemControl system
Control system
 
State space analysis shortcut rules
State space analysis shortcut rulesState space analysis shortcut rules
State space analysis shortcut rules
 
The Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space ApproachThe Controller Design For Linear System: A State Space Approach
The Controller Design For Linear System: A State Space Approach
 
State space
State spaceState space
State space
 
Classification of signals
Classification of signalsClassification of signals
Classification of signals
 
Tdm fdm
Tdm fdmTdm fdm
Tdm fdm
 
Introduction to signal &system
Introduction to signal &system Introduction to signal &system
Introduction to signal &system
 
Stabilization of linear time invariant systems, Factorization Approach
Stabilization of linear time invariant systems, Factorization ApproachStabilization of linear time invariant systems, Factorization Approach
Stabilization of linear time invariant systems, Factorization Approach
 
Cse ppt 39,38,29 (1)
Cse ppt 39,38,29 (1)Cse ppt 39,38,29 (1)
Cse ppt 39,38,29 (1)
 
Lecture 2 ME 176 2 Mathematical Modeling
Lecture 2 ME 176 2 Mathematical ModelingLecture 2 ME 176 2 Mathematical Modeling
Lecture 2 ME 176 2 Mathematical Modeling
 
Introduction to mathematical control theory - Dr. Purnima Pandit
Introduction to mathematical control theory - Dr. Purnima PanditIntroduction to mathematical control theory - Dr. Purnima Pandit
Introduction to mathematical control theory - Dr. Purnima Pandit
 
Optimal control systems
Optimal control systemsOptimal control systems
Optimal control systems
 
Computational Linear Algebra in Wireless Communications
Computational Linear Algebra in Wireless CommunicationsComputational Linear Algebra in Wireless Communications
Computational Linear Algebra in Wireless Communications
 
Dsp U Lec04 Discrete Time Signals & Systems
Dsp U   Lec04 Discrete Time Signals & SystemsDsp U   Lec04 Discrete Time Signals & Systems
Dsp U Lec04 Discrete Time Signals & Systems
 

Semelhante a linear algebra in control systems

COEN507 introduction to linear time invariant.pptx
COEN507 introduction to linear time invariant.pptxCOEN507 introduction to linear time invariant.pptx
COEN507 introduction to linear time invariant.pptxMustaphaAbdullahi35
 
lecture1 (9).ppt
lecture1 (9).pptlecture1 (9).ppt
lecture1 (9).pptHebaEng
 
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...sravan66
 
Unit 3-State-Space Analysis_all.pptx
Unit 3-State-Space Analysis_all.pptxUnit 3-State-Space Analysis_all.pptx
Unit 3-State-Space Analysis_all.pptxdatamboli
 
EC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdfEC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdfMahamad Jawhar
 
EC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdfEC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdfMahamad Jawhar
 
Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Elaf A.Saeed
 
2.time domain analysis of lti systems
2.time domain analysis of lti systems2.time domain analysis of lti systems
2.time domain analysis of lti systemsINDIAN NAVY
 
UNIT-V-PPT state space of system model .ppt
UNIT-V-PPT state space of system model .pptUNIT-V-PPT state space of system model .ppt
UNIT-V-PPT state space of system model .pptabbas miry
 
BEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIBEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIShadab Siddiqui
 
Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...Saad Mohammad Araf
 
KNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.pptKNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.pptSherAli984263
 
PE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptxPE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptxgeremu2
 
Lecture_03_EEE 363_Control System.pptx
Lecture_03_EEE 363_Control System.pptxLecture_03_EEE 363_Control System.pptx
Lecture_03_EEE 363_Control System.pptxTasnimAhmad14
 

Semelhante a linear algebra in control systems (20)

COEN507 introduction to linear time invariant.pptx
COEN507 introduction to linear time invariant.pptxCOEN507 introduction to linear time invariant.pptx
COEN507 introduction to linear time invariant.pptx
 
Introduction
IntroductionIntroduction
Introduction
 
lecture1 (9).ppt
lecture1 (9).pptlecture1 (9).ppt
lecture1 (9).ppt
 
solver (1)
solver (1)solver (1)
solver (1)
 
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
Introduction to Hybrid Vehicle System Modeling and Control - 2013 - Liu - App...
 
Discrete Time Systems & its classifications
Discrete Time Systems & its classificationsDiscrete Time Systems & its classifications
Discrete Time Systems & its classifications
 
Unit 3-State-Space Analysis_all.pptx
Unit 3-State-Space Analysis_all.pptxUnit 3-State-Space Analysis_all.pptx
Unit 3-State-Space Analysis_all.pptx
 
EC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdfEC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdf
 
EC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdfEC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdf
 
Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system Ch2 mathematical modeling of control system
Ch2 mathematical modeling of control system
 
2.time domain analysis of lti systems
2.time domain analysis of lti systems2.time domain analysis of lti systems
2.time domain analysis of lti systems
 
Gmit cse presentation
Gmit cse presentationGmit cse presentation
Gmit cse presentation
 
UNIT-V-PPT state space of system model .ppt
UNIT-V-PPT state space of system model .pptUNIT-V-PPT state space of system model .ppt
UNIT-V-PPT state space of system model .ppt
 
BEC- 26 control systems_unit-II
BEC- 26 control systems_unit-IIBEC- 26 control systems_unit-II
BEC- 26 control systems_unit-II
 
Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...Transfer function, determination of transfer function in mechanical and elect...
Transfer function, determination of transfer function in mechanical and elect...
 
14599404.ppt
14599404.ppt14599404.ppt
14599404.ppt
 
Transform function
Transform function Transform function
Transform function
 
KNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.pptKNL3353_Control_System_Engineering_Lectu.ppt
KNL3353_Control_System_Engineering_Lectu.ppt
 
PE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptxPE-3032_Lecture_01.pptx
PE-3032_Lecture_01.pptx
 
Lecture_03_EEE 363_Control System.pptx
Lecture_03_EEE 363_Control System.pptxLecture_03_EEE 363_Control System.pptx
Lecture_03_EEE 363_Control System.pptx
 

Último

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 

Último (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 

linear algebra in control systems

  • 1. Aalok P Bhat(1rv09ec002) Ganesh V Bhat(1rv09ec027) Sujith Chandra P S(1rv09ec105)
  • 2.
  • 3. Control system…  Device or a set of devices that mange, command, direct or regulate the behavior of other device or system.  Control system can be thought of as having four functions; Measure, Compare, Compute, and Correct  These functions are completed by five elements: Detector, Transducer, Transmitter, Controller, and Final Control Element.  Practically a control system is implemented in embedded system using a microcontroller or a PLD’s
  • 4. Control theory…  It is an interdisciplinary branch of engineering and mathematics that deals with the behavior of dynamical systems.  Usual objective of control theory is to calculate solutions for the proper corrective action from the controller that result in system stability.  Transfer function (also known as the system function or network function) is a mathematical tool to define the relation between input and the output.
  • 5. Classification…  Logical or sequential controls  usually implemented using logic gates(combinational circuit)  Feedback or linear controls  Usually implemented using combinational circuit and flip flops(sequential circuit)  Fuzzy control  attempts to combine some of the design simplicity of logic with the utility of linear control. Some devices or systems are inherently not controllable.
  • 6. An example… Negative feed back control system
  • 7. Mathematical approach… y(s)=p(s)u(s) u(s)=c(s)e(s) e(s)=r(s)-f(s)y(s) C-controller P-plant F-sensor * All the transfer function(system) are assumed to by linearly time invariant
  • 8. Analysis and design of a feedback control system… Two approaches are available for the analysis and design of feedback control systems.  Classical or frequency-domain approach  Algebraic approach of converting a single input single output system’s differential equation into transfer function by transforming the system equation into the frequency domain equivalent called transfer function.  State-space approach  Linear algebraic approach of representing a multiple input multiple output system into a mathematical model
  • 9. Classical approach…  It is the frequency domain approach where the mathematical tools like laplace transforms are applied  Steps followed in a classical approach:  System equation (in time domain) is transformed into a frequency domain transfer function.  Computation, simplification and analysis is done in frequency domain.  The obtained result is transformed back to time domain using inverse transforms.
  • 10. Advantages:  they rapidly provide stability and transient response information Disadvantage:  The primary disadvantage of the classical approach is its limited applicability:  It can be applied only to linear, time-invariant systems or systems that can be approximated as such.
  • 11. State-space approach…  System functions are represented in the form of matrices instead of a single system equation.  It is a unified method for modeling, analyzing, and designing a wide range of systems.  It can be used to represent nonlinear systems.  It can handle, conveniently, systems with nonzero initial conditions.  The modeling of time-varying system is easy with the help of state-space approach.
  • 12. STATE SPACE REPRESENTATION
  • 13. • In control engineering, a state space representation is a mathematical model of a physical system as a set of input, output and state variables related by first-order differential equations • To abstract from the number of inputs, outputs and states, the variables are expressed as vectors, and the differential and algebraic equations are written in matrix form
  • 14. • When the complexity of the equation is more, it is very difficult to work in time domain • So we decompose the higher-order differential equations into multiple first-order equations, and we solve them using state variables method • State space refers to the space whose axes are the state variables. The state of the system can be represented as a vector within that space
  • 15. STATE SPACE • The state-space is the vector space that consists of all the possible internal states of the system • In a state space system, the internal state of the system is explicitly accounted for by an equation known as the state equation • The system output is given in terms of a combination of the current system state, and the current system input, through the output equation • These two equations form a system of equations known collectively as state-space equations
  • 16. STATE • The state of a system is an explicit account of the values of the internal system components STATE VARIABLES • Input variables : We need to define all the inputs to the system, and we need to arrange them into a vector, denoted by u(t) • Output variables : Output variables should be independent of one another, and only dependent on a linear combination of the input vector and the state vector and it is denoted by y(t)
  • 17. • State Variables • State variables are the smallest possible subset of system variables that can represent the entire state of the system at any given time •The state variables represent values from inside the system, that can change over time • In an electric circuit, for instance, the node voltages or the mesh currents can be state variables • State variable is denoted by x(t)
  • 18. State-Space Equations • In a state-space system representation, we have a system of two equations • equation for determining the state of the system x'(t) = g[t0,t,x(t),x(0),u(t)] • equation for determining the output of the system y(t) = h[t,x(t),u(t)] • x‘(t) = A(t)x(t) + Bu(t) • y(t) = C(t)x(t) + Du(t)
  • 19. Mattrices:A,B,C,D • Matrix A is the system matrix, and relates how the current state affects the state change x‘ • Matrix B is the control matrix, and determines how the system input affects the state change • Matrix C is the output matrix, and determines the relationship between the system state and the system output •Matrix D is the feed-forward matrix, and shows how the system input to affects the system output directly
  • 20.
  • 21. State-Space Basis Theorem Any system that can be described by a finite number of nth order differential equations or nth order difference equations, or any system that can be approximated by them, can be described using state-space equations. The general solutions to the state-space equations, therefore, are solutions to all such sets of equations
  • 22. Representing Systems By State Space Approach  Select a particular subset of all possible system variables and call it as state variables.  For an nth-order system, write n simultaneous, first- order differential equations in terms of the state variables. We call this system of simultaneous differential equations state equations.
  • 23.  We algebraically combine the state variables with the system's input to get output equation.  State equations and output equations combined form a state-space representation.
  • 24. Representation of an Electric Network Step 1:Identify variables in the system. Ic,Vc,Il,Vl Step 2:Select the state variables by writing the derivative equation for all energy storage elements
  • 25.  Step 3:Represent other variables as linear combination of state vectors and input.  Step 4:Obtain State equations.
  • 26.  Step 5:Obtain output equations and represent in matrix form.
  • 27. Representing Differential/difference equation in State Space Model.  Consider the differential equation  We choose output y and it’s n-1 derivatives as state variable.(Phase Variables).
  • 28.
  • 29. Representing Transfer Function to State Space  we first convert the transfer function to a differential equation  Then we represent the differential equation in state space in phase variable form.
  • 30. Stability of System  A linear state space model is asymptotically stable if all real parts of eigenvalues of A are negative.  Correspondingly, a time-discrete linear state space model is asymptotically stable if all the eigenvalues of A have a modulus smaller than one.
  • 31. Controllability  state controllability condition implies that it is possible – by admissible inputs – to steer the states from any initial value to any final value within some finite time window.  A continuous time-invariant linear state-space model is controllable if and only if
  • 32. Observability  Observability is a measure for how well internal states of a system can be inferred by knowledge of its external outputs.  A continuous time-invariant linear state-space model is observable if and only if

Notas do Editor

  1. The desired output of a system is called the reference. When one or more output variables of a system need to follow a certain reference over time, a controller manipulates the inputs to a system to obtain the desired effect on the output of the system. The whole control system is based on the feedback, and its type.
  2. Time- varying system: missiles with varying fuel levels or lift in an aircraft flying through varying altitude.MIMO- multiple input and multiple output: