How I can model the limit of the speed and acceleration using a Simulink block?
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have to simulate a behaviour of a valve.
How I can model the limit of the speed and acceleration in opening?
For the speed I think to use the block "Rate limiter", but for the acceleration, what I can use?
0 commentaires
Réponses (1)
Arnaud Miege
le 21 Juil 2011
Presumably, you're feeding your valve block with a signal representing the opening of the valve. How is that signal generated?
If it is integrated twice from an acceleration signal, you can use two rate limiter blocks (as you found out) to limit both the acceleration and speed rate before integrating. Note that limiting the speed rate is equivalent to limiting the acceleration, and limiting the acceleration rate is equivalent to limiting the derivative of the acceleration. If you want to limit the speed and acceleration, rather than their respective rates, use Saturation blocks instead.
If your opening signals are generated differently, please provide more details as to how they are generated.
HTH,
Arnaud
0 commentaires
Voir également
Catégories
En savoir plus sur Two-Phase Fluid Library dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!