Routh Pade Approximation

To Compute Routh-Pade Approximant of a given stable transfer function to a desired degree.
503 download
Aggiornato 27 apr 2012

Visualizza la licenza

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2007a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Stability Analysis in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0