Scale uncertainty of block or system
scales the amount of uncertainty in an uncertain control design block by
blk_scaled
= uscale(blk
,factor
)factor
. Typically, factor
is a robustness margin
returned by robstab
or robgain
, or a robust performance returned by musynperf
. The
uncertain element blk_scaled
is of the same type as
blk
, with the amount of uncertainty scaled in normalized units. For
instance, if factor
is 0.75, the normalized uncertainty of
blk_scaled
is 75% of the normalized uncertainty of
blk
.
actual2normalized
| musynperf
| normalized2actual
| robgain
| robstab