National Instruments 370760B-01 Calculator User Manual


 
4.2. A SIMPLE FLEXIBLE STRUCTURE EXAMPLE 171
We now examine the robustness properties of the new closed loop system. We already
know that the robust performance test will be less than the γ value from the H
synthesis above (in this case 0.2930). The results are again displayed graphically.
Gmug = freq(Gmu,omega)
npbnds = norm(svd(Gmug(4:6,3:4)),inf)
[rsbnds,Drs,Drsinv,Deltars,sensrs] = mu(Gmug(1:3,1:2),[1,2; 1,1])
[rpbnds,D,Dinv,Delta,sens] = mu(Gmug,blk)
gph6 = ctrlplot(npbnds,{log,line
style=4});
gph6 = ctrlplot(rsbnds,gph6,{log,line
style=[3,5]});
gph6 = ctrlplot(rpbnds,gph6,{log,line
style=[1,2]});
gph6 = plot(gph6,{!grid,legend=["Nom perf";"Rob stab (up bnd)";...
"Rob stab (lw bnd)"; "Rob perf (up bnd)";...
"Rob perf (lw bnd)"],title="mu analysis of Gmu"})?