Optimal Modal Reduction

Optimal Reduced Order State Space
2.1K 次下载
更新时间 2008/9/19

查看许可证

The code computes the optimal reduced order state space model for a given system represented in state space.

The method used to find the reduced order model is based on the paper by Chidambara.

M. R. Chidambara and E. J. Davison, " Further remarks on simplifying linear dynamical systems", IEEE Trans. Auto. Contr. (Correspondence), Vol. 12, pp. 213-214, Apr. 1967.

[A_1,B_1,C_1,D_1,r_opt]=reduced_model(A,B,C,D);

would result in ss(A_1,B_1,C_1,D_1) being the optimal reduced order model for the state space ss(A,B,C,D). The optimal order is given in the output variable r_opt.

引用格式

Janardhanan Sivaramakrishnan (2024). Optimal Modal Reduction (https://www.mathworks.com/matlabcentral/fileexchange/21483-optimal-modal-reduction), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

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