Trying to make a specific transfer functino block in Simulink
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I am trying to define the following transfer function block in Simulink:
12.5*exp(-s)/(s^2+s+6.25)
What should I use in the Simulink library?
0 commentaires
Réponse acceptée
Paulo Silva
le 2 Juin 2011
Transfer function block with these parameters:
num=12.5
den=[1 1 6.25]
Connected to a Transport Delay block
2 commentaires
Arnaud Miege
le 3 Juin 2011
http://en.wikipedia.org/wiki/Laplace_transform#Table_of_selected_Laplace_transforms
http://www.mathworks.co.uk/help/toolbox/control/ug/bstzkhr.html
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!