댓글 수: 1

Mathieu NOE
Mathieu NOE 2020년 11월 10일
well
open simulink
create a new model and import some first order continuous time blocs and fill the arguments with the appropriate constants
then add a source signal and run the solver

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

답변 (1개)

Jesús Zambrano
Jesús Zambrano 2020년 11월 10일

0 개 추천

Hi Avijit,
In the command window, set values to the parameters Ka, Ta, Tw.
Then, create the transfer functions by writing:
sys1 = tf(Ka, [Ta 1]);
sys2 = tf([Tw 0], [Tw 1]);
Then, plot the response of these functions to a unit step input, by writing:
step(sys1);
step(sys2);
Hope it helps!

카테고리

도움말 센터File Exchange에서 System Identification Toolbox에 대해 자세히 알아보기

제품

질문:

2020년 11월 9일

답변:

2020년 11월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by