필터 지우기
필터 지우기

how to to make model on simulink to check rise time ,overshoot ,steady state error of tf ?

조회 수: 4 (최근 30일)
i have derived an tf
Gs=0.05/(s^2+0.2*s+0)
i know the code to write the tf and get the rise time and steady state error form the graph but i donot konw how to make it in simulink can any body help

답변 (2개)

Saurabh
Saurabh 2023년 6월 4일
Hi,
Did you take a look to the Matlab documentation? Take a look here:
But, for this you need to have control system tool box.

Sam Chak
Sam Chak 2023년 6월 4일
Since you can use tf() function, I presume you have the Control System Toolbox.
In the Simulink model, you can send the output data (yout) to MATLAB Workspace from the Simulink model using the To Workspace block.
To identify the step-response characteristics, you can use the following syntax:
S = stepinfo(yout, tout)

카테고리

Help CenterFile Exchange에서 Simulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by