How do l increase the process gain by a factor of 10 and the time constant by a factor of 10

18 Ansichten (letzte 30 Tage)
l simulated the response of my transfer function as shown on the attached image. Now l need to increase the process gain by a factor of 10 and the time constant by a factor of 10. How do l do it?

Antworten (1)

Mathieu NOE
Mathieu NOE am 1 Okt. 2025 um 16:17
hello
you simply need to change the numerator and denominator values
double click on the process block and change :
  • numerator : 1 =>10
  • denominator : [2 1] => [20 1]

Community Treasure Hunt

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

Start Hunting!

Translated by