Simulation of transfer function with variable denominator
이전 댓글 표시
hello,
i am trying to simulate a system which has transfer function as follows:

where the parameter A can take any real value. Now, the value of A can be set when simulation is stopped but I want to be able to change it during simulation, e.g. with a slider.
How can I do this in simulink.
답변 (1개)
Fangjun Jiang
2019년 3월 7일
0 개 추천
You can implement this transfer function using an Integrator block, a Gain block (or a Product block) and a Sum block with a feedback loop. Then you can connect the Slider to the Gain block or the Constant block (if using Product).
댓글 수: 2
Abrar
2019년 3월 8일
Fangjun Jiang
2019년 3월 8일
The input will be (x-y). Just try to construct the transfer function using those blocks and you will see how A can be varied.
카테고리
도움말 센터 및 File Exchange에서 Additional Math and Discrete에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!