How I can model the limit of the speed and acceleration using a Simulink block?
31 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Arnaud Miege
el 21 de Jul. de 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 comentarios
Ver también
Categorías
Más información sobre Two-Phase Fluid Library en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!