| Robust Control Toolbox | |
| Provide feedback about this page |
Partition LTI system into two-input/two-output system
Syntax
Description
SYS=mktito(SYS,NMEAS,NCONT)
adds TITO (two-input/two-output) partitioning to LTI system SYS, assigning OutputGroup and InputGroup properties such that
Any preexisting OutputGroup or InputGroup properties of SYS are overwritten. TITO partitioning simplifies syntax for control synthesis functions like hinfsyn and h2syn.
Algorithm
[r,c]=size(SYS); set(SYS,'InputGroup', struct('U1',1:c-NCONT,'U2',c-NCONT+1:c)); set(SYS,'OutputGroup',struct('Y1',1:r-NMEAS,'Y2',r-NMEAS+1:r));
Examples
to create a 4-by-5 LTI system P with OutputGroup and InputGroup properties
See Also
augw Augments plant weights for control design
hinfsyn H
synthesis controller
h2syn H2 synthesis controller
ltiprops Help on LTI model properties
sdhinfsyn H
discrete-time controller
| Provide feedback about this page |
![]() | mkfilter | modreal | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |