Code covered by the BSD License  

Highlights from
Time Function from Laplace Transform

Be the first to rate this file! 6 Downloads (last 30 days) File Size: 2.34 KB File ID: #39955
image thumbnail

Time Function from Laplace Transform

by Duane Hanselman

 

22 Jan 2013

Return function handle that evaluates inverse Laplace transform.

| Watch this File

File Information
Description

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.

Required Products MATLAB
MATLAB release MATLAB 7.8 (R2009a)
Tags for This File  
Everyone's Tags
control design, mathematics
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.

Contact us