Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
Emilia
Emilia el 13 de Jul. de 2021
Comentada: Star Strider el 13 de Jul. de 2021
Hello,
I want to double x(t)*G(s) to get y(t) , How to do it in Matlab.
Thanks in advance
  1 comentario
Star Strider
Star Strider el 13 de Jul. de 2021
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) = 
.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Numbers and Precision en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by