| Robust Control Toolbox | |
| Provide feedback about this page |
Mixed H2/H
synthesis with pole placement constraints
Syntax
Description
h2hinfyn
performs multi-objective output-feedback synthesis. The control problem is sketched in this figure.
Figure 5-4: Mixed H2/H
synthesis
If T
(s) and T2(s) denote the closed-loop transfer functions from w to z
and z2, respectively, hinfmix computes a suboptimal solution of the following synthesis problem:
Design an LTI controller K(s) that minimizes the mixed H2/H
criterion
Recall that ||.||
and ||.||2 denote the H
norm (RMS gain) and H2 norm of transfer functions.
P is any SS, TF, or ZPK LTI representation of the plant P(s), and r is a three-entry vector listing the lengths of z2, y, and u. Note that z
and/or z2 can be empty. The four-entry vector obj = [
0,
0,
,
] specifies the H2/H
constraints and trade-off criterion, and the remaining input arguments are optional:
region specifies the LMI region for pole placement (the default region = [] is the open left-half plane). Use lmireg to interactively build the LMI region description region
dkbnd is a user-specified bound on the norm of the controller feedthrough matrix DK. The default value is 100. To make the controller K(s) strictly proper, set dkbnd = 0.
tol is the required relative accuracy on the optimal value of the trade-off criterion (the default is 10-2).
The function h2hinfsyn returns guaranteed H
and H2 performances gopt and h2opt as well as the SYSTEM matrix K of the LMI-optimal controller. You can also access the optimal values of the LMI variables R, S via the extra output arguments R and S.
A variety of mixed and unmixed problems can be solved with hinfmix. In particular, you can use hinfmix to perform pure pole placement by setting obj = [0 0 0 0]. Note that both z
and z2 can be empty in such case.
Reference
Chilali, M., and P. Gahinet, "H
Design with Pole Placement Constraints: An LMI Approach," to appear in IEEE Trans. Aut. Contr., 1995.
Scherer, C., "Mixed H2 H-infinity Control," to appear in Trends in Control: A European Perspective, volume of the special contributions to the ECC 1995.
See Also
lmiregSpecify LMI regions for pole placement purposes
msfsynMulti-model/multi-objective state-feedback synthesis
| Provide feedback about this page |
![]() | gridureal | h2syn | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |