Robust Multi-Objective Control for Linear Systems

Size: px
Start display at page:

Download "Robust Multi-Objective Control for Linear Systems"

Transcription

1 Robust Multi-Objective Control for Linear Systems Elements of theory and ROMULOC toolbox Dimitri PEAUCELLE & Denis ARZELIER LAAS-CNRS, Toulouse, FRANCE Part of the OLOCEP project (includes GloptiPoly) Denis Arzelier & Didier Henrion & Jean Lasserre & Dimitri Peaucelle

2 General Features of RoMulOC I - Uncertain LTI systems and robust performances Robust control objectives: stability, transient response (pole location), perturbation rejection (H, H 2 and impulse-to-peak) Guaranteed for structured parametric uncertainties: extremal values (polytopic and interval uncertainties), bounded sets (norm-bounded, passive and dissipative uncertainties). II - Lyapunov based analysis All performances are recast in a Lyapunov framework Robustness is achieved with either Unique Lyapunov function of PDLF LMI results derived using Quadratic Separation and Slack Variables III - LMIs and convex polynomial-time optimization Semi-Definite Programming and LMIs (black box) SDP solvers and YALMIP parser (user can tune solvers) RoMulOC toolbox 1 CACSD 06, October 5th, 2006, Munich

3 Demo example - problem formulation 6-th order mechanical system (x R 3 ) ẍ(t) + M 1 ( M )D( D )ẋ(t) + M 1 ( M )Kx(t) = M 1 ( M )E( E )w(t) z(t) = C( C )x(t) + F w(t) where M( M ) = M 0 + M 1 M M 2 affine with M R in ellipsoid, D( D ) = D 0 + D 1 D D 2 affine with D R 2 2 norm-bounded T D D I, E( E ) = E 0 + E 1 E E 2 affine with E [ ] scalar in interval, { } C( C ) = C 0 + C 1 C C 2 affine with C R 2 2 in polytope co [1] C, [2] C, [3] C. Robust analysis Robust pole location in a sector Robust H norm of weighted w z transfer : T z/w (s, ) γ RoMulOC toolbox 2 CACSD 06, October 5th, 2006, Munich

4 Demo example - solved with RoMulOC >> sys=ssmodel( mechanical system ); >> sys.a = [ zeros(n), eye(n) ; -im0*d0, -im0*k ];... >> Dm = udiss( X, Y, Z, Inertia ); >> Dd = unb( 2, 2, 0.25, Damping ); >> De = uinter(-0.25, 0.25, Input ); >> Dc = upoly( Dcv, Output ); >> usys = ussmodel( sys, diag(dm, Dd, De, Dc) ); >> r1 = region( plane,0,asin(0.35)); >> pb1 = ctrpb([1 1]); >> pb1 = dstability( pb1, usys, r1 ); >> IsDstable = solvesdp( pb1 ); >> pb2 = ctrpb([1 1]); >> pb2 = hinfty( pb2, usinf ); >> HinfLyapUnique = solvesdp( pb2 ); >> pb3 = ctrpb([1 11]); >> pb3 = hinfty( pb3, usinf ); >> HinfPDLF = solvesdp( pb3 ); RoMulOC toolbox 3 CACSD 06, October 5th, 2006, Munich

5 I - Uncertain LTI systems and performances General Robust Multi-Objective Control Problem : errors in modeling, operating conditions, mass-production... : parametric uncertainty, assumed constant, belongs to a set. sx(t) = A( )x(t) + B w ( )w(t) + B u ( )u(t) z(t) = C z ( )x(t) + D zw ( )w(t) + D zu ( )u(t) y(t) = C y ( )x(t) + D yw ( )w(t) + D yu ( )u(t) Find controller K that fulfills robust specifications Π i defined for models Σ i ( i ) with i i. Σ1( ) K 1 F 1 K Σ 1(0) Σ 2 ( 2 ) F 2 K RoMulOC V1 Modeling tools ready for the global design problem Two types of models : Polytopic and LFT RoMulOC toolbox 4 CACSD 06, October 5th, 2006, Munich

6 I - Uncertain LTI systems and performances [2] Σ Σ( ) Polytopic models w u Σ [1] Σ [N] y z < γ K Affine polytopic models : convex hull of N vertices A( ) = ζ i A [i], B w ( ) = ζ i B [i] w... : ζ i 0, ζi = 1 RoMulOC toolbox 5 CACSD 06, October 5th, 2006, Munich

7 I - Uncertain LTI systems and performances [2] Σ Σ( ) Polytopic models w u Σ [1] Σ [N] y z < γ K Affine polytopic models : convex hull of N vertices A( ) = ζ i A [i], B w ( ) = ζ i B [i] w... : ζ i 0, ζi = 1 Parallelotopic models with N P axes A( ) = A [0] + ξ i A [i], B w ( ) = B w [0] polytope with N = 2 N P vertices Interval models with N I non equal coefficients A [1] A( ) A [2] : a [1] ij a ij( ) a [2] ij parallelotope with axes in the euclidian basis of matrices polytope with N = 2 N I vertices + ξ i B [i] w... : ξ i 1 RoMulOC toolbox 6 CACSD 06, October 5th, 2006, Munich

8 I - Uncertain LTI systems and performances w z LFT models w u Σ y z < γ K sx(t) = Ax(t) + B w (t) + B w w(t) + B u u(t) z (t) = C x(t) + D w (t) + D w w(t) + D u u(t) z(t) = C z x(t) + D z w (t) + D zw w(t) + D zu u(t) y(t) = C y x(t) + D y w (t) + D yw w(t) + D yu u(t) : w C q z C p Linear - Fractional Transformation: A( ) = A+B (I D ) 1 C, B w ( ) = B w +B (I D ) 1 D w... Any model rational in δ i parameters LFT (not unique) with diagonal =diag(δ 1, δ 1,..., δ 2,...). RoMulOC toolbox 7 CACSD 06, October 5th, 2006, Munich

9 I - Uncertain LTI systems and performances Uncertainty sets {X, Y, Z} dissipative matrices { C q w p z : X + Y + Y + Z O, X O, Z O } Norm-bounded uncertainties : ρ1 Positive real uncertainties : + O (eg. s) { ρ 2 I, O, I} dissipative {O, I, O} dissipative RoMulOC toolbox 8 CACSD 06, October 5th, 2006, Munich

10 I - Uncertain LTI systems and performances Uncertainty sets {X, Y, Z} dissipative matrices { C q w p z : X + Y + Y + Z O, X O, Z O } Norm-bounded uncertainties : ρ1 Positive real uncertainties : + O (eg. s) { ρ 2 I, O, I} dissipative {O, I, O} dissipative Polytopic uncertainties polytope N vertices { = ζi [i] : ζ i 0, ζi = 1 } Parallelotopic uncertainties { = [0] + ξ i [i] : ξ i 1 } N P axes polytope N = 2 N P Interval uncertainties N I coef. polytope N = 2 N I { [1] [2] : δ [1] ij δ ij δ [2] ij } RoMulOC toolbox 9 CACSD 06, October 5th, 2006, Munich

11 Demo example - solved with RoMulOC >> sys=ssmodel( mechanical system ); >> sys.a = [ zeros(n), eye(n) ; -im0*d0, -im0*k ];... >> Dm = udiss( X, Y, Z, Inertia ); >> Dd = unb( 2, 2, 0.25, Damping ); >> De = uinter(-0.25, 0.25, Input ); >> Dc = upoly( Dcv, Output ); >> usys = ussmodel( sys, diag(dm, Dd, De, Dc) ); >> r1 = region( plane,0,asin(0.35)); >> pb1 = ctrpb([1 1]); >> pb1 = dstability( pb1, usys, r1 ); >> IsDstable = solvesdp( pb1 ); >> pb2 = ctrpb([1 1]); >> pb2 = hinfty( pb2, usinf ); >> HinfLyapUnique = solvesdp( pb2 ); >> pb3 = ctrpb([1 11]); >> pb3 = hinfty( pb3, usinf ); >> HinfPDLF = solvesdp( pb3 ); RoMulOC toolbox 10 CACSD 06, October 5th, 2006, Munich

12 II - Lyapunov based analysis Nominal performance analysis V (x) = x T P x Lyapunov function (P > O) Stability A T P + P A < O A T P A P < O [ ] D-Stability I A r 11P r 12 P I < O r12p r 22 P A H norm AT P + P A + Cz T C z P B w + Cz T D zw < O BwP T + DzwC T z γ 2 I + DzwD T zw H 2 norm A T P + P A + C T z C z < O trace(b T wp B w ) < γ 2 Impulsion-to-peak A T P + P A < O C T z C z < P B T wp B w < γ 2 I D T zwd zw < γ 2 I RoMulOC toolbox 11 CACSD 06, October 5th, 2006, Munich

13 II - Lyapunov based analysis Robust performance analysis V (x, ) parameter-dependent Lyapunov function. Nominal analysis (LMI) Robust analysis (NP-hard) P : L Σ (P ) < O, P ( ) : L Σ( ) (P ( )) < O Test over sample values in gives optimistic results. RoMulOC toolbox 12 CACSD 06, October 5th, 2006, Munich

14 II - Lyapunov based analysis Robust performance analysis V (x, ) parameter-dependent Lyapunov function. Nominal analysis (LMI) Robust analysis (NP-hard) P : L Σ (P ) < O, P ( ) : L Σ( ) (P ( )) < O Test over sample values in gives optimistic results. Choice of P ( ) for having a finite number of decision variables : Quadratic Stability : P ( ) = P Polytopic PDLF: P ( ) = ζ i P [i] Quadratic-LFT PDLF: [ P ( ) = I T C ] P I C, C = (I D ) 1 C RoMulOC toolbox 13 CACSD 06, October 5th, 2006, Munich

15 II - Lyapunov based analysis Conservative LMIs for polytopic models : vertex tests (with slack variables) Example : stability of ẋ = A( )x with A( ) = ζ i A [i] : ζ i 0, ζi = 1 Quadratic Stability : P ( ) = P A [i]t P + P A [i] < O Polytopic PDLF: P ( ) = ζ i P [i] O P [i] [ + G P [i] O A [i] [SCL00] I ] + A[i]T I G T < O RoMulOC toolbox 14 CACSD 06, October 5th, 2006, Munich

16 II - Lyapunov based analysis Conservative LMIs for LFT models : Quadratic Separation [Iwa97], [Sch97] Example : stability of ẋ = Ax + B w with w = z = C x + D w Quadratic Stability : P ( ) = P M A = I O A M A O P P O B M A < MCΘM C, M C = C O with [ D I ] I Θ I O Quadratic-LFT PDLF - same methodology with [ ] I I k Θ I I k O RoMulOC toolbox 15 CACSD 06, October 5th, 2006, Munich

17 III - Conservative LMI results Conservative quadratic separators {X, Y, Z} dissipative matrices = { : X + Y + Y + Z O } S-procedure, D-scaling and DG-scaling Θ = D X D Y + G I D Y G I D Z, D > 0, G = G T Polytopic uncertainties = Vertex separator [ { = ζ i diag( [i] k ) : ζ i 0, ] I [i] Θ I [i] O, Θ 22kk O ζi = 1 } RoMulOC toolbox 16 CACSD 06, October 5th, 2006, Munich

18 Demo example - solved with RoMulOC >> sys=ssmodel( mechanical system ); >> sys.a = [ zeros(n), eye(n) ; -im0*d0, -im0*k ];... >> Dm = udiss( X, Y, Z, Inertia ); >> Dd = unb( 2, 2, 0.25, Damping ); >> De = uinter(-0.25, 0.25, Input ); >> Dc = upoly( Dcv, Output ); >> usys = ussmodel( sys, diag(dm, Dd, De, Dc) ); >> r1 = region( plane,0,asin(0.35)); >> pb1 = ctrpb([1 1]); >> pb1 = dstability( pb1, usys, r1 ); >> IsDstable = solvesdp( pb1 ); >> pb2 = ctrpb([1 1]); >> pb2 = hinfty( pb2, usinf ); >> HinfLyapUnique = solvesdp( pb2 ); >> pb3 = ctrpb([1 11]); >> pb3 = hinfty( pb3, usinf ); >> HinfPDLF = solvesdp( pb3 ); RoMulOC toolbox 17 CACSD 06, October 5th, 2006, Munich

19 III - LMIs and convex polynomial-time optimization Semi-Definite Programming and LMIs The LMI problem is defined in YALMIP format Can be solved with any available SDP software result = solvesdp( problem, sdpsettings( solver, sdpt3 )) result is the answer to the problem, e.g. the guaranteed H norm Constraints and variables are also available problem.vars problem.lmi Results for the demo example with SeDuMi solver Nominal 200 rand. val rand. val. Robust PDLF Unique Lyapunov H ?? time 0.036s 13.79s 2 min NP 17.99s 6.772s RoMulOC toolbox 18 CACSD 06, October 5th, 2006, Munich

20 Conclusions and Prospective work Test yourself No need to know perfectly the theoretical results - no need to code the LMIs joloef/yalmip.php Future versions State-feedback design (October 2006) Output-feedback : full-order (LMI) and SOF (BMI) LFT uncertain Descriptor Systems Uncertain Time-Delay Systems (F. Gouaisbaut) Discrete-time uncertain Periodic Systems (C. Farges) Contribute PPDLF based on Polya [Oliveira & Peres, CDC, 2005] yours? RoMulOC toolbox 19 CACSD 06, October 5th, 2006, Munich

Poluqenie rezulьtatov v vide. line inyx matreqnyh neravenstv dl robastnosti. Tradicionna Xkola Upravlenie, Informaci i Optimizaci

Poluqenie rezulьtatov v vide. line inyx matreqnyh neravenstv dl robastnosti. Tradicionna Xkola Upravlenie, Informaci i Optimizaci Poluqenie rezulьtatov v vide line inyx matreqnyh neravenstv dl robastnosti Dmitri i Жanoviq Konovalov Dimitri i Poselь Dmitry Peaucelle Dimitri Peaucelle Tradicionna Xkola Upravlenie, Informaci i Optimizaci

More information

arzelier

arzelier COURSE ON LMI OPTIMIZATION WITH APPLICATIONS IN CONTROL PART II.1 LMIs IN SYSTEMS CONTROL STATE-SPACE METHODS STABILITY ANALYSIS Didier HENRION www.laas.fr/ henrion henrion@laas.fr Denis ARZELIER www.laas.fr/

More information

Recent robust analysis and design results. for simple adaptive control

Recent robust analysis and design results. for simple adaptive control Recent robust analysis and design results for simple adaptive control Dimitri PEAUCELLE LAAS-CNRS - Université de Toulouse - FRANCE Cooperation program between CNRS, RAS and RFBR A. Fradkov, B. Andrievsky,

More information

Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis

Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis Multiobjective Optimization Applied to Robust H 2 /H State-feedback Control Synthesis Eduardo N. Gonçalves, Reinaldo M. Palhares, and Ricardo H. C. Takahashi Abstract This paper presents an algorithm for

More information

Robust Stability. Robust stability against time-invariant and time-varying uncertainties. Parameter dependent Lyapunov functions

Robust Stability. Robust stability against time-invariant and time-varying uncertainties. Parameter dependent Lyapunov functions Robust Stability Robust stability against time-invariant and time-varying uncertainties Parameter dependent Lyapunov functions Semi-infinite LMI problems From nominal to robust performance 1/24 Time-Invariant

More information

Linear Matrix Inequalities in Robust Control. Venkataramanan (Ragu) Balakrishnan School of ECE, Purdue University MTNS 2002

Linear Matrix Inequalities in Robust Control. Venkataramanan (Ragu) Balakrishnan School of ECE, Purdue University MTNS 2002 Linear Matrix Inequalities in Robust Control Venkataramanan (Ragu) Balakrishnan School of ECE, Purdue University MTNS 2002 Objective A brief introduction to LMI techniques for Robust Control Emphasis on

More information

Appendix A Solving Linear Matrix Inequality (LMI) Problems

Appendix A Solving Linear Matrix Inequality (LMI) Problems Appendix A Solving Linear Matrix Inequality (LMI) Problems In this section, we present a brief introduction about linear matrix inequalities which have been used extensively to solve the FDI problems described

More information

Fixed-Order Robust H Controller Design with Regional Pole Assignment

Fixed-Order Robust H Controller Design with Regional Pole Assignment SUBMITTED 1 Fixed-Order Robust H Controller Design with Regional Pole Assignment Fuwen Yang, Mahbub Gani, and Didier Henrion Abstract In this paper, the problem of designing fixed-order robust H controllers

More information

Optimization based robust control

Optimization based robust control Optimization based robust control Didier Henrion 1,2 Draft of March 27, 2014 Prepared for possible inclusion into The Encyclopedia of Systems and Control edited by John Baillieul and Tariq Samad and published

More information

Marcus Pantoja da Silva 1 and Celso Pascoli Bottura 2. Abstract: Nonlinear systems with time-varying uncertainties

Marcus Pantoja da Silva 1 and Celso Pascoli Bottura 2. Abstract: Nonlinear systems with time-varying uncertainties A NEW PROPOSAL FOR H NORM CHARACTERIZATION AND THE OPTIMAL H CONTROL OF NONLINEAR SSTEMS WITH TIME-VARING UNCERTAINTIES WITH KNOWN NORM BOUND AND EXOGENOUS DISTURBANCES Marcus Pantoja da Silva 1 and Celso

More information

ROBUST ANALYSIS WITH LINEAR MATRIX INEQUALITIES AND POLYNOMIAL MATRICES. Didier HENRION henrion

ROBUST ANALYSIS WITH LINEAR MATRIX INEQUALITIES AND POLYNOMIAL MATRICES. Didier HENRION  henrion GRADUATE COURSE ON POLYNOMIAL METHODS FOR ROBUST CONTROL PART IV.1 ROBUST ANALYSIS WITH LINEAR MATRIX INEQUALITIES AND POLYNOMIAL MATRICES Didier HENRION www.laas.fr/ henrion henrion@laas.fr Airbus assembly

More information

On parameter-dependent Lyapunov functions for robust stability of linear systems

On parameter-dependent Lyapunov functions for robust stability of linear systems On parameter-dependent Lyapunov functions for robust stability of linear systems Didier Henrion, Denis Arzelier, Dimitri Peaucelle, Jean-Bernard Lasserre Abstract For a linear system affected by real parametric

More information

Slack variable approach for robust stability analysis of switching discrete-time systems

Slack variable approach for robust stability analysis of switching discrete-time systems Slack variable approach for robust stability analysis of switching discrete-time systems Dimitri Peaucelle CNRS, LAAS, 7 avenue du colonel Roche, F-34 Toulouse, France Univ de Toulouse, LAAS, F-34 Toulouse,

More information

ROBUST CONTROLLER DESIGN: POLYNOMIALLY PARAMETER DEPENDENT LYAPUNOV FUNCTION APPROACH

ROBUST CONTROLLER DESIGN: POLYNOMIALLY PARAMETER DEPENDENT LYAPUNOV FUNCTION APPROACH Journal of ELECTRICAL ENGINEERING, VOL 58, NO 6, 2007, 313 317 ROBUST CONTROLLER DESIGN: POLYNOMIALLY PARAMETER DEPENDENT LYAPUNOV FUNCTION APPROACH Vojtech Veselý The paper addresses the problem of robust

More information

Denis ARZELIER arzelier

Denis ARZELIER   arzelier COURSE ON LMI OPTIMIZATION WITH APPLICATIONS IN CONTROL PART II.2 LMIs IN SYSTEMS CONTROL STATE-SPACE METHODS PERFORMANCE ANALYSIS and SYNTHESIS Denis ARZELIER www.laas.fr/ arzelier arzelier@laas.fr 15

More information

Synthèse de correcteurs par retour d état observé robustes. pour les systèmes à temps discret rationnels en les incertitudes

Synthèse de correcteurs par retour d état observé robustes. pour les systèmes à temps discret rationnels en les incertitudes Synthèse de correcteurs par retour d état observé robustes pour les systèmes à temps discret rationnels en les incertitudes Dimitri Peaucelle Yoshio Ebihara & Yohei Hosoe Séminaire MOSAR, 16 mars 2016

More information

Modern Optimal Control

Modern Optimal Control Modern Optimal Control Matthew M. Peet Arizona State University Lecture 19: Stabilization via LMIs Optimization Optimization can be posed in functional form: min x F objective function : inequality constraints

More information

LMI Methods in Optimal and Robust Control

LMI Methods in Optimal and Robust Control LMI Methods in Optimal and Robust Control Matthew M. Peet Arizona State University Lecture 14: LMIs for Robust Control in the LF Framework ypes of Uncertainty In this Lecture, we will cover Unstructured,

More information

Introduction to linear matrix inequalities Wojciech Paszke

Introduction to linear matrix inequalities Wojciech Paszke Introduction to linear matrix inequalities Wojciech Paszke Institute of Control and Computation Engineering, University of Zielona Góra, Poland e-mail: W.Paszke@issi.uz.zgora.pl Outline Introduction to

More information

Relaxation Approaches for Control of Uncertain Complex Systems: Methodologies and Tools. F. Dabbene, D. Henrion, D. Peaucelle, R.

Relaxation Approaches for Control of Uncertain Complex Systems: Methodologies and Tools. F. Dabbene, D. Henrion, D. Peaucelle, R. Relaxation Approaches for Control of Uncertain Complex Systems: Methodologies and Tools F. Dabbene, D. Henrion, D. Peaucelle, R. Tempo IEEE Conference on Decision and Control Firenze, Italy, 2013 Schedule

More information

Input-output framework for robust stability of time-varying delay systems

Input-output framework for robust stability of time-varying delay systems Input-output framework for robust stability of time-varying delay systems Yassine Ariba, Frédéric Gouaisbaut To cite this version: Yassine Ariba, Frédéric Gouaisbaut. Input-output framework for robust

More information

Fixed Order H Controller for Quarter Car Active Suspension System

Fixed Order H Controller for Quarter Car Active Suspension System Fixed Order H Controller for Quarter Car Active Suspension System B. Erol, A. Delibaşı Abstract This paper presents an LMI based fixed-order controller design for quarter car active suspension system in

More information

Lecture 10: Linear Matrix Inequalities Dr.-Ing. Sudchai Boonto

Lecture 10: Linear Matrix Inequalities Dr.-Ing. Sudchai Boonto Dr-Ing Sudchai Boonto Department of Control System and Instrumentation Engineering King Mongkuts Unniversity of Technology Thonburi Thailand Linear Matrix Inequalities A linear matrix inequality (LMI)

More information

LMI MODELLING 4. CONVEX LMI MODELLING. Didier HENRION. LAAS-CNRS Toulouse, FR Czech Tech Univ Prague, CZ. Universidad de Valladolid, SP March 2009

LMI MODELLING 4. CONVEX LMI MODELLING. Didier HENRION. LAAS-CNRS Toulouse, FR Czech Tech Univ Prague, CZ. Universidad de Valladolid, SP March 2009 LMI MODELLING 4. CONVEX LMI MODELLING Didier HENRION LAAS-CNRS Toulouse, FR Czech Tech Univ Prague, CZ Universidad de Valladolid, SP March 2009 Minors A minor of a matrix F is the determinant of a submatrix

More information

Fast Algorithms for SDPs derived from the Kalman-Yakubovich-Popov Lemma

Fast Algorithms for SDPs derived from the Kalman-Yakubovich-Popov Lemma Fast Algorithms for SDPs derived from the Kalman-Yakubovich-Popov Lemma Venkataramanan (Ragu) Balakrishnan School of ECE, Purdue University 8 September 2003 European Union RTN Summer School on Multi-Agent

More information

Homogeneous polynomially parameter-dependent state feedback controllers for finite time stabilization of linear time-varying systems

Homogeneous polynomially parameter-dependent state feedback controllers for finite time stabilization of linear time-varying systems 23 European Control Conference (ECC) July 7-9, 23, Zürich, Switzerland. Homogeneous polynomially parameter-dependent state feedback controllers for finite time stabilization of linear time-varying systems

More information

Robust and Optimal Control, Spring 2015

Robust and Optimal Control, Spring 2015 Robust and Optimal Control, Spring 2015 Instructor: Prof. Masayuki Fujita (S5-303B) D. Linear Matrix Inequality D.1 Convex Optimization D.2 Linear Matrix Inequality(LMI) D.3 Control Design and LMI Formulation

More information

Robust Output Feedback Controller Design via Genetic Algorithms and LMIs: The Mixed H 2 /H Problem

Robust Output Feedback Controller Design via Genetic Algorithms and LMIs: The Mixed H 2 /H Problem Robust Output Feedback Controller Design via Genetic Algorithms and LMIs: The Mixed H 2 /H Problem Gustavo J. Pereira and Humberto X. de Araújo Abstract This paper deals with the mixed H 2/H control problem

More information

Stability and Stabilizability of Linear Parameter Dependent System with Time Delay

Stability and Stabilizability of Linear Parameter Dependent System with Time Delay Proceedings of te International MultiConference of Engineers and Computer Scientists 2008 Vol II IMECS 2008, 19-21 Marc, 2008, Hong Kong Stability and Stabilizability of Linear Parameter Dependent System

More information

Research Article Partial Pole Placement in LMI Region

Research Article Partial Pole Placement in LMI Region Control Science and Engineering Article ID 84128 5 pages http://dxdoiorg/11155/214/84128 Research Article Partial Pole Placement in LMI Region Liuli Ou 1 Shaobo Han 2 Yongji Wang 1 Shuai Dong 1 and Lei

More information

Research Article An Equivalent LMI Representation of Bounded Real Lemma for Continuous-Time Systems

Research Article An Equivalent LMI Representation of Bounded Real Lemma for Continuous-Time Systems Hindawi Publishing Corporation Journal of Inequalities and Applications Volume 28, Article ID 67295, 8 pages doi:1.1155/28/67295 Research Article An Equivalent LMI Representation of Bounded Real Lemma

More information

ON POLE PLACEMENT IN LMI REGION FOR DESCRIPTOR LINEAR SYSTEMS. Received January 2011; revised May 2011

ON POLE PLACEMENT IN LMI REGION FOR DESCRIPTOR LINEAR SYSTEMS. Received January 2011; revised May 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 4, April 2012 pp. 2613 2624 ON POLE PLACEMENT IN LMI REGION FOR DESCRIPTOR

More information

Region of attraction approximations for polynomial dynamical systems

Region of attraction approximations for polynomial dynamical systems Region of attraction approximations for polynomial dynamical systems Milan Korda EPFL Lausanne Didier Henrion LAAS-CNRS Toulouse & CTU Prague Colin N. Jones EPFL Lausanne Region of Attraction (ROA) ẋ(t)

More information

Course Outline. FRTN10 Multivariable Control, Lecture 13. General idea for Lectures Lecture 13 Outline. Example 1 (Doyle Stein, 1979)

Course Outline. FRTN10 Multivariable Control, Lecture 13. General idea for Lectures Lecture 13 Outline. Example 1 (Doyle Stein, 1979) Course Outline FRTN Multivariable Control, Lecture Automatic Control LTH, 6 L-L Specifications, models and loop-shaping by hand L6-L8 Limitations on achievable performance L9-L Controller optimization:

More information

A New Strategy to the Multi-Objective Control of Linear Systems

A New Strategy to the Multi-Objective Control of Linear Systems Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 25 Seville, Spain, December 12-15, 25 TuC8.6 A New Strategy to the Multi-Objective Control of Linear

More information

Robust stability analysis and control design for time-varying discrete-time polytopic systems with bounded parameter variation

Robust stability analysis and control design for time-varying discrete-time polytopic systems with bounded parameter variation 2008 American Control Conference Westin Seattle Hotel, Seattle, Washington, USA June 11-13, 2008 ThC04.6 Robust stability analysis and control design for time-varying discrete-time polytopic systems with

More information

State feedback gain scheduling for linear systems with time-varying parameters

State feedback gain scheduling for linear systems with time-varying parameters State feedback gain scheduling for linear systems with time-varying parameters Vinícius F. Montagner and Pedro L. D. Peres Abstract This paper addresses the problem of parameter dependent state feedback

More information

Lecture 8. Applications

Lecture 8. Applications Lecture 8. Applications Ivan Papusha CDS270 2: Mathematical Methods in Control and System Engineering May 8, 205 / 3 Logistics hw7 due this Wed, May 20 do an easy problem or CYOA hw8 (design problem) will

More information

Convex computation of the region of attraction for polynomial control systems

Convex computation of the region of attraction for polynomial control systems Convex computation of the region of attraction for polynomial control systems Didier Henrion LAAS-CNRS Toulouse & CTU Prague Milan Korda EPFL Lausanne Region of Attraction (ROA) ẋ = f (x,u), x(t) X, u(t)

More information

Cherry-Picking Control Nodes and Sensors in Dynamic Networks

Cherry-Picking Control Nodes and Sensors in Dynamic Networks Cherry-Picking Control Nodes and Sensors in Dynamic Networks Mixed-Integer Programming, Heuristics, Challenges Ahmad F. Taha, with Sebastian Nugroho, Nikolaos Gatsis, Ram Krishnan March 2, 2018 Electrical

More information

The moment-lp and moment-sos approaches

The moment-lp and moment-sos approaches The moment-lp and moment-sos approaches LAAS-CNRS and Institute of Mathematics, Toulouse, France CIRM, November 2013 Semidefinite Programming Why polynomial optimization? LP- and SDP- CERTIFICATES of POSITIVITY

More information

Convex computation of the region of attraction for polynomial control systems

Convex computation of the region of attraction for polynomial control systems Convex computation of the region of attraction for polynomial control systems Didier Henrion LAAS-CNRS Toulouse & CTU Prague Milan Korda EPFL Lausanne Region of Attraction (ROA) ẋ = f (x,u), x(t) X, u(t)

More information

Stability of linear time-varying systems through quadratically parameter-dependent Lyapunov functions

Stability of linear time-varying systems through quadratically parameter-dependent Lyapunov functions Stability of linear time-varying systems through quadratically parameter-dependent Lyapunov functions Vinícius F. Montagner Department of Telematics Pedro L. D. Peres School of Electrical and Computer

More information

An Exact Stability Analysis Test for Single-Parameter. Polynomially-Dependent Linear Systems

An Exact Stability Analysis Test for Single-Parameter. Polynomially-Dependent Linear Systems An Exact Stability Analysis Test for Single-Parameter Polynomially-Dependent Linear Systems P. Tsiotras and P.-A. Bliman Abstract We provide a new condition for testing the stability of a single-parameter,

More information

Stability and performance analysis for linear systems with actuator and sensor saturations subject to unmodeled dynamics

Stability and performance analysis for linear systems with actuator and sensor saturations subject to unmodeled dynamics 28 American Control Conference Westin Seattle Hotel, Seattle, Washington, USA June 11-13, 28 WeA12.1 Stability and performance analysis for linear systems actuator and sensor saturations subject to unmodeled

More information

Semidefinite Programming Duality and Linear Time-invariant Systems

Semidefinite Programming Duality and Linear Time-invariant Systems Semidefinite Programming Duality and Linear Time-invariant Systems Venkataramanan (Ragu) Balakrishnan School of ECE, Purdue University 2 July 2004 Workshop on Linear Matrix Inequalities in Control LAAS-CNRS,

More information

Multiobjective Robust Dynamic Output-feeback Control Synthesis based on Reference Model

Multiobjective Robust Dynamic Output-feeback Control Synthesis based on Reference Model 49th IEEE Conference on Decision and Control December 5-7, 2 Hilton Atlanta Hotel, Atlanta, GA, USA Multiobjective Robust Dynamic Output-feeback Control Synthesis based on Reference Model Wagner Eustáquio

More information

Robust Performance Analysis of Affine Single Parameter-dependent Systems with. of polynomially parameter-dependent Lyapunov matrices.

Robust Performance Analysis of Affine Single Parameter-dependent Systems with. of polynomially parameter-dependent Lyapunov matrices. Preprints of the 9th World Congress he International Federation of Automatic Control Robust Performance Analysis of Affine Single Parameter-dependent Systems with Polynomially Parameter-dependent Lyapunov

More information

State estimation of uncertain multiple model with unknown inputs

State estimation of uncertain multiple model with unknown inputs State estimation of uncertain multiple model with unknown inputs Abdelkader Akhenak, Mohammed Chadli, Didier Maquin and José Ragot Centre de Recherche en Automatique de Nancy, CNRS UMR 79 Institut National

More information

Fault tolerant tracking control for continuous Takagi-Sugeno systems with time varying faults

Fault tolerant tracking control for continuous Takagi-Sugeno systems with time varying faults Fault tolerant tracking control for continuous Takagi-Sugeno systems with time varying faults Tahar Bouarar, Benoît Marx, Didier Maquin, José Ragot Centre de Recherche en Automatique de Nancy (CRAN) Nancy,

More information

Control of linear systems subject to time-domain constraints with polynomial pole placement and LMIs

Control of linear systems subject to time-domain constraints with polynomial pole placement and LMIs Control of linear systems subject to time-domain constraints with polynomial pole placement and LMIs Didier Henrion 1,2,3,4 Sophie Tarbouriech 1 Vladimír Kučera 3,5 February 12, 2004 Abstract: The paper

More information

Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components

Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components Applied Mathematics Volume 202, Article ID 689820, 3 pages doi:0.55/202/689820 Research Article Convex Polyhedron Method to Stability of Continuous Systems with Two Additive Time-Varying Delay Components

More information

9 The LQR Problem Revisited

9 The LQR Problem Revisited 9 he LQR Problem Revisited Problem: Compute a state feedback controller u(t) = Kx(t) that stabilizes the closed loop system and minimizes J := lim E [ z(t) z(t) ] t for the LI system Assumptions: a) D

More information

Stability analysis and state feedback control design of discrete-time systems with a backlash

Stability analysis and state feedback control design of discrete-time systems with a backlash American Control Conference Marriott Waterfront, Baltimore, MD, USA June 3-July, ThA9.5 Stability analysis and state feedback control design of discrete-time systems with a backlash Christophe Prieur,

More information

The Q-parametrization (Youla) Lecture 13: Synthesis by Convex Optimization. Lecture 13: Synthesis by Convex Optimization. Example: Spring-mass System

The Q-parametrization (Youla) Lecture 13: Synthesis by Convex Optimization. Lecture 13: Synthesis by Convex Optimization. Example: Spring-mass System The Q-parametrization (Youla) Lecture 3: Synthesis by Convex Optimization controlled variables z Plant distubances w Example: Spring-mass system measurements y Controller control inputs u Idea for lecture

More information

ON THE ROBUST STABILITY OF NEUTRAL SYSTEMS WITH TIME-VARYING DELAYS

ON THE ROBUST STABILITY OF NEUTRAL SYSTEMS WITH TIME-VARYING DELAYS ON THE ROBUST STABILITY OF NEUTRAL SYSTEMS WITH TIME-VARYING DELAYS V. J. S. Leite P. L. D. Peres E. B. Castelan S. Tarbouriech UnED Divinópolis CEFET-MG R. Monte Santo, 319 35502-036, Divinópolis - MG

More information

FEL3210 Multivariable Feedback Control

FEL3210 Multivariable Feedback Control FEL3210 Multivariable Feedback Control Lecture 8: Youla parametrization, LMIs, Model Reduction and Summary [Ch. 11-12] Elling W. Jacobsen, Automatic Control Lab, KTH Lecture 8: Youla, LMIs, Model Reduction

More information

Detecting global optimality and extracting solutions in GloptiPoly

Detecting global optimality and extracting solutions in GloptiPoly Detecting global optimality and extracting solutions in GloptiPoly Didier HENRION 1,2 Jean-Bernard LASSERRE 1 1 LAAS-CNRS Toulouse 2 ÚTIA-AVČR Prague Part 1 Description of GloptiPoly Brief description

More information

SYNTHESIS OF LOW ORDER MULTI-OBJECTIVE CONTROLLERS FOR A VSC HVDC TERMINAL USING LMIs

SYNTHESIS OF LOW ORDER MULTI-OBJECTIVE CONTROLLERS FOR A VSC HVDC TERMINAL USING LMIs SYNTHESIS OF LOW ORDER MULTI-OBJECTIVE CONTROLLERS FOR A VSC HVDC TERMINAL USING LMIs Martyn Durrant, Herbert Werner, Keith Abbott Control Institute, TUHH, Hamburg Germany; m.durrant@tu-harburg.de; Fax:

More information

Fractional order polytopic systems: robust stability and stabilisation

Fractional order polytopic systems: robust stability and stabilisation Fractional order polytopic systems: robust stability and stabilisation Christophe Farges, Jocelyn Sabatier, Mathieu Moze To cite this version: Christophe Farges, Jocelyn Sabatier, Mathieu Moze. Fractional

More information

Multiple Robust Controller Design based on Parameter Dependent Lyapunov Functions

Multiple Robust Controller Design based on Parameter Dependent Lyapunov Functions Multiple Robust Controller Design based on Parameter Dependent Lyapunov Functions Jongeun Choi, Ryozo Nagamune and Roberto Horowitz Abstract This paper tackles the problem of simultaneously designing a

More information

Stability of Linear Distributed Parameter Systems with Time-Delays

Stability of Linear Distributed Parameter Systems with Time-Delays Stability of Linear Distributed Parameter Systems with Time-Delays Emilia FRIDMAN* *Electrical Engineering, Tel Aviv University, Israel joint with Yury Orlov (CICESE Research Center, Ensenada, Mexico)

More information

STABILITY AND STABILIZATION OF A CLASS OF NONLINEAR SYSTEMS WITH SATURATING ACTUATORS. Eugênio B. Castelan,1 Sophie Tarbouriech Isabelle Queinnec

STABILITY AND STABILIZATION OF A CLASS OF NONLINEAR SYSTEMS WITH SATURATING ACTUATORS. Eugênio B. Castelan,1 Sophie Tarbouriech Isabelle Queinnec STABILITY AND STABILIZATION OF A CLASS OF NONLINEAR SYSTEMS WITH SATURATING ACTUATORS Eugênio B. Castelan,1 Sophie Tarbouriech Isabelle Queinnec DAS-CTC-UFSC P.O. Box 476, 88040-900 Florianópolis, SC,

More information

FRTN10 Multivariable Control, Lecture 13. Course outline. The Q-parametrization (Youla) Example: Spring-mass System

FRTN10 Multivariable Control, Lecture 13. Course outline. The Q-parametrization (Youla) Example: Spring-mass System FRTN Multivariable Control, Lecture 3 Anders Robertsson Automatic Control LTH, Lund University Course outline The Q-parametrization (Youla) L-L5 Purpose, models and loop-shaping by hand L6-L8 Limitations

More information

Semidefinite and Second Order Cone Programming Seminar Fall 2012 Project: Robust Optimization and its Application of Robust Portfolio Optimization

Semidefinite and Second Order Cone Programming Seminar Fall 2012 Project: Robust Optimization and its Application of Robust Portfolio Optimization Semidefinite and Second Order Cone Programming Seminar Fall 2012 Project: Robust Optimization and its Application of Robust Portfolio Optimization Instructor: Farid Alizadeh Author: Ai Kagawa 12/12/2012

More information

Optimal H Control Design under Model Information Limitations and State Measurement Constraints

Optimal H Control Design under Model Information Limitations and State Measurement Constraints Optimal H Control Design under Model Information Limitations and State Measurement Constraints F. Farokhi, H. Sandberg, and K. H. Johansson ACCESS Linnaeus Center, School of Electrical Engineering, KTH-Royal

More information

Control Systems Theory and Applications for Linear Repetitive Processes

Control Systems Theory and Applications for Linear Repetitive Processes Eric Rogers, Krzysztof Galkowski, David H. Owens Control Systems Theory and Applications for Linear Repetitive Processes Springer Contents 1 Examples and Representations 1 1.1 Examples and Control Problems

More information

Multivariable PID control with set-point weighting via BMI optimisation

Multivariable PID control with set-point weighting via BMI optimisation Post-print version: Multivariable PID control with set-point weighting via BMI optimisation F.D. Bianchi, R. Mantz and C.F. Christiansen This work has been published in Automatica: F.D. Bianchi, R. Mantz

More information

Linear Matrix Inequalities in Control

Linear Matrix Inequalities in Control Linear Matrix Inequalities in Control Delft Center for Systems and Control (DCSC) Delft University of Technology The Netherlands Department of Electrical Engineering Eindhoven University of Technology

More information

Analysis of systems containing nonlinear and uncertain components by using Integral Quadratic Constraints

Analysis of systems containing nonlinear and uncertain components by using Integral Quadratic Constraints Analysis of systems containing nonlinear and uncertain components by using Integral Quadratic Constraints Tamas Peni MTA-SZTAKI October 2, 2012 Tamas Peni (MTA-SZTAKI) Seminar October 2, 2012 1 / 42 Contents

More information

II.3. POLYNOMIAL ANALYSIS. Didier HENRION

II.3. POLYNOMIAL ANALYSIS. Didier HENRION II.3. POLYNOMIAL ANALYSIS Didier HENRION henrion@laas.fr EECI Graduate School on Control Supélec - Spring 2010 Polynomial methods Based on the algebra of polynomials and polynomial matrices, typically

More information

COURSE ON LMI PART I.2 GEOMETRY OF LMI SETS. Didier HENRION henrion

COURSE ON LMI PART I.2 GEOMETRY OF LMI SETS. Didier HENRION   henrion COURSE ON LMI PART I.2 GEOMETRY OF LMI SETS Didier HENRION www.laas.fr/ henrion October 2006 Geometry of LMI sets Given symmetric matrices F i we want to characterize the shape in R n of the LMI set F

More information

Multi-Objective Robust Control of Rotor/Active Magnetic Bearing Systems

Multi-Objective Robust Control of Rotor/Active Magnetic Bearing Systems Multi-Objective Robust Control of Rotor/Active Magnetic Bearing Systems İbrahim Sina Kuseyri Ph.D. Dissertation June 13, 211 İ. Sina Kuseyri (B.U. Mech.E.) Robust Control of Rotor/AMB Systems June 13,

More information

Optimal Finite-precision Implementations of Linear Parameter Varying Controllers

Optimal Finite-precision Implementations of Linear Parameter Varying Controllers IFAC World Congress 2008 p. 1/20 Optimal Finite-precision Implementations of Linear Parameter Varying Controllers James F Whidborne Department of Aerospace Sciences, Cranfield University, UK Philippe Chevrel

More information

Input/output delay approach to robust sampled-data H control

Input/output delay approach to robust sampled-data H control Systems & Control Letters 54 (5) 71 8 www.elsevier.com/locate/sysconle Input/output delay approach to robust sampled-data H control E. Fridman, U. Shaked, V. Suplin Department of Electrical Engineering-Systems,

More information

Robust Anti-Windup Compensation for PID Controllers

Robust Anti-Windup Compensation for PID Controllers Robust Anti-Windup Compensation for PID Controllers ADDISON RIOS-BOLIVAR Universidad de Los Andes Av. Tulio Febres, Mérida 511 VENEZUELA FRANCKLIN RIVAS-ECHEVERRIA Universidad de Los Andes Av. Tulio Febres,

More information

SOSTOOLS and its Control Applications

SOSTOOLS and its Control Applications SOSTOOLS and its Control Applications Stephen Prajna 1, Antonis Papachristodoulou 1, Peter Seiler 2, and Pablo A. Parrilo 3 1 Control and Dynamical Systems, California Institute of Technology, Pasadena,

More information

ROBUST STABILITY TEST FOR UNCERTAIN DISCRETE-TIME SYSTEMS: A DESCRIPTOR SYSTEM APPROACH

ROBUST STABILITY TEST FOR UNCERTAIN DISCRETE-TIME SYSTEMS: A DESCRIPTOR SYSTEM APPROACH Latin American Applied Research 41: 359-364(211) ROBUS SABILIY ES FOR UNCERAIN DISCREE-IME SYSEMS: A DESCRIPOR SYSEM APPROACH W. ZHANG,, H. SU, Y. LIANG, and Z. HAN Engineering raining Center, Shanghai

More information

Fixed order LPV controller design for LPV models in input-output form

Fixed order LPV controller design for LPV models in input-output form Fixed order LPV controller design for LPV models in input-output form V. Cerone D. Piga D. Regruto R. Tóth Abstract In this work a new synthesis approach is proposed to design fixed-order H controllers

More information

Germain Garcia. LAAS CNRS University of Toulouse : INSA. 40th Anniversary of LAAS CNRS

Germain Garcia. LAAS CNRS University of Toulouse : INSA. 40th Anniversary of LAAS CNRS Germain Garcia LAAS CNRS University of Toulouse : INSA OUTLINE Objective : Give an overview of some works developed in LAAS CNRS in Control design. The presentation is non exhaustive and presents only

More information

IE 521 Convex Optimization

IE 521 Convex Optimization Lecture 14: and Applications 11th March 2019 Outline LP SOCP SDP LP SOCP SDP 1 / 21 Conic LP SOCP SDP Primal Conic Program: min c T x s.t. Ax K b (CP) : b T y s.t. A T y = c (CD) y K 0 Theorem. (Strong

More information

Delay-dependent stability and stabilization of neutral time-delay systems

Delay-dependent stability and stabilization of neutral time-delay systems INTERNATIONAL JOURNAL OF ROBUST AND NONLINEAR CONTROL Int. J. Robust Nonlinear Control 2009; 19:1364 1375 Published online 6 October 2008 in Wiley InterScience (www.interscience.wiley.com)..1384 Delay-dependent

More information

IN many practical systems, there is such a kind of systems

IN many practical systems, there is such a kind of systems L 1 -induced Performance Analysis and Sparse Controller Synthesis for Interval Positive Systems Xiaoming Chen, James Lam, Ping Li, and Zhan Shu Abstract This paper is concerned with the design of L 1 -

More information

Stability lectures. Stability of Linear Systems. Stability of Linear Systems. Stability of Continuous Systems. EECE 571M/491M, Spring 2008 Lecture 5

Stability lectures. Stability of Linear Systems. Stability of Linear Systems. Stability of Continuous Systems. EECE 571M/491M, Spring 2008 Lecture 5 EECE 571M/491M, Spring 2008 Lecture 5 Stability of Continuous Systems http://courses.ece.ubc.ca/491m moishi@ece.ubc.ca Dr. Meeko Oishi Electrical and Computer Engineering University of British Columbia,

More information

Linear Systems with Saturating Controls: An LMI Approach. subject to control saturation. No assumption is made concerning open-loop stability and no

Linear Systems with Saturating Controls: An LMI Approach. subject to control saturation. No assumption is made concerning open-loop stability and no Output Feedback Robust Stabilization of Uncertain Linear Systems with Saturating Controls: An LMI Approach Didier Henrion 1 Sophie Tarbouriech 1; Germain Garcia 1; Abstract : The problem of robust controller

More information

Figure 3.1: Unity feedback interconnection

Figure 3.1: Unity feedback interconnection Chapter 3 Small Gain Theorem and Integral Quadratic Constraints This chapter presents a version of the small gain theorem for L2 gains, and then proceeds to introduce the general technique of working with

More information

Delay-Dependent Stability Criteria for Linear Systems with Multiple Time Delays

Delay-Dependent Stability Criteria for Linear Systems with Multiple Time Delays Delay-Dependent Stability Criteria for Linear Systems with Multiple Time Delays Yong He, Min Wu, Jin-Hua She Abstract This paper deals with the problem of the delay-dependent stability of linear systems

More information

Stability Region Analysis using polynomial and composite polynomial Lyapunov functions and Sum of Squares Programming

Stability Region Analysis using polynomial and composite polynomial Lyapunov functions and Sum of Squares Programming Stability Region Analysis using polynomial and composite polynomial Lyapunov functions and Sum of Squares Programming Weehong Tan and Andrew Packard Abstract We propose using (bilinear) sum-of-squares

More information

Didier HENRION henrion

Didier HENRION   henrion POLYNOMIAL METHODS FOR ROBUST CONTROL PART I.1 ROBUST STABILITY ANALYSIS: SINGLE PARAMETER UNCERTAINTY Didier HENRION www.laas.fr/ henrion henrion@laas.fr Pont Neuf over river Garonne in Toulouse June

More information

Stability and Robustness Analysis of Nonlinear Systems via Contraction Metrics and SOS Programming

Stability and Robustness Analysis of Nonlinear Systems via Contraction Metrics and SOS Programming arxiv:math/0603313v1 [math.oc 13 Mar 2006 Stability and Robustness Analysis of Nonlinear Systems via Contraction Metrics and SOS Programming Erin M. Aylward 1 Pablo A. Parrilo 1 Jean-Jacques E. Slotine

More information

SYNTHESIS OF ROBUST DISCRETE-TIME SYSTEMS BASED ON COMPARISON WITH STOCHASTIC MODEL 1. P. V. Pakshin, S. G. Soloviev

SYNTHESIS OF ROBUST DISCRETE-TIME SYSTEMS BASED ON COMPARISON WITH STOCHASTIC MODEL 1. P. V. Pakshin, S. G. Soloviev SYNTHESIS OF ROBUST DISCRETE-TIME SYSTEMS BASED ON COMPARISON WITH STOCHASTIC MODEL 1 P. V. Pakshin, S. G. Soloviev Nizhny Novgorod State Technical University at Arzamas, 19, Kalinina ul., Arzamas, 607227,

More information

Structured LPV Control of Wind Turbines

Structured LPV Control of Wind Turbines fda@es.aau.dk Department of Electronic Systems, November 29, 211 Agenda Motivation Main challenges for the application of wind turbine control: Known parameter-dependencies (gain-scheduling); Unknown parameter

More information

Linear Matrix Inequality (LMI)

Linear Matrix Inequality (LMI) Linear Matrix Inequality (LMI) A linear matrix inequality is an expression of the form where F (x) F 0 + x 1 F 1 + + x m F m > 0 (1) x = (x 1,, x m ) R m, F 0,, F m are real symmetric matrices, and the

More information

Solving polynomial static output feedback problems with PENBMI

Solving polynomial static output feedback problems with PENBMI Solving polynomial static output feedback problems with PENBMI Didier Henrion, Johan Löfberg, Michal Kočvara, Michael Stingl Abstract An algebraic formulation is proposed for the static output feedback

More information

Robust conic quadratic programming with ellipsoidal uncertainties

Robust conic quadratic programming with ellipsoidal uncertainties Robust conic quadratic programming with ellipsoidal uncertainties Roland Hildebrand (LJK Grenoble 1 / CNRS, Grenoble) KTH, Stockholm; November 13, 2008 1 Uncertain conic programs min x c, x : Ax + b K

More information

Selected Examples of CONIC DUALITY AT WORK Robust Linear Optimization Synthesis of Linear Controllers Matrix Cube Theorem A.

Selected Examples of CONIC DUALITY AT WORK Robust Linear Optimization Synthesis of Linear Controllers Matrix Cube Theorem A. . Selected Examples of CONIC DUALITY AT WORK Robust Linear Optimization Synthesis of Linear Controllers Matrix Cube Theorem A. Nemirovski Arkadi.Nemirovski@isye.gatech.edu Linear Optimization Problem,

More information

I. D. Landau, A. Karimi: A Course on Adaptive Control Adaptive Control. Part 9: Adaptive Control with Multiple Models and Switching

I. D. Landau, A. Karimi: A Course on Adaptive Control Adaptive Control. Part 9: Adaptive Control with Multiple Models and Switching I. D. Landau, A. Karimi: A Course on Adaptive Control - 5 1 Adaptive Control Part 9: Adaptive Control with Multiple Models and Switching I. D. Landau, A. Karimi: A Course on Adaptive Control - 5 2 Outline

More information

ROBUST CONSTRAINED REGULATORS FOR UNCERTAIN LINEAR SYSTEMS

ROBUST CONSTRAINED REGULATORS FOR UNCERTAIN LINEAR SYSTEMS ROBUST CONSTRAINED REGULATORS FOR UNCERTAIN LINEAR SYSTEMS Jean-Claude HENNET Eugênio B. CASTELAN Abstract The purpose of this paper is to combine several control requirements in the same regulator design

More information

Nonlinear Control Design for Linear Differential Inclusions via Convex Hull Quadratic Lyapunov Functions

Nonlinear Control Design for Linear Differential Inclusions via Convex Hull Quadratic Lyapunov Functions Nonlinear Control Design for Linear Differential Inclusions via Convex Hull Quadratic Lyapunov Functions Tingshu Hu Abstract This paper presents a nonlinear control design method for robust stabilization

More information

Stability and performance analysis for input and output-constrained linear systems subject to multiplicative neglected dynamics

Stability and performance analysis for input and output-constrained linear systems subject to multiplicative neglected dynamics 29 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 1-12, 29 WeB17.3 Stability and performance analysis for input and output-constrained linear systems subject to multiplicative

More information