Motivations and Historical Perspective

Size: px
Start display at page:

Download "Motivations and Historical Perspective"

Transcription

1 Motivations and Historical Perspective Giovanni Marro DEIS, Universit of Bologna, Ital MTNS - Jl 5-9, 2010 G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

2 Geometric Control Theor for Linear Sstems Block 1: Fondations [10: ]: Talk 1: Motivation and historical perspective, G. Marro [10:30-11:00] Talk 2: Invariant sbspaces, L. Ntogramatzidis [11:00-11:30] Talk 3: Controlled invariance and invariant zeros, D. Prattichizzo [11:30-12:00] Talk 4: Conditioned invariance and state observation, F. Morbidi [12:00-12:30] Block 2: Problems and applications [15: ]: Talk 5: Stabilization and self-bonded sbspaces, L. Ntogramatzidis [15:30-16:00] Talk 6: Distrbance decopling problems, L. Ntogramatzidis [16:00-16:30] Talk 7: LQR and H 2 control problems, D. Prattichizzo [16:30-17:00] Talk 8: Spectral factorization and H 2 -model following, F. Morbidi [17:00-17:30] G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

3 What the geometric approach is The geometric approach is a collection of tools, properties and algorithms for the analsis and control of dnamic linear and nonlinear sstems in a coordinate-free context. Statements in terms of sbspaces (or, more generall, sets) instead of matrices are compact and clean, and insight into their meaning is highl facilitated. This mini-corse is an attempt to present in simple terms the origin, motivation and growth of the geometric approach throgh almost for decades. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

4 Otline The beginning The main tools The most important solved problems G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

5 The beginning Or first papers in English G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

6 The beginning Or first papers in English G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

7 The beginning Independentl The following words can often be fond in the literatre: the geometric approach was introdced independentl b Basile and Marro and Wonham and Morse. This is tre. The following papers are sall cited: G. Basile and G. Marro, Controlled and conditioned invariant sbspaces in linear sstem theor, J. Optim. Theor Appl., vol. 3, no. 5, pp , W. M. Wonham and A. S. Morse, Decopling and pole assignment in linear mltivariable sstems: a geometric approach, SIAM J. Contr., vol. 8, no. 1, pp. 1 18, Let s look at two interesting docments concerning that period. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

8 The beginning The end of the period of independence (Janar 29, 1970) G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

9 The beginning Another significant letter received in that period G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

10 The beginning The three books on the geometric approach Wonham (1974, 1979, 1985) has the great merit of having widel pblicized the geometric approach. Basile and Marro (1992) emphasize dalit and dal problems, that were neglected in Wonham s book. Software for Matlab is inclded. Trentelman, Stoorvogel and Hats (2001) provide a bridge towards achieving minimal H2 and H norm soltions. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

11 Otline The beginning The main tools The most important solved problems G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

12 The main tools The concept of trajector in the state space (inpt) x (state) (otpt) X ẋ(t) x(t) Continos-time: ẋ(t) = Ax(t)+B (t) (t) = C x(t) ẋ(t) = Ax(t)+B (t) (t) = C x(t)+d(t) the term D(t) is called feedthrogh. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

13 The main tools The concept of trajector in the state space. X..... x(k) x(k +1) Discrete-time: x(k +1) = Ax(k)+B (k) (k) = C x(k) x(k +1) = Ax(k)+B (k) (k) = C x(k)+d(k) Ver often in practice the discrete-time sstems are prodced b sampling continos-time sstems, for instance with ZOH (zero order hold) eqivalence. In these case a positive sampling time is associated to the conversion process. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

14 The main tools The Matlab Representations of LTI Sstems Prel dnamic continos-time sstems >> ss=ss(a,b,c,0); Continos-time sstems with feedthrogh >> ss=ss(a,b,c,d); Prel dnamic discrete-time sstems >> ss1=ss(a,b,c,0,tc); (Tc = 1 if a sampling time is not specified) Discrete-time sstems with feedthrogh >> ss1=ss(a,b,c,d,tc); Conversion from continos to discrete time with the ZOH eqivalence >> ss1=c2d(ss,tc); (Tc > 0 - in this case a sampling time is specified) G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

15 The main tools Some properties of sstems expressed in geometric terms x >> V=vstar(ss); >> S=sstar(ss); >> r=reldeg(ss); >> z=gazero(ss); Left invertibilit V S ={0} Right invertibilit V +S =X Relative degree minimal ρ sch that V +S ρ =X Minimalit of phase Z() C g where C g is the set of stable modes in the complex plane. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

16 The main tools Sstems with mltiple sets of inpts and otpts h e h : distrbance e : controlled otpt : control inpt : measred otpt The sstem eqation are ẋ(t) = Ax(t)+Hh(t)+B (t) e(t) = E x(t) +D 1 (t) (t) = C x(t)+d 2 h(t) ẋ(t) e(t) (t) or = A H B E 0 D 1 C D 2 0 x(t) h(t) (t) or else, b sing a poplar notation that points ot the existence of feedthroghs terms, we can denote the sstem with A H B = E 0 D 1 C D 2 0 G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

17 Dalit The main tools The dal of sstem : (A,B,C,D) is defined as T : (A T,C T,B T,D T ) ū T 3 T 1 T ȳ Consider the interconnection of sstems shown above: the overall dal sstem is obtained b reversing the order of seriall connected sstems and interchanging branching points with smming jnctions and vice versa: = A B 1 0 A 2 0 B 2 B 3,1 C 1 B 3,2 C 2 A C 3 0, T = A T 1 0 C T 1 BT 3,1 0 0 A T 2 C T 2 BT 3, A T 3 C T 3 B T 1 B T G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

18 Otline The beginning The main tools The most important solved problems G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

19 The most important solved problems The distrbance decopling problem ( ) h F x Eqations ẋ(t) = Ax(t)+B (t)+hh(t) (t) = C x(t) Let B=imB, H=imH, C=kerC. The distrbance decopling problem (1969) It will be shown that the soltion in geometric terms depends on A, B, H, C. W. M. Wonham and A. S. Morse, Decopling and pole assignment in linear mltivariable sstems: a geometric approach, SIAM J. Contr., vol. 8, no. 1, pp. 1 18, G. Basile and G. Marro, L invarianza rispetto ai distrbi stdiata nello spazio degli stati, in Rendiconti della LXX Rinione Annale AEI, paper , Rimini, Ital, 1969, G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

20 The most important solved problems The distrbance decopling problem ( ) h F x The distrbance decopling problem The soltion of a snthesis problem with geometric techniqes as a rle incldes A strctral condition A stabilizabilit condition G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

21 The most important solved problems Other basic problems (primal and dal) h c T e T c + + ẽ η Measrable signal decopling Unknown-inpt observation S. P. Bhattachara, Distrbance rejection in linear sstems, Int. J. Sstems Science, vol. 5, no. 7, pp , R. Laschi and G. Marro, Alcne considerazioni sll osservabilità dei sistemi dinamici con ingressi inaccessibili in Rendiconti della LXX Rinione Annale AEI, paper , Rimini, Ital, 1969, G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

22 The most important solved problems A review of exact feedforward model following h c m m + η=0 _ Exact model following as a measrable distrbance decopling problem with stabilit. NOTE: If m consists of p independent SISO sstems connected in parallel, we achieve exact row-b-row decopling at no cost. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

23 The most important solved problems From exact feedforward to exact feedback model following r + h _ c + η=0 r + h _ c + η=0 m m _ m m _ Exact feedback model following. A strctrall eqivalent connection. h m c r m + + m Another strctrall eqivalent connection. + η=0 _ r + h _ c m m + η=0 Exact feedback model following, possibl with row-b-row decopling and mltiple internal models. _ G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

24 The most important solved problems Other basic problems (primal and dal) α 1 c,1 α 2 c, T T c,1 T c,2 α 1 α 2 The noninteracting control problem The falt detection and isolation problem A. S. Morse and W. M. Wonham, Decopling and pole assignment b dnamic compensation, SIAM J. Contr., vol. 8, no. 3, pp , G. Basile and G. Marro, A state space approach to noninteracting controls, Ricerche di Atomatica, vol. 1, pp , M. Massomnia, G. C. Verghese, and A. S. Willsk, Failre detection and identification, IEEE Trans. At. Contr., vol. 34, pp , G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

25 The most important solved problems Other basic problems d e c Distrbance Decoplig Problem with dnamic otpt feedback J. M. Schmacher, Compensator snthesis sing (C,A,B)-pairs, IEEE Trans. At. Contr., vol. AC-25, pp , J. C. Willems and C. Commalt, Distrbance decopling with measrement feedback with stabilit or pole placement, SIAM J. Contr. Optim., vol. 19, pp , G. Basile, G. Marro, and A. Piazzi, Stabilit withot eigenspaces in the geometric approach: Some new reslts, in Freqenc Domain and State Space Methods for Linear Sstems, C. A. Brnes and A. Lindqist, Eds., pp North-Holland (Elsevier), Amsterdam, G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

26 The most important solved problems From exact to H 2 -optimal and H -optimal d F x e d c e The H 2 -optimal distrbance decopling problem The main criticism to which the geometric approach is sbjected to is that exact soltions to the above problems cannot be implemented in practice becase of ncertainties in parameters. In this approach standard optimal control and filtering problems can be treated in a minimal H 2 or H norm context b simpl sbstitting sstem with the corresponding Hamiltonian sstem. Ths the geometric approach provides insight and tools for the treatment of singlar and cheap cases of optimal control. Interesting reslts in this area are de to Stoorvogel, Chen, Saberi and Sannti ( ). G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

27 The most important solved problems Spectral factorization and H 2 -optimal model following, 1 1 ẋ(t) = Ax(t)+B (t) (t) = C x(t)+d(t) The Stoorvogel problem 1 (t) = C 1 x(t)+d 1 (t) A. Stoorvogel, A. Saberi, and B. M. Chen, Fll and redced observer-based controller design for H 2 optimization, Int.. J. Contr., vol. 58, pp , A. Stoorvogel, The singlar H 2 control problem, Atomatica, vol. 28, pp , >> ss=ss(a,b,c,d); >> [C1,D1]=stoor(A,B,C,D,[Tc]); G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

28 The most important solved problems Spectral factorization and H 2 -optimal model following Φ Φ ȳ ȳ >> ss=ss(a,b,c,d); >> adjss=ss(-a,-c,b,d ); (adjoint sstem) >> ss1=ss(a,b,c1,d1); >> adjss1=ss(-a,-c1,b,d1 ); The spectral factorization problem (the spectrm Φ is the same) G. Marro, F. Morbidi and D. Prattichizzo, A geometric soltion to the cheap spectral factorization problem, in Proc. ECC2009, Bdapest, G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

29 The most important solved problems The mltivariable reglator problem e r e + _ c d The mltivariable reglator problem with internal model ( ) B. A. Francis, The linear mltivariable reglator problem, SIAM J. Contr. Optim., vol. 15, pp , G. Basile, G. Marro and A Piazzi, Revisiting the reglator problem in the geometric approach. Part II: Asmptotic tracking and reglation in the presence of distrbances, J. Optim. Theor Appl., 53, 23 26, G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

30 The most important solved problems The mltivariable reglator problem r + h _ c m d m + _ e r + h _ c m 1 m d + _ e o Exact feedback model following (2002) H 2 -optimal feedb. model following (2007) G. Marro, F. Morbidi and D. Prattichizzo, H 2 psedo-optimal model following: a geometric approach, Proc. 3rd IFAC Smposim on Sstem Strctre and Control, Foz de Igaç, Brazil, October 17-19, G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

31 Conclsion The geometric approach has been developed for abot fort ears gradall, as new linear and nonlinear problems arose and were analzed. It provides a significant insight into sstems and control, based on ver few elementar tools, on which the overall theor is based. Althogh the geometric tools are ver simple and spported b exhastive comptational machiner, it is rather difficlt to get a complete panorama of them, since their presentation in the literatre b several athors is not niform in stle and has ver often been covered in nnecessaril heav mathematics. G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

32 A great friend To conclde, let me remember a great friend, Giseppe Basile, who worked with me on the above research and is no longer with s. I recall, in particlar, his intition for new ideas and his livel enthsiasm in discssion for developing them. Thank o! G. Marro (Bologna, Ital) MTNS - Jl 5-9, / 32

Education in Linear System Theory with the Geometric Approach Tools

Education in Linear System Theory with the Geometric Approach Tools Education in Linear System Theory with the Geometric Approach Tools Giovanni Marro DEIS, University of Bologna, Italy GAS Workshop - Sept 24, 2010 Politecnico di Milano G. Marro (University of Bologna)

More information

LQR and H 2 control problems

LQR and H 2 control problems LQR and H 2 control problems Domenico Prattichizzo DII, University of Siena, Italy MTNS - July 5-9, 2010 D. Prattichizzo (Siena, Italy) MTNS - July 5-9, 2010 1 / 23 Geometric Control Theory for Linear

More information

Spectral factorization and H 2 -model following

Spectral factorization and H 2 -model following Spectral factorization and H 2 -model following Fabio Morbidi Department of Mechanical Engineering, Northwestern University, Evanston, IL, USA MTNS - July 5-9, 2010 F. Morbidi (Northwestern Univ.) MTNS

More information

The geometric approach and Kalman regulator

The geometric approach and Kalman regulator Kalman filtering: past and future Bologna, September 4, 2002 The geometric approach and Kalman regulator Giovanni MARRO DEIS, University of Bologna, Italy The purpose of this talk is to show that not only

More information

Disturbance Decoupling and Unknown-Input Observation Problems

Disturbance Decoupling and Unknown-Input Observation Problems Disturbance Decoupling and Unknown-Input Observation Problems Lorenzo Ntogramatzidis Curtin University of Technology, Australia MTNS - July 5-9, 2010 L. Ntogramatzidis (Curtin University) MTNS - July 5-9,

More information

Simple robustness measures for control of MISO and SIMO plants

Simple robustness measures for control of MISO and SIMO plants Preprints of the 8th IFAC World Congress Milano Ital) Agst 28 - September 2, 2 Simple robstness measres for control of MISO and SIMO plants W. P. Heath Sandira Gaadeen Control Sstems Centre, School of

More information

1. State-Space Linear Systems 2. Block Diagrams 3. Exercises

1. State-Space Linear Systems 2. Block Diagrams 3. Exercises LECTURE 1 State-Space Linear Sstems This lectre introdces state-space linear sstems, which are the main focs of this book. Contents 1. State-Space Linear Sstems 2. Block Diagrams 3. Exercises 1.1 State-Space

More information

A Model-Free Adaptive Control of Pulsed GTAW

A Model-Free Adaptive Control of Pulsed GTAW A Model-Free Adaptive Control of Plsed GTAW F.L. Lv 1, S.B. Chen 1, and S.W. Dai 1 Institte of Welding Technology, Shanghai Jiao Tong University, Shanghai 00030, P.R. China Department of Atomatic Control,

More information

THE foundation of many optimal controller synthesis. A System Level Approach to Controller Synthesis. arxiv: v2 [cs.

THE foundation of many optimal controller synthesis. A System Level Approach to Controller Synthesis. arxiv: v2 [cs. SUBMITTED TO IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. XX, NO. XX, OCTOBER 2016 1 A Sstem Level Approach to Controller Snthesis Yh-Shang Wang, Member, IEEE, Nikolai Matni, Member, IEEE, and John C.

More information

Federico Barbagli' Giovanni Marro2 Domenico Prattichizz~~

Federico Barbagli' Giovanni Marro2 Domenico Prattichizz~~ Proceedings of the 39" IEEE Conference on Deasion and Control Sydney, Australia December, 2000 Solving signal decoupling problems through self=bounded controlled invariants Federico Barbagli' Giovanni

More information

Adaptive Fault-tolerant Control with Control Allocation for Flight Systems with Severe Actuator Failures and Input Saturation

Adaptive Fault-tolerant Control with Control Allocation for Flight Systems with Severe Actuator Failures and Input Saturation 213 American Control Conference (ACC) Washington, DC, USA, Jne 17-19, 213 Adaptive Falt-tolerant Control with Control Allocation for Flight Systems with Severe Actator Failres and Inpt Satration Man Wang,

More information

Control Using Logic & Switching: Part III Supervisory Control

Control Using Logic & Switching: Part III Supervisory Control Control Using Logic & Switching: Part III Spervisor Control Ttorial for the 40th CDC João P. Hespanha Universit of Sothern California Universit of California at Santa Barbara Otline Spervisor control overview

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

Look-Ahead Cyclic Pitch Control Using LIDAR

Look-Ahead Cyclic Pitch Control Using LIDAR Look-Ahead Cclic Pitch Control Using LIDAR David Schlipf 1 Simone Schler 2 1 Endowed Chair of Windenerg Universität Stttgart Allmandring 5B, D-7569 Stttgart schlipf@ifbni-stttgartde Patrick Gra 2 Frank

More information

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane Adv. Theor. Appl. Mech., Vol. 1, 8, no. 1, 9 A Decomposition Method for Volme Flx and Average Velocit of Thin Film Flow of a Third Grade Flid Down an Inclined Plane A. Sadighi, D.D. Ganji,. Sabzehmeidani

More information

Move Blocking Strategies in Receding Horizon Control

Move Blocking Strategies in Receding Horizon Control Move Blocking Strategies in Receding Horizon Control Raphael Cagienard, Pascal Grieder, Eric C. Kerrigan and Manfred Morari Abstract In order to deal with the comptational brden of optimal control, it

More information

Outline. Model Predictive Control: Current Status and Future Challenges. Separation of the control problem. Separation of the control problem

Outline. Model Predictive Control: Current Status and Future Challenges. Separation of the control problem. Separation of the control problem Otline Model Predictive Control: Crrent Stats and Ftre Challenges James B. Rawlings Department of Chemical and Biological Engineering University of Wisconsin Madison UCLA Control Symposim May, 6 Overview

More information

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS 3. System Modeling Mathematical Modeling In designing control systems we mst be able to model engineered system dynamics. The model of a dynamic system

More information

Linear and Nonlinear Model Predictive Control of Quadruple Tank Process

Linear and Nonlinear Model Predictive Control of Quadruple Tank Process Linear and Nonlinear Model Predictive Control of Qadrple Tank Process P.Srinivasarao Research scholar Dr.M.G.R.University Chennai, India P.Sbbaiah, PhD. Prof of Dhanalaxmi college of Engineering Thambaram

More information

Simplified Identification Scheme for Structures on a Flexible Base

Simplified Identification Scheme for Structures on a Flexible Base Simplified Identification Scheme for Strctres on a Flexible Base L.M. Star California State University, Long Beach G. Mylonais University of Patras, Greece J.P. Stewart University of California, Los Angeles

More information

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum Proceedings of the 26 American Control Conference Minneapolis, Minnesota, USA, Jne 14-16, 26 WeC123 The Real Stabilizability Radis of the Mlti-Link Inerted Pendlm Simon Lam and Edward J Daison Abstract

More information

System identification of buildings equipped with closed-loop control devices

System identification of buildings equipped with closed-loop control devices System identification of bildings eqipped with closed-loop control devices Akira Mita a, Masako Kamibayashi b a Keio University, 3-14-1 Hiyoshi, Kohok-k, Yokohama 223-8522, Japan b East Japan Railway Company

More information

Introdction In the three papers [NS97], [SG96], [SGN97], the combined setp or both eedback and alt detection lter design problem has been considered.

Introdction In the three papers [NS97], [SG96], [SGN97], the combined setp or both eedback and alt detection lter design problem has been considered. Robst Falt Detection in Open Loop s. losed Loop Henrik Niemann Jakob Stostrp z Version: Robst_FDI4.tex { Printed 5h 47m, Febrar 9, 998 Abstract The robstness aspects o alt detection and isolation (FDI)

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

INPUT-OUTPUT APPROACH NUMERICAL EXAMPLES

INPUT-OUTPUT APPROACH NUMERICAL EXAMPLES INPUT-OUTPUT APPROACH NUMERICAL EXAMPLES EXERCISE s consider the linear dnamical sstem of order 2 with transfer fnction with Determine the gain 2 (H) of the inpt-otpt operator H associated with this sstem.

More information

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator

Nonparametric Identification and Robust H Controller Synthesis for a Rotational/Translational Actuator Proceedings of the 6 IEEE International Conference on Control Applications Mnich, Germany, October 4-6, 6 WeB16 Nonparametric Identification and Robst H Controller Synthesis for a Rotational/Translational

More information

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS Fang-Ming Y, Hng-Yan Chng* and Chen-Ning Hang Department of Electrical Engineering National Central University, Chngli,

More information

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS

AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS AN ALTERNATIVE DECOUPLED SINGLE-INPUT FUZZY SLIDING MODE CONTROL WITH APPLICATIONS Fang-Ming Y, Hng-Yan Chng* and Chen-Ning Hang Department of Electrical Engineering National Central University, Chngli,

More information

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How

Gradient Projection Anti-windup Scheme on Constrained Planar LTI Systems. Justin Teo and Jonathan P. How 1 Gradient Projection Anti-windp Scheme on Constrained Planar LTI Systems Jstin Teo and Jonathan P. How Technical Report ACL1 1 Aerospace Controls Laboratory Department of Aeronatics and Astronatics Massachsetts

More information

3 2D Elastostatic Problems in Cartesian Coordinates

3 2D Elastostatic Problems in Cartesian Coordinates D lastostatic Problems in Cartesian Coordinates Two dimensional elastostatic problems are discssed in this Chapter, that is, static problems of either plane stress or plane strain. Cartesian coordinates

More information

Linear System Theory (Fall 2011): Homework 1. Solutions

Linear System Theory (Fall 2011): Homework 1. Solutions Linear System Theory (Fall 20): Homework Soltions De Sep. 29, 20 Exercise (C.T. Chen: Ex.3-8). Consider a linear system with inpt and otpt y. Three experiments are performed on this system sing the inpts

More information

Model reduction of nonlinear systems using incremental system properties

Model reduction of nonlinear systems using incremental system properties Model redction of nonlinear systems sing incremental system properties Bart Besselink ACCESS Linnaes Centre & Department of Atomatic Control KTH Royal Institte of Technology, Stockholm, Sweden L2S, Spelec,

More information

Sareban: Evaluation of Three Common Algorithms for Structure Active Control

Sareban: Evaluation of Three Common Algorithms for Structure Active Control Engineering, Technology & Applied Science Research Vol. 7, No. 3, 2017, 1638-1646 1638 Evalation of Three Common Algorithms for Strctre Active Control Mohammad Sareban Department of Civil Engineering Shahrood

More information

1 Introduction. r + _

1 Introduction. r + _ A method and an algorithm for obtaining the Stable Oscillator Regimes Parameters of the Nonlinear Sstems, with two time constants and Rela with Dela and Hsteresis NUŢU VASILE, MOLDOVEANU CRISTIAN-EMIL,

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

DIGITAL LINEAR QUADRATIC SMITH PREDICTOR

DIGITAL LINEAR QUADRATIC SMITH PREDICTOR DIGITAL LINEAR QUADRATIC SMITH PREDICTOR Vladimír Bobál,, Marek Kbalčík, Petr Dostál, and Stanislav Talaš Tomas Bata Universit in Zlín Centre of Polmer Sstems, Universit Institte Department of Process

More information

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers D.R. Espinoza-Trejo and D.U. Campos-Delgado Facltad de Ingeniería, CIEP, UASLP, espinoza trejo dr@aslp.mx Facltad de Ciencias,

More information

Discussion on: Measurable signal decoupling with dynamic feedforward compensation and unknown-input observation for systems with direct feedthrough

Discussion on: Measurable signal decoupling with dynamic feedforward compensation and unknown-input observation for systems with direct feedthrough Discussion on: Measurable signal decoupling with dynamic feedforward compensation and unknown-input observation for systems with direct feedthrough H.L. Trentelman 1 The geometric approach In the last

More information

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control Bridging the Gap Between Mltigrid, Hierarchical, and Receding-Horizon Control Victor M. Zavala Mathematics and Compter Science Division Argonne National Laboratory Argonne, IL 60439 USA (e-mail: vzavala@mcs.anl.gov).

More information

Control Systems

Control Systems 6.5 Control Systems Last Time: Introdction Motivation Corse Overview Project Math. Descriptions of Systems ~ Review Classification of Systems Linear Systems LTI Systems The notion of state and state variables

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students BLOOM S TAXONOMY Topic Following Bloom s Taonomy to Assess Stdents Smmary A handot for stdents to eplain Bloom s taonomy that is sed for item writing and test constrction to test stdents to see if they

More information

Stabilization and Self bounded Subspaces

Stabilization and Self bounded Subspaces Stabilization and Self bounded Subspaces Lorenzo Ntogramatzidis Curtin University of Technology, Australia MTNS - July 5-9, 2010 L. Ntogramatzidis (Curtin University) MTNS - July 5-9, 2010 1 / 23 Geometric

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

Prototype Angle Domain Repetitive Control - Affine Parameterization Approach

Prototype Angle Domain Repetitive Control - Affine Parameterization Approach Prototpe Angle Domain Repetitive Control - Affine Parameterization Approach Perr Y. Li Professor Department of Mechanical Engineering Universit of Minnesota Minneapolis, Minnesota 55455 U.S.A. Email: lixxx99@mn.ed

More information

The Linear Quadratic Regulator

The Linear Quadratic Regulator 10 The Linear Qadratic Reglator 10.1 Problem formlation This chapter concerns optimal control of dynamical systems. Most of this development concerns linear models with a particlarly simple notion of optimality.

More information

DEPTH CONTROL OF THE INFANTE AUV USING GAIN-SCHEDULED REDUCED-ORDER OUTPUT FEEDBACK 1. C. Silvestre A. Pascoal

DEPTH CONTROL OF THE INFANTE AUV USING GAIN-SCHEDULED REDUCED-ORDER OUTPUT FEEDBACK 1. C. Silvestre A. Pascoal DEPTH CONTROL OF THE INFANTE AUV USING GAIN-SCHEDULED REDUCED-ORDER OUTPUT FEEDBACK 1 C. Silvestre A. Pascoal Institto Sperior Técnico Institte for Systems and Robotics Torre Norte - Piso 8, Av. Rovisco

More information

COMPARATIVE STUDY OF ROBUST CONTROL TECHNIQUES FOR OTTO-CYCLE MOTOR CONTROL

COMPARATIVE STUDY OF ROBUST CONTROL TECHNIQUES FOR OTTO-CYCLE MOTOR CONTROL ACM Symposim Series in Mechatronics - Vol. - pp.76-85 Copyright c 28 by ACM COMPARATIVE STUDY OF ROUST CONTROL TECHNIQUES FOR OTTO-CYCLE MOTOR CONTROL Marcos Salazar Francisco, marcos.salazar@member.isa.org

More information

Model Discrimination of Polynomial Systems via Stochastic Inputs

Model Discrimination of Polynomial Systems via Stochastic Inputs Model Discrimination of Polynomial Systems via Stochastic Inpts D. Georgiev and E. Klavins Abstract Systems biologists are often faced with competing models for a given experimental system. Unfortnately,

More information

FRTN10 Exercise 12. Synthesis by Convex Optimization

FRTN10 Exercise 12. Synthesis by Convex Optimization FRTN Exercise 2. 2. We want to design a controller C for the stable SISO process P as shown in Figre 2. sing the Yola parametrization and convex optimization. To do this, the control loop mst first be

More information

Decentralized Control with Moving-Horizon Linear Switched Systems: Synthesis and Testbed Implementation

Decentralized Control with Moving-Horizon Linear Switched Systems: Synthesis and Testbed Implementation 17 American Control Conference Sheraton Seattle Hotel May 4 6, 17, Seattle, USA Decentralized Control with Moving-Horizon Linear Switched Systems: Synthesis and Testbed Implementation Joao P Jansch-Porto

More information

Model (In-)Validation from a H and µ perspective

Model (In-)Validation from a H and µ perspective Model (In-)Validation from a H and µ perspectie Wolfgang Reinelt Department of Electrical Engineering Linköping Uniersity, S-581 83 Linköping, Seden WWW: http://.control.isy.li.se/~olle/ Email: olle@isy.li.se

More information

Estimating models of inverse systems

Estimating models of inverse systems Estimating models of inverse systems Ylva Jng and Martin Enqvist Linköping University Post Print N.B.: When citing this work, cite the original article. Original Pblication: Ylva Jng and Martin Enqvist,

More information

The Oscillatory Stable Regime of Nonlinear Systems, with two time constants

The Oscillatory Stable Regime of Nonlinear Systems, with two time constants 6th WSES International Conference on CIRCUITS SYSTEMS ELECTRONICSCONTROL & SIGNL PROCESSING Cairo Egpt Dec 9-3 7 5 The Oscillator Stable Regime of Nonlinear Sstems with two time constants NUŢU VSILE *

More information

Direct and Indirect Robust Adaptive Fuzzy Controllers for a Class of Nonlinear Systems

Direct and Indirect Robust Adaptive Fuzzy Controllers for a Class of Nonlinear Systems 46 International Jornal Najib Essonboli of Control, Atomation, and Abdelaziz and Hamzaoi ystems, vol 4, no, pp 46-54, April 6 Direct and Indirect Robst Adaptive Fzzy Controllers for a Class of Nonlinear

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

AMS subject classifications. 47N70, 47A48, 47A20, 47A56, 47A62, 93B28, 93C55, 93D15

AMS subject classifications. 47N70, 47A48, 47A20, 47A56, 47A62, 93B28, 93C55, 93D15 OPTIMAL INPUT-OUTPUT STABILIZATION OF INFINITE-DIMENSIONAL DISCRETE TIME-INVARIANT LINEAR SYSTEMS BY OUTPUT INJECTION MARK R. OPMEER AND OLOF J. STAFFANS Abstract. We std the optimal inpt-otpt stabilization

More information

Safe Manual Control of the Furuta Pendulum

Safe Manual Control of the Furuta Pendulum Safe Manal Control of the Frta Pendlm Johan Åkesson, Karl Johan Åström Department of Atomatic Control, Lnd Institte of Technology (LTH) Box 8, Lnd, Sweden PSfrag {jakesson,kja}@control.lth.se replacements

More information

Geometric Image Manipulation. Lecture #4 Wednesday, January 24, 2018

Geometric Image Manipulation. Lecture #4 Wednesday, January 24, 2018 Geometric Image Maniplation Lectre 4 Wednesda, Janar 4, 08 Programming Assignment Image Maniplation: Contet To start with the obvios, an image is a D arra of piels Piel locations represent points on the

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

BOND-GRAPH BASED CONTROLLER DESIGN OF A TWO-INPUT TWO-OUTPUT FOUR-TANK SYSTEM

BOND-GRAPH BASED CONTROLLER DESIGN OF A TWO-INPUT TWO-OUTPUT FOUR-TANK SYSTEM BOND-GAPH BASED CONTOLLE DESIGN OF A TWO-INPUT TWO-OUTPUT FOU-TANK SYSTEM Nacsse, Matías A. (a) and Jnco, Sergio J. (b) LAC, Laboratorio de Atomatización y Control, Departamento de Control, Facltad de

More information

LINEAR COMBINATIONS AND SUBSPACES

LINEAR COMBINATIONS AND SUBSPACES CS131 Part II, Linear Algebra and Matrices CS131 Mathematics for Compter Scientists II Note 5 LINEAR COMBINATIONS AND SUBSPACES Linear combinations. In R 2 the vector (5, 3) can be written in the form

More information

Design of Power System Stabilizer Based on Sliding Mode Control Theory for Multi- Machine Power System

Design of Power System Stabilizer Based on Sliding Mode Control Theory for Multi- Machine Power System World Academ of cience, Engineering Technolog 6 0 Design of Power stem tabilier Based on liding Mode Control Theor for Mlti- Machine Power stem Hossein hahinadeh, Ladan Darogaran, Ebrahim Jalili ani, Hamed

More information

Fuzzy Control of a Nonlinear Deterministic System for Different Operating Points

Fuzzy Control of a Nonlinear Deterministic System for Different Operating Points International Jornal of Electrical & Compter Sciences IJECS-IJE Vol: No: 9 Fzz Control of a Nonlinear Deterministic Sstem for Different Operating Points Gonca Ozmen Koca, Cafer Bal, Firat Universit, Technical

More information

Calibration of the Characteristic Frequency of an Optical Tweezer using a Recursive Least-Squares Approach

Calibration of the Characteristic Frequency of an Optical Tweezer using a Recursive Least-Squares Approach Calibration of the Characteristic Freqenc of an Optical Tweezer sing a Recrsive Least-Sqares Approach Arna Ranaweera ranawera@engineering.csb.ed Bassam Bamieh bamieh@engineering.csb.ed Department of Mechanical

More information

Chapter 2 Difficulties associated with corners

Chapter 2 Difficulties associated with corners Chapter Difficlties associated with corners This chapter is aimed at resolving the problems revealed in Chapter, which are cased b corners and/or discontinos bondar conditions. The first section introdces

More information

Convergence analysis of ant colony learning

Convergence analysis of ant colony learning Delft University of Technology Delft Center for Systems and Control Technical report 11-012 Convergence analysis of ant colony learning J van Ast R Babška and B De Schtter If yo want to cite this report

More information

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL 8th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 19-1 April 01, Tallinn, Estonia UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL Põdra, P. & Laaneots, R. Abstract: Strength analysis is a

More information

Simulation Based Analysis of Two Different Control Strategies for PMSM

Simulation Based Analysis of Two Different Control Strategies for PMSM International Jornal of Engineering Trends and Technology (IJETT) - Volme4Isse4- April 23 Simlation Based Analysis of Two Different Control Strategies for PMSM Lindita Dhamo #, Aida Spahi #2 # Department

More information

An extremum seeking approach to parameterised loop-shaping control design

An extremum seeking approach to parameterised loop-shaping control design Preprints of the 19th World Congress The International Federation of Atomatic Control An extremm seeking approach to parameterised loop-shaping control design Chih Feng Lee Sei Zhen Khong Erik Frisk Mattias

More information

Adaptive Control of Uncertain Hammerstein Systems with Monotonic Input Nonlinearities Using Auxiliary Nonlinearities

Adaptive Control of Uncertain Hammerstein Systems with Monotonic Input Nonlinearities Using Auxiliary Nonlinearities 5st IEEE Conference on Decision and Control December -3, Mai, Hawaii, USA Adaptive Control of Uncertain Hammerstein Systems with Monotonic Inpt Nonlinearities Using Axiliary Nonlinearities Jin Yan, Anthony

More information

Multivariable Ripple-Free Deadbeat Control

Multivariable Ripple-Free Deadbeat Control Scholarly Jornal of Mathematics and Compter Science Vol. (), pp. 9-9, October Available online at http:// www.scholarly-jornals.com/sjmcs ISS 76-8947 Scholarly-Jornals Fll Length Research aper Mltivariable

More information

Model Predictive Control Lecture VIa: Impulse Response Models

Model Predictive Control Lecture VIa: Impulse Response Models Moel Preictive Control Lectre VIa: Implse Response Moels Niet S. Kaisare Department of Chemical Engineering Inian Institte of Technolog Maras Ingreients of Moel Preictive Control Dnamic Moel Ftre preictions

More information

RELIABILITY ASPECTS OF PROPORTIONAL MEAN RESIDUAL LIFE MODEL USING QUANTILE FUNC- TIONS

RELIABILITY ASPECTS OF PROPORTIONAL MEAN RESIDUAL LIFE MODEL USING QUANTILE FUNC- TIONS RELIABILITY ASPECTS OF PROPORTIONAL MEAN RESIDUAL LIFE MODEL USING QUANTILE FUNC- TIONS Athors: N.UNNIKRISHNAN NAIR Department of Statistics, Cochin University of Science Technology, Cochin, Kerala, INDIA

More information

1. LQR formulation 2. Selection of weighting matrices 3. Matlab implementation. Regulator Problem mm3,4. u=-kx

1. LQR formulation 2. Selection of weighting matrices 3. Matlab implementation. Regulator Problem mm3,4. u=-kx MM8.. LQR Reglator 1. LQR formlation 2. Selection of weighting matrices 3. Matlab implementation Reading Material: DC: p.364-382, 400-403, Matlab fnctions: lqr, lqry, dlqr, lqrd, care, dare 3/26/2008 Introdction

More information

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

Dynamic Optimization of First-Order Systems via Static Parametric Programming: Application to Electrical Discharge Machining

Dynamic Optimization of First-Order Systems via Static Parametric Programming: Application to Electrical Discharge Machining Dynamic Optimization of First-Order Systems via Static Parametric Programming: Application to Electrical Discharge Machining P. Hgenin*, B. Srinivasan*, F. Altpeter**, R. Longchamp* * Laboratoire d Atomatiqe,

More information

DYNAMICAL LOWER BOUNDS FOR 1D DIRAC OPERATORS. 1. Introduction We consider discrete, resp. continuous, Dirac operators

DYNAMICAL LOWER BOUNDS FOR 1D DIRAC OPERATORS. 1. Introduction We consider discrete, resp. continuous, Dirac operators DYNAMICAL LOWER BOUNDS FOR D DIRAC OPERATORS ROBERTO A. PRADO AND CÉSAR R. DE OLIVEIRA Abstract. Qantm dynamical lower bonds for continos and discrete one-dimensional Dirac operators are established in

More information

State Space Models Basic Concepts

State Space Models Basic Concepts Chapter 2 State Space Models Basic Concepts Related reading in Bay: Chapter Section Sbsection 1 (Models of Linear Systems) 1.1 1.1.1 1.1.2 1.1.3 1.1.5 1.2 1.2.1 1.2.2 1.3 In this Chapter we provide some

More information

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics

A State Space Based Implicit Integration Algorithm. for Differential Algebraic Equations of Multibody. Dynamics A State Space Based Implicit Integration Algorithm for Differential Algebraic Eqations of Mltibody Dynamics E. J. Hag, D. Negrt, M. Ianc Janary 28, 1997 To Appear Mechanics of Strctres and Machines Abstract.

More information

On Multiobjective Duality For Variational Problems

On Multiobjective Duality For Variational Problems The Open Operational Research Jornal, 202, 6, -8 On Mltiobjective Dality For Variational Problems. Hsain *,, Bilal Ahmad 2 and Z. Jabeen 3 Open Access Department of Mathematics, Jaypee University of Engineering

More information

A Radial Basis Function Method for Solving PDE Constrained Optimization Problems

A Radial Basis Function Method for Solving PDE Constrained Optimization Problems Report no. /6 A Radial Basis Fnction Method for Solving PDE Constrained Optimization Problems John W. Pearson In this article, we appl the theor of meshfree methods to the problem of PDE constrained optimization.

More information

Hybrid modelling and model reduction for control & optimisation

Hybrid modelling and model reduction for control & optimisation Hybrid modelling and model redction for control & optimisation based on research done by RWTH-Aachen and TU Delft presented by Johan Grievink Models for control and optimiation market and environmental

More information

Affine Invariant Total Variation Models

Affine Invariant Total Variation Models Affine Invariant Total Variation Models Helen Balinsky, Alexander Balinsky Media Technologies aboratory HP aboratories Bristol HP-7-94 Jne 6, 7* Total Variation, affine restoration, Sobolev ineqality,

More information

APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING

APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING 170 APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING I. M. Parton* and P. W. Taylor* INTRODUCTION Two previos papers pblished in this Blletin (Refs 1, 2) described the methods developed

More information

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany

Subcritical bifurcation to innitely many rotating waves. Arnd Scheel. Freie Universitat Berlin. Arnimallee Berlin, Germany Sbcritical bifrcation to innitely many rotating waves Arnd Scheel Institt fr Mathematik I Freie Universitat Berlin Arnimallee 2-6 14195 Berlin, Germany 1 Abstract We consider the eqation 00 + 1 r 0 k2

More information

An Investigation into Estimating Type B Degrees of Freedom

An Investigation into Estimating Type B Degrees of Freedom An Investigation into Estimating Type B Degrees of H. Castrp President, Integrated Sciences Grop Jne, 00 Backgrond The degrees of freedom associated with an ncertainty estimate qantifies the amont of information

More information

Mathematical Models of Physiological Responses to Exercise

Mathematical Models of Physiological Responses to Exercise Mathematical Models of Physiological Responses to Exercise Somayeh Sojodi, Benjamin Recht, and John C. Doyle Abstract This paper is concerned with the identification of mathematical models for physiological

More information

Robust H 2 Synthesis for Dual-stage Multi-sensing Track-following Servo Systems in HDDs

Robust H 2 Synthesis for Dual-stage Multi-sensing Track-following Servo Systems in HDDs Proceedings of the 6 American Control Conference Minneapolis Minnesota USA Jne 14-16 6 WeB18.1 Robst H Snthesis for al-stage Mlti-sensing Track-following Servo Sstems in Hs Rozo Nagamne Xinghi Hang and

More information

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4],

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4], Jornal of Mathematical Systems, Estimation, Control Vol. 8, No. 2, 1998, pp. 1{12 c 1998 Birkhaser-Boston A Note on the Mathematical Modelling of Damped Second Order Systems John A. Brns y Belinda B. King

More information

Quasi Steady State Modelling of an Evaporator

Quasi Steady State Modelling of an Evaporator Qasi Steady State Modelling o an Evaporator Ed. Eitelberg NOY Bsiness 58 Baines Road, Drban 400, RSA controle@pixie.dw.ac.za Ed. Boje Electrical, Electronic & Compter Eng. University o Natal, Drban 404,

More information

Essentials of optimal control theory in ECON 4140

Essentials of optimal control theory in ECON 4140 Essentials of optimal control theory in ECON 4140 Things yo need to know (and a detail yo need not care abot). A few words abot dynamic optimization in general. Dynamic optimization can be thoght of as

More information

Interrogative Simulation and Uncertainty Quantification of Multi-Disciplinary Systems

Interrogative Simulation and Uncertainty Quantification of Multi-Disciplinary Systems Interrogative Simlation and Uncertainty Qantification of Mlti-Disciplinary Systems Ali H. Nayfeh and Mhammad R. Hajj Department of Engineering Science and Mechanics Virginia Polytechnic Institte and State

More information

A Regulator for Continuous Sedimentation in Ideal Clarifier-Thickener Units

A Regulator for Continuous Sedimentation in Ideal Clarifier-Thickener Units A Reglator for Continos Sedimentation in Ideal Clarifier-Thickener Units STEFAN DIEHL Centre for Mathematical Sciences, Lnd University, P.O. Box, SE- Lnd, Sweden e-mail: diehl@maths.lth.se) Abstract. The

More information

Journal of Process Control

Journal of Process Control Jornal of Process Control 2 (2) 976 985 Contents lists available at ScienceDirect Jornal of Process Control j orna l ho me pag e: www.elsevier.com/locate/jprocont IMC-like analtical H design with S/SP

More information

Bäcklund transformation, multiple wave solutions and lump solutions to a (3 + 1)-dimensional nonlinear evolution equation

Bäcklund transformation, multiple wave solutions and lump solutions to a (3 + 1)-dimensional nonlinear evolution equation Nonlinear Dyn 7 89:33 4 DOI.7/s7-7-38-3 ORIGINAL PAPER Bäcklnd transformation, mltiple wave soltions and lmp soltions to a 3 + -dimensional nonlinear evoltion eqation Li-Na Gao Yao-Yao Zi Y-Hang Yin Wen-Xi

More information

Control Performance Monitoring of State-Dependent Nonlinear Processes

Control Performance Monitoring of State-Dependent Nonlinear Processes Control Performance Monitoring of State-Dependent Nonlinear Processes Lis F. Recalde*, Hong Ye Wind Energy and Control Centre, Department of Electronic and Electrical Engineering, University of Strathclyde,

More information

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation Stability of Model Predictive Control sing Markov Chain Monte Carlo Optimisation Elilini Siva, Pal Golart, Jan Maciejowski and Nikolas Kantas Abstract We apply stochastic Lyapnov theory to perform stability

More information

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defzzification Strategy in an Adaptive Nero Fzzy Inference System M. Onder Efe Bogazici University, Electrical and Electronic Engineering

More information

Regression Analysis of Octal Rings as Mechanical Force Transducers

Regression Analysis of Octal Rings as Mechanical Force Transducers Regression Analysis of Octal Rings as Mechanical Force Transdcers KHALED A. ABUHASEL* & ESSAM SOLIMAN** *Department of Mechanical Engineering College of Engineering, University of Bisha, Bisha, Kingdom

More information