custom built transfer function block in simulink
Mostrar comentarios más antiguos
I want to create a block of transfer function "2s+1" in Simulink.When I try to add ,by editing 1/s+1,could edit numerator for 2s+1 but recieve error message on editing denominator value to 1.Please guide how to proceed.Also,please help me to know,if a transfer function created in matlab by code,can it be converted to the respective block in .mdl file,by any way?
Respuestas (2)
Guy Rouleau
el 10 de Feb. de 2012
0 votos
After you open the block dialog, click on the "Help" button... it should explain everything.
You can find the same here:
Kaustubha Govind
el 13 de Feb. de 2012
0 votos
The "s" is a derivative term, so why not just use the Derivative block, followed by a Gain=2, and add that output back to the input to get "2s+1".
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!