How to represent Simulink block diagrams to transfer functions?

4 visualizaciones (últimos 30 días)
Is there a function in Simulink that allows a modelled system consisting of multiple block diagrams to be represented as a single overall transfer function of the system?
Many thanks!

Respuesta aceptada

Arkadiy Turevskiy
Arkadiy Turevskiy el 25 de Mzo. de 2013
Editada: Arkadiy Turevskiy el 25 de Mzo. de 2013
There is a function linearize in Simulink Control Design add-on that you can use to linearize a Simulink model at a specific operating point. The resulting transfer function represents dynamics of the overall Simulink model around the specified operating point. If the Simulink model is linear, then resulting transfer function represents Simulink model at all conditions.
Please take a look at the linearization page to get more details and to see examples.

Más respuestas (1)

Azzi Abdelmalek
Azzi Abdelmalek el 25 de Mzo. de 2013
Editada: Azzi Abdelmalek el 25 de Mzo. de 2013
If you mean, just by using the name of your model, I'am not sure that is possible, you have to indicate each block in your model and how they are related
You can use connect function to create your model in Matlab.

Categorías

Más información sobre Time and Frequency Domain Analysis en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by