Pade Approximation
Version 1.0.0.0 (1.75 KB) by
Janardhanan Sivaramakrishnan
Computes the reduced order model for a given system by matching time moments
Given a transfer function G, the script computes an approximate reduced order model of the system using the technique of moment matching.
If
R=Pade_Approximation(G,r)
If the power series expansion of G is
G=c0+c1*s+c2*s^2+...+c_(2r)s^(2r)+c_(2r+1)s^(2r+1)+...
and then that of R would be
R=c0+c1*s+c2*s^2+...+c_(2r)s^(2r)+.....
with the first 2r coefficients of both series being matched.
Cite As
Janardhanan Sivaramakrishnan (2026). Pade Approximation (https://in.mathworks.com/matlabcentral/fileexchange/21466-pade-approximation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Control Systems > Control System Toolbox > Dynamic System Models >
- Control Systems > Control System Toolbox > Dynamic System Models > Model Order Reduction >
Find more on Dynamic System Models in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Corrected : Errors in handing number of inputs/outputs. |
