Laplace Transform of differential equations

3 次查看(过去 30 天)
i have a plant model with seven ODEs (cX)'=f(cX,cS,cP,Tr), (cP)'=f(cX,cS,cP), (cS)'=f(cX,cS,cP,Tr), (cO2)'=f(cX,cO2,Tr), d(Tr)'=f(Tr,Tag), d(Tag)'=f(Tr,Tag) where ' denote 1st order differential w.r.t time how do i convert to laplace domain so as to apply frequency analysis to do control design?

采纳的回答

Star Strider
Star Strider 2016-5-14
You would probably need at least the Symbolic Math Toolbox. I would need to see your actual functions (time-domain differential equations) to help you put them in a form that the Control systems Toolbox could use. The Symbolic Math Toolbox — at least the MuMath representation of it in the Symbolic Math Toolbox — is not always easy to work with. I have not delved into MuMath, so I have no idea what other capabilities it might have that the Symbolic Math Toolbox does not. My relatively straigtforward applications of it never caused problems.
Your differential equations must be linear and time-invariant with constant coefficients to be transformed into Laplace space to be used in transfer functions. If that is successful, The rest is a matter of coding. To the best of my knowledge, there are no straightforward methodS to transform Symbolic Math Laplace Transforms to the Control Systems Toolbox functions, so you must apply some ingenuity. There may be more efficient ways to do this; I‘ve not searched.
  8 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by