rho - frequency-wise stability margin

版本 1.1.0.0 (4.5 KB) 作者: Daniel J. Auger
Frequency-wise stability margin for a [P,C] pair
551.0 次下载
更新时间 2013/2/14

查看许可证

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

引用格式

Daniel J. Auger (2024). rho - frequency-wise stability margin (https://www.mathworks.com/matlabcentral/fileexchange/40306-rho-frequency-wise-stability-margin), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Stability Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Fixed a bug: sign convention of feedback stability test was wrong. Also clarified sign convention. Altered test scripts to make the sign convention clearer.

1.0.0.0