Borrar filtros
Borrar filtros

Basic help with simulink model

1 visualización (últimos 30 días)
Ritwik Dhar
Ritwik Dhar el 8 de Jun. de 2018
Editada: Stephan el 8 de Jun. de 2018
I am trying to run this model but what are the PIn and POut blocks in the image below. Also how do I create the efficiency block? Please help as I am new to this.

Respuesta aceptada

Stephan
Stephan el 8 de Jun. de 2018
Editada: Stephan el 8 de Jun. de 2018
Hi,
to measure an efficiency of a technical structure you have to calculate the ratio of the power you get out of this technical structure (Pout) and the power you put into this technical structure (Pin). If you have both of these values you can calculate the ratio of them
eta = Pout / Pin
and you have the efficiency of this technical structure. So these values are the power values of your system.
When you double click on the Pin or the Pout Blocks in the Simulink example the corresponding subsystems open and you see whats going on in there. For Pin and Pout it are power sensors:
Same when you click on the claculate efficiency block - the subsystem opens and you find how the block was built.
Another way to built this function would be
matlabFunctionBlock
command - if you have symbolic toolbox.
Best regards
Stephan

Más respuestas (0)

Categorías

Más información sobre Programmatic Model Editing 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!

Translated by