How to double the x(t) with transfer Functions to get y(t)

4 次查看(过去 30 天)
Hello,
I want to double x(t)*G(s) to get y(t) , How to do it in Matlab.
Thanks in advance
  1 个评论
Star Strider
Star Strider 2021-7-13
That specific result does not appear to be an option:
syms s t
G(s) = 0.5 / (0.04*s^3 + 0.04*s^2 + s)
G(s) = 
g(t) = ilaplace(G,s,t)
g(t) = 
g = vpa(g,5)
g(t) = 
.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Numbers and Precision 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by