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

13 次查看(过去 30 天)
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?

回答(1 个)

Mathieu NOE
Mathieu NOE 2025-10-1,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