Simulation of transfer function with variable denominator

1 回表示 (過去 30 日間)
Abrar
Abrar 2019 年 3 月 7 日
コメント済み: Fangjun Jiang 2019 年 3 月 8 日
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
Fangjun Jiang 2019 年 3 月 7 日
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
Abrar 2019 年 3 月 8 日
thank you for the responce. What will be the input to the integrator block in this case?
Fangjun Jiang
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by