How is sensitivity output of wcgain and robstab functions determined?

1 visualización (últimos 30 días)
I am trying to understand how sensitivity is calculated from these functions. I have gone through the documentation but would like additional details on the calculations.

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 10 de Oct. de 2019
The sensitivity is determined via a finite difference approximation. For each block, the algorithm will perturb the amount of uncertainty by the fraction specified in wcgainOptions, recompute the mu upper bound, and take the ratio of variations.
For additional information, please see the source code rctutil.getCSensitivity for details. You can access this in MATLAB using the following:
>> edit rctutil.getCSensitivity
It might be beneficial if you set breakpoints while running your scripts to see how the individual components are computed while determining sensitivity.

Más respuestas (0)

Categorías

Más información sobre H-Infinity Synthesis en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by