How do I give two inputs to the transfer function block in Simulink?

조회 수: 32 (최근 30일)
Aishwarya Bangalore Kumar
Aishwarya Bangalore Kumar 2018년 2월 12일
댓글: Birdman 2018년 2월 13일
In my simulation, I am trying to generate an output with two control inputs for the transfer function block. But the block allows only 1 input. Is there a way I can provide 2 inputs to it without having to give it separately?

답변 (1개)

Birdman
Birdman 2018년 2월 12일
By using Mux and discretizing the continuous transfer function from Analysis->Control Design->Model Discretizer in Simulink menu, you can do it. See the attached model for the usage.
  댓글 수: 3
Aishwarya Bangalore Kumar
Aishwarya Bangalore Kumar 2018년 2월 12일
Could you please explain it clearly ??
Birdman
Birdman 2018년 2월 13일
If you have opened up the model, you will see that Mux is an element that helps to create a nx1 vector from the inputs it has. In this case, since it has 2 inputs, the output of Mux is a 2x1 vector. Then, that signal goes into DISCRETIZED TRANSFER FUNCTION, NOT CONTINUOUS, and calculates the output for two different step input. This is the case.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by