How to create this transfer function Block?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Siripot Ruglheck
le 17 Août 2015
Modifié(e) : Sebastian Castro
le 17 Août 2015
I have a problems about How to create the transfer function block same in picture (I attached in this topic) by use simulink.
Thank you.

0 commentaires
Réponse acceptée
Sebastian Castro
le 17 Août 2015
Modifié(e) : Sebastian Castro
le 17 Août 2015
Ah, good old ramp tracking filters...
If you have the Control System Toolbox, you can use an LTI System block and enter the following in the block dialog:
( tf([T8 1],1) / (tf([T9 1],1))^M )^N
Otherwise, if you do not have access to the toolbox and the built-in transfer function objects, you can use a regular Simulink Transfer Fcn block. The numerator and denominator can be found using the conv function, though this will be a little tougher to figure out.
- Sebastian
0 commentaires
Plus de réponses (1)
Siripot Ruglheck
le 17 Août 2015
Modifié(e) : Siripot Ruglheck
le 17 Août 2015
1 commentaire
Sebastian Castro
le 17 Août 2015
Oops, good catch. I totally messed that up :)
Corrected my post so others seeing this don't copy the wrong thing too.
Voir également
Catégories
En savoir plus sur Event Functions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!