Sensitivity functions of plant-controller feedback loop
loops = loopsens(P,C)
loops = loopsens(P,C)
creates a struct
, loops
, whose
fields contain the multivariable sensitivity, complementary and open-loop
transfer functions. The closed-loop system consists of the controller C
in
negative feedback with the plant P
. C
should
only be the compensator in the feedback path, not any reference channels,
if it is a 2-Dof controller as seen in the figure below. The plant
and compensator P
and C
can
be constant matrices, double, lti
objects, frd/ss/tf/zpk
,
or uncertain objects umat/ufrd/uss
.
The loops
returned variable is a structure
with fields:
Field | Description |
---|---|
Poles | Closed-loop poles. |
Stable | 1 if nominal closed loop is stable, 0 otherwise. |
Si | Input-to-plant sensitivity function |
Ti | Input-to-plant complementary sensitivity function |
Li | Input-to-plant loop transfer function |
So | Output-to-plant sensitivity function |
To | Output-to-plant complementary sensitivity function |
Lo | Output-to-plant loop transfer function |
PSi | Plant times input-to-plant sensitivity function |
CSo | Compensator times output-to-plant sensitivity function |
The multivariable closed-loop interconnection structure, shown below, defines the input/output sensitivity, complementary sensitivity, and loop transfer functions.
The following table gives the values of the input and output sensitivity functions for this control structure.
Description | Equation |
---|---|
Input sensitivity Si (closed-loop transfer function from d1 to e1) | Si = (I + CP)–1 |
Input complementary sensitivity Ti (closed-loop transfer function from d1 to e2) | Ti = CP(I + CP)–1 |
Output sensitivity So (closed-loop transfer function from d2 to e2) | So = (I + PC)–1 |
Output complementary sensitivity To (closed-loop transfer function from d2 to e4) | To = PC(I + PC)–1 |
Input loop transfer function Li | Li = CP |
Output loop transfer function Lo | Lo = PC |
diskmargin
| robstab
| wcdiskmargin
| wcgain