rho - frequency-wise stability margin
rho calculates the frequency-wise stability margin for a plant-controller pair. This gives the user the ability to understand how the closed-loop robustness varies according to frequency.
This function provides functionality that is not in Control System Toolbox or Robust Control Toolbox. It is compatible with both products.
Usage:
[r,rinf,omega] = rho(P,C) or [r,rinf] = rho(P,C,omega) returns the frequency-wise stability margin for the plant-controller pair [P,C] as defined in Vinnicombe (2000, p.68). This essentially gives a frequency-wise measure of the plant-controller pair's robustness. rinf is the infimum of r, unless [P,C] is unstable in which case it is set to zero and a warning message is generated.
rho(P,C) or rho(P,C,omega) without any output arguments will display the results in graphical form.
REFERENCE
1. Vinnicombe, G. (2000) Uncertainty and Feedback: H-Infinity Loop-Shaping and the v-Gap Metric. London: Imperial College
See also: sigma
Citar como
Daniel J. Auger (2025). rho - frequency-wise stability margin (https://www.mathworks.com/matlabcentral/fileexchange/40306-rho-frequency-wise-stability-margin), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.