Lag Compensator Simulink Model
조회 수: 3 (최근 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
댓글 수: 0
채택된 답변
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].
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Block and Blockset Authoring에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!