graphsymbols

版本 1.1.0.0 (5.8 KB) 作者: Daniel J. Auger
Compute the normalized left and right coprime graph symbols of a system.
398.0 次下载
更新时间 2013/2/19

查看许可证

Graph symbols are a mathematical construct that are useful in the analysis of uncertain systems in feedback control. The function graphsymbols has been written to provide any easy way to compute them. Specifically, for some system P, it computes the Gl, a normalized left coprime graph symbol, Gr, a normalized right coprime graph symbol.

This function provides functionality that is not in Control System Toolbox or Robust Control Toolbox. It is compatible with both products.

USAGE

[Gl,Gr] = graphsymbols(P) computes the normalized left and right graph symbols of a system (Vinnicombe, 2000, p.292-294). These can be used in robust control as building blocks for the analysis of the effects of uncertainty on system behavior.

This function uses the same sign and ordering conventions as the reference:

Gl = [-Ml, Nl]
Gr = [Nr; Mr]

Gl and Gr satisfy the following conditions:
* Gl and Gr are stable.
* Gl is normalized left coprime: Gl * Gl' = I
* Gr is normalized right coprime: Gr' * Gr = I
* Gl is a left graph symbol: Gl * [P;I] = 0
* Gr is a right graph symbol: [-I,P] * Gr = 0

These conditions are checked by the function and any detected issues are reported as warnings.

REFERENCE

1. Vinnicombe, G. (2000) Uncertainty and Feedback: H-Infinity Loop-Shaping and the v-Gap Metric. London: Imperial College.

引用格式

Daniel J. Auger (2024). graphsymbols (https://www.mathworks.com/matlabcentral/fileexchange/40341-graphsymbols), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Improved numerical robustness and reporting of numerical problems. Improved help comments.

1.0.0.0