Routh Pade Approximation

To Compute Routh-Pade Approximant of a given stable transfer function to a desired degree.
503.0 次下载
更新时间 2012/4/27

查看许可证

The code derives the reduced order approximant of a desired degree for a given transfer function.

The method used is the Routh-Pade Approximation.

Computes the r-th order Routh-Pade Approximation of a given n-th order stable transfer function G, with 1<=r<=n. The denominator of the reduced model is computed using the reduced routh/gamma table. The numerator on the other hand is computed by moment matching.

Example
G=tf([1 2],[1 3 4 5])
r=2;
R=Routh_Pade(G,r)

gives the output

Transfer function:
0.5714 s + 1.143
---------------------
s^2 + 2.286 s + 2.857

引用格式

Janardhanan Sivaramakrishnan (2024). Routh Pade Approximation (https://www.mathworks.com/matlabcentral/fileexchange/36416-routh-pade-approximation), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
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.0.0.0