| Robust Control Toolbox | |
| Provide feedback about this page |
Assess robust stability of polytopic or parameter-dependent system
Syntax
Description
pdlstab
uses parameter-dependent Lyapunov functions to establish the stability of uncertain state-space models over some parameter range or polytope of systems. Only sufficient conditions for the existence of such Lyapunov functions are available in general. Nevertheless, the resulting robust stability tests are always less conservative than quadratic stability tests when the parameters are either time-invariant or slowly varying.
For an affine parameter-dependent system
= A(p)x + B(p)u
with p = (p1, . . ., pn)
Rn, pdlstab seeks a Lyapunov function of the form
such that dV(x, p)/dt < 0 along all admissible parameter trajectories. The system description pds is specified with psys and contains information about the range of values and rate of variation of each parameter pi.
For a time-invariant polytopic system
= Ax + Bu
y = Cx + Du
|
(5-19) |
pdlstab
seeks a Lyapunov function of the form
) = xTQ(
)-1x, Q(
) =
1Q1 + . . .+
nQn
such that dV(x,
)/dt < 0 for all polytopic decompositions (9-19).
Several options and control parameters are accessible through the optional argument options:
options(1)=0 tests robust stability (default)
options(2)=0, pdlstab uses simplified sufficient conditions for faster running times. Set options(2)=1 to use the least conservative conditions
Remark
For affine parameter-dependent systems with time-invariant parameters, there is equivalence between the robust stability of
|
(5-20) |
|
(5-21) |
However, the second system may admit an affine parameter-dependent Lyapunov function while the first does not.
In such case, pdlstab automatically restarts and tests stability on the dual system (9-21) when it fails on (9-20).
See Also
quadstab Quadratic stability of polytopic or affine
parameter-dependent systems
| Provide feedback about this page |
![]() | normalized2actual | pdsimul | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |