Lag Compensator Simulink Model
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hwajin Choi
il 14 Apr 2021
Risposto: Hrishikesh Borate
il 20 Apr 2021
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 Commenti
Risposta accettata
Hrishikesh Borate
il 20 Apr 2021
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Block and Blockset Authoring in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!