Evaluate tuning goals for tuned control system
For MIMO feedback loops, the LoopShape
, MinLoopGain
,
MaxLoopGain
, Margins
,
Sensitivity
, and Rejection
goals are
sensitive to the relative scaling of each SISO loop.
systune
tries to balance the overall loop-transfer
matrix while enforcing such goals. The optimal loop scaling is stored in the
tuned closed-loop model or slTuner
interface
T
returned by systune
. For
consistency, evalGoal(R,T)
applies this same scaling when
evaluating the tuning goals. To omit this scaling, use
evalGoal(R,clearTuningInfo(T))
.
Modifying T
might compromise the validity of the stored scaling. Therefore,
if you make significant modifications to T
, retuning is
recommended to update the scaling data.
genss
| systune
| viewGoal
| systune (for slTuner)
(Simulink Control Design)