Borrar filtros
Borrar filtros

how to detemine response parameters from Simulink Graph?

23 visualizaciones (últimos 30 días)
Johnny
Johnny el 2 de Mayo de 2011
Comentada: Jayesh Mohnani el 30 de En. de 2022
hi all, I was wondering that when i plot a graph from Simuink, is there any way of determining the response parameters, like Steady-state error, Damping ratio and time to peak, without calculating them myself. I tried using LTIview but it doesn't let me open a Simulink plot.
Thanks
Johnny

Respuesta aceptada

Arkadiy Turevskiy
Arkadiy Turevskiy el 2 de Mayo de 2011
Save the data that goes into the plot as workspace variables. Use the To Workspace block in Simulink.
Then use stepinfo command in Control System Toolbox: http://www.mathworks.com/help/toolbox/control/ref/stepinfo.html
HTH. Arkadiy
  2 comentarios
Johnny
Johnny el 2 de Mayo de 2011
Is there a way of determining them for a square wave, I should have mentioned that.
regards
Johnny
Arkadiy Turevskiy
Arkadiy Turevskiy el 4 de Mayo de 2011
if your system is linear then you do not need the whole square wave. Just save the results that show system response to the first step, and use that as described in the answer.

Iniciar sesión para comentar.

Más respuestas (1)

Gautam Sagar
Gautam Sagar el 22 de Abr. de 2019
IN THE SCOPE BLOCK: TOOLS ->MEASUREMENTS->BILVEL MEASUREMENTS

Community Treasure Hunt

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

Start Hunting!

Translated by