필터 지우기
필터 지우기

Find out timing parameters like rise time, settling time, time constant etc..

조회 수: 3 (최근 30일)
I have doveloved a simulink model for a system. I gave step input to the system and plotted response in scope. no i have to find out the parmeters of this like rise time, settling time, delay time, time constant, steady state error etc. from the scope diagram. how can i do that?

채택된 답변

Renato SL
Renato SL 2019년 8월 21일
If I want to do everything in MATLAB, I would add a branch from the output of the system to a To Workspace block. After that, although I have never used this function, you could do stepinfo (documentation here) and it should present you most of what you are looking for.
I prefer to do it manually, though. In the Scope, I would use Cursor Measurements and get the information on the amplitude and time that I need. If I remember correctly, the theory should cover the definition of rise time, time constant, etc.
  댓글 수: 2
Nagarjuna Arjun
Nagarjuna Arjun 2019년 8월 21일
thank you for response. I have multi input and multi output system. i have developed simulation for this system. for this MIMO how can i findout time parameters.
Renato SL
Renato SL 2019년 8월 21일
I have only done the analysis for SISO system, so at the time I only had to check the one output I have.
If the system is MIMO and all output is the actual output of the system (output as in there is Y1, Y2, Y3, etc and not Y1, Y1', Y1'') then I think the value for rise time, time constant, maximum overshoot, etc for each output should be checked.
I'm sorry if I use confusing terms as I have not discussed this topic in a long time.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Additional Math and Discrete에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by