Lag Compensator Simulink Model

1 次查看(过去 30 天)
I have a lag compensator like below from the MATLAB script.
I want to make it in Simulink. What block should I use and how should I put variables in the block?
Clag =
4.743 s + 0.25
---------------------
0.0527 s + 0.25

采纳的回答

Hrishikesh Borate
Hrishikesh Borate 2021-4-20
Hi,
It’s my understanding that you are trying to define a lag compensator in Simulink. Transfer Fcn block can be used for the same, with Numerator coefficients: [4.743 0.25] and Denominator coefficients: [0.0527 0.25].
For more information, refer to Transfer Fcn block.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Conditional Mean Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by