Borrar filtros
Borrar filtros

Simulink execution for plant transfer function

1 visualización (últimos 30 días)
Ketan Shende
Ketan Shende el 27 de Mzo. de 2021
Respondida: Pavan Guntha el 31 de Mzo. de 2021
How do you execute the following plant transfer function in simulink? especially the switch at T = 1.0 sec

Respuestas (1)

Pavan Guntha
Pavan Guntha el 31 de Mzo. de 2021
Hi Ketan,
You can refer to the documentations of LTI system and Transfer Fcn blocks to generate the transfer functions.
For the transfer function which contains exp(-sT) term you can refer to the Specifying time delays documentation page for more details. Time delay approximation is another alternative which can be conisdered to model such exponential terms in transfer functions.
For the switch part, you could use clock block to get track of the current simulation time and use a switch to properly route the signal to the next blocks. This is illustrated in the figure below:
Hope this helps!

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by