getLimits
Validity range for uncertain real (ureal
)
parameters
Description
When the uncertainty range of a ureal
parameter is not
centered at its nominal value, there are restrictions on the range of values the
parameter can take. For robust stability analysis, these restrictions mean that the
smallest destabilizing perturbation of the parameter may be out of the reach of the
specified ureal
model. Use getLimits
to find out
the range of actual and normalized values that a ureal
parameter can
take.
[
computes the intervals of actual and normalized values that an uncertain real
parameter can take. For meaningful analysis results, the actual and normalized
values of ActLims
,NormLims
] = getLimits(ublk
)ublk
must remain in these intervals. Values outside
these intervals are essentially meaningless. In other words,
ActLims
and NormLims
are the ranges of
validity of the uncertainty model for real parameters.
Examples
Input Arguments
Output Arguments
Algorithms
Analysis functions such as robstab
and
robgain
model uncertain real parameters as:
where u is the actual value, unom is the nominal value, and Δ is the normalized value. When the uncertainty range is centered at the nominal value, there are no restrictions on the values u or Δ can take. However, when the uncertainty range is skewed, there are limitations on these values. To ensure continuity, the analysis functions restrict the values Δ and u to the ranges:
where DL and DR define the uncertainty range of u, [unom–DL,unom+DR]. Note that b and DR–DL always have the same sign.
Version History
Introduced in R2018a