Routh Pade Approximation

To Compute Routh-Pade Approximant of a given stable transfer function to a desired degree.
ダウンロード: 503
更新 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 Center および MATLAB AnswersStability Analysis についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0