필터 지우기
필터 지우기

modelling simulink block diagram

조회 수: 2 (최근 30일)
Holaar
Holaar 2014년 2월 5일
답변: Azzi Abdelmalek 2014년 2월 5일
I'm using simulink to model the following:
U(s) ------> 2s+6 ------> X(s)
So the input U(s) multiplied by (2s+6) gives the output X(s). Now my problem is which block in simulink allows me to write (2s+6)? Should it be a gain? But then gain blocks require a numerical value, and this 2s+6 obviously has s. How do I do this. THanks.

채택된 답변

Anuj
Anuj 2014년 2월 5일
Go to simulink lobrary and type transfer fcn.
  댓글 수: 3
Anuj
Anuj 2014년 2월 5일
s in numerator means differntiation, you can use derivative block multiplied by 2 and then add 6 to get 2s+6.
Holaar
Holaar 2014년 2월 5일
ok so du/dt = s. What about s^2? I just link up two derivative blocks? THanks a lot

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

추가 답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 2월 5일
Try this approximation:
(2s+6)/(0.0000001s+1)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by