Inverse Laplace Transform function

版本 1.0.0.0 (2.3 KB) 作者: Duane Hanselman
Function handle that evaluates the time function associated with a Laplace Transform.
496.0 次下载
更新时间 2013/1/7

查看许可证

INVLAPFUN Time Function from Laplace Transform.
FUN = INVLAPFUN(B,A) returns a function handle for evaluating the time function FUN(t) associated with the Laplace Transform B(s)/A(s), where B and A are the respective row vectors containing the polynomial coefficients.
FUN = INVLAPFUN(TF) uses the Control Toolbox transfer function object TF.
FUN = INVLAPFUN(ZPK) uses the Control Toolbox zero pole gain object ZPK.
FUN = INVLAPFUN(SS) uses the Control Toolbox state space object SS.

Inputs must be real valued and a single proper transfer function.

FUN(t) evaluates the inverse Laplace transform at the time points in the array t. FUN(t) = 0 for t<0
S = FUN('rpk') return a structure S with fields containing the residues, poles, and direct terms as found by the function RESIDUE. That is,
S.r contains the residues,
S.p contains the poles, and
S.k contains the direct terms.

引用格式

Duane Hanselman (2024). Inverse Laplace Transform function (https://www.mathworks.com/matlabcentral/fileexchange/39753-inverse-laplace-transform-function), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dynamic System Models 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0