State Space Representation Hany Ferdinando Dept. of Electrical Engineering Petra Christian University.

Slides:



Advertisements
Similar presentations
Boolean Algebra Variables: only 2 values (0,1)
Advertisements

ECE555 Lecture 10 Nam Sung Kim University of Wisconsin – Madison
(a + b) 2 = a 2 + 2ab + b 2 a a a2a2 b ab b2b2 b b b a a a + b (a + b ) 2 = a2a2 +ab +b 2 = a 2 + 2ab + b 2.
Root Locus Analysis (2) Hany Ferdinando Dept. of Electrical Eng. Petra Christian University.
Lecture On Signal Flow Graph
Root Locus Analysis (1) Hany Ferdinando Dept. of Electrical Eng. Petra Christian University.
Root Locus Diagrams Professor Walter W. Olson
MATLAB BASICS ECEN 605 Linear Control Systems Instructor: S.P. Bhattacharyya.
Functions Rosen 1.8.
4.1 Introduction to Matrices
ENGIN112 L15: Magnitude Comparator and Multiplexers October 6, 2003 ENGIN 112 Intro to Electrical and Computer Engineering Lecture 15 Magnitude Comparators.
Bode Diagram (1) Hany Ferdinando Dept. of Electrical Engineering Petra Christian University.
Automation I. Introduction. transmitter actuator Structure of control system Process or plant Material flow sensorstransducers actuating units actuating.
STATE SPACE MODELS MATLAB Tutorial.
ENGR 110 Engineering Modelling and Design Control Systems Modelling II
1 General Structural Equation (LISREL) Models Week 3 #2 A.Multiple Group Models with > 2 groups B.Relationship to ANOVA, ANCOVA models C.Introduction to.
ECEN/MAE 3723 – Systems I MATLAB Lecture 3.
Lect.3 Modeling in The Time Domain Basil Hamed
2.7 Signal-Flow Graph models (信号流图模型) Why SFG? Block Diagrams are adequate for representation, but cumbersome. SFG provides the relation between system.
SOLUTION OF STATE EQUATION
Modeling in the Time Domain - State-Space
Review last lectures.
Laplace Transform (1) Hany Ferdinando Dept. of Electrical Eng. Petra Christian University.
Lect.5 Reduction of Multiple Subsystems Basil Hamed
Bode Diagram (2) Hany Ferdinando Dept. of Electrical Engineering Petra Christian University.
Chapter 5 Reduction of Multiple Systems Reduction of Multiple Systems.
State Space Analysis Hany Ferdinando Dept. of Electrical Engineering Petra Christian University.
Control Engineering Lecture #2 Lecture #2 9 th Sep, th Sep,2009.
Introduction to System Hany Ferdinando Dept. of Electrical Engineering Petra Christian University.
State-Space Models Date: 24 th July 2008 Prepared by: Megat Syahirul Amin bin Megat Ali
Feedback Control Systems (FCS) Dr. Imtiaz Hussain URL :
CIRCUITS and SYSTEMS – part II Prof. dr hab. Stanisław Osowski Electrical Engineering (B.Sc.) Projekt współfinansowany przez Unię Europejską w ramach Europejskiego.
Lecture 7: State-Space Modeling 1.Introduction to state-space modeling Definitions How it relates to other modeling formalisms 2.State-space examples 3.Transforming.
2.Mathematical Foundation 2.1 The transfer function concept  From the mathematical standpoint, algebraic and differential or difference equations can.
Operation in System Hany Ferdinando Dept. of Electrical Engineering Petra Christian University.
Chapter 11 Digital Control Systems
1 Teaching Innovation - Entrepreneurial - Global The Centre for Technology Enabled Teaching & Learning, MGI, India DTEL DTEL (Department for Technology.
ECEN 248: INTRODUCTION TO DIGITAL SYSTEMS DESIGN Dr. Shi Dept. of Electrical and Computer Engineering.
Automated Control Systems, 8/E by Benjamin C. Kuo and Farid Golnaraghi Copyright © 2003 John Wiley & Sons. Inc. All rights reserved. Figure 3-1 (p. 44)
In The Name of Allah The Most Beneficent The Most Merciful 1.
CONTROL SYSTEM DESIGN by using MATLAB
Signal Flow Graphs Lect # 06.
Control Systems (CS) Dr. Imtiaz Hussain Associate Professor Mehran University of Engineering & Technology Jamshoro, Pakistan
Lecture 3: System Representation
EE611 Deterministic Systems Examples and Discrete Systems Descriptions Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
EE611 Deterministic Systems System Descriptions, State, Convolution Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
Analogue and digital techniques in closed loop regulation applications
CONTROL SYSTEM ENGINEERING
ECE 1304 Introduction to Electrical and Computer Engineering
MESB374 System Modeling and Analysis
Modeling and Simulation Dr. Mohammad Kilani
EE611 Deterministic Systems
Advanced Control Systems (ACS)
State Space Representation
Introduction to control system
Automatic Control Theory CSE 322
IC6501 CONTROL SYSTEMS Class : III EEE / V SEMESTER
Automatic Control System
Digital Control Systems (DCS)
Digital Control Systems (DCS)
Modeling in the Time Domain
State Space Analysis UNIT-V.
SIGNAL FLOW GRAPH.
State Space Method.
Signal Flow Graph nodes : variables branches : gains e.g. y = a ∙ x
Chapter 12.
CONTROL INTRO & OVERVIEW
Control Systems Spring 2016
Chapter 3 Modeling in the Time Domain
Chapter 12.
Presentation transcript:

State Space Representation Hany Ferdinando Dept. of Electrical Engineering Petra Christian University

State Space 1 - Hany Ferdinando2 Overview Introduction State variable Signal Flow Graph (revisited) State Space (SS) matrix Transfer function from SS SS in Matlab

State Space 1 - Hany Ferdinando3 Introduction State Space (SS) represents a dynamic system in matrices It is MIMO (multi input multi output) system (transfer function is SISO – single input single output) With SS, one can get future condition of a dynamic system

State Space 1 - Hany Ferdinando4 Examples On-off switch: There are only two positions The state of the switch can assume one of two possible states if the present state is ‘on’, then one can know the future state

State Space 1 - Hany Ferdinando5 State Variable Definition: is a set of variables such that the knowledge of these variables and the input functions will, with the equations describing the dynamics, provide the future state and output of the system

State Space 1 - Hany Ferdinando6 Model of A Dynamic System Model of a dynamic system is in n th - order differential equation The order depends on the number of storage element in that system SS will change one n th -order differential equation into n first-order differential equations

State Space 1 - Hany Ferdinando7 Example i(t)

State Space 1 - Hany Ferdinando8 Example If x 1 = v C and x 2 = i L then

State Space 1 - Hany Ferdinando9 Example Matrix AMatrix B

State Space 1 - Hany Ferdinando10 General Form of SS

State Space 1 - Hany Ferdinando11 Signal Flow Graph (revisited) Sum of the forward-path factors Sum of the feedback loop factors

State Space 1 - Hany Ferdinando12 Signal Flow Graph State From G(s) get the order of the equation Make the denominator of G(s) in the form of 1-(sum of the feedback loop) by dividing G(s) with s n (n is the order of G(s)) Draw the new SFG

State Space 1 - Hany Ferdinando13 Example

State Space 1 - Hany Ferdinando14 Example -a3 -a2 -a1 -a0 b1 b2 b3 1/s b0 x1x2x3 x4 U(s) Y(s) Phase Variable Format

State Space 1 - Hany Ferdinando15 Example

State Space 1 - Hany Ferdinando16 Example -a3 -a2 -a1 -a0 b1 b2 b3 1/s b0 x1x2x3 x4 U(s) Y(s) Input Feedforward Format

State Space 1 - Hany Ferdinando17 Example

State Space 1 - Hany Ferdinando18 TF from SS

State Space 1 - Hany Ferdinando19 SS in Matlab (basic) Use two functions: tf2ss to convert transfer function model into state space model ss2tf to convert state space model into transfer function model