Routh Pade Approximation

To Compute Routh-Pade Approximant of a given stable transfer function to a desired degree.
502 Downloads
Updated 27 Apr 2012

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Stability Analysis in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0