Mu Analysis and Synthesis Toolbox | ![]() ![]() |
Compute an H controller for a SYSTEM interconnection matrix that minimizes the entropy integral at a specific frequency
Syntax
[k,g,gfin,ax,ay,hamx,hamy] = hinfsyne(p,nmeas,ncon,... gmin,gmax,tol,s0,quiet,ricmethd,epr,epp)
Description
hinfsyne
is a variation of hinfsyn
and calculates an H controller that achieves the infinity norm
gfin
for the interconnection structure p
. The controller, k
, stablizes the SYSTEM matrix p
and has the same number of states as p
. Of the controllers achieving this norm
bound, k
is chosen to minimize an entropy integral relating to the point s0
; i.e.,
where g
is the closed-loop transfer function. In addition, the amount of printing on the screen can be controlled.
ax
, ay
, hamx
, and hamy
correspond to scaled or balanced data.
The hinfsyne
program outputs several variables, which can be checked to ensure that the above conditions are being met. For each Algorithm
hinfsyne
uses the formulas similar to the ones described in the Glover and Doyle paper for solution to the H control design problem. See the
hinfsyn
command for more information.
hinf_st
, hinf_gam
, hinfe_c
, hinf_gam
calls: ric_eig
, ric_schr
, csord
, and cgivens
Reference
Doyle, J.C., K. Glover, P. Khargonekar, and B. Francis, "State-space solutions to standard H2 and H control problems," IEEE Transactions on Automatic Control, vol. 34, no. 8, pp. 831-847, August 1989.
norm
bound and relations to risk sensitivity," Systems and Control Letters, vol. 11, pp. 167-172, 1988.
See Also
dhfsyn
, hinfsyn
, hinffi
, hinfnorm
, h2syn
, h2norm
, ric_eig
, ric_schr
, sdhfsyn
![]() | hinfsyn | indvcmp | ![]() |