經安全檢測,此網站為安全網站,請放心前往原始網址!

Control Tutorials for MATLAB and Simulink - Motor Speed: PID Controller Design

Now let's design a controller using the methods introduced in the Introduction: PID Controller Design page. Create a new m-file and type in the following commands. J = 0.01; b = 0.1; K = 0.01; R = 1; L = 0.5; s = tf('s'); P_motor = K/((J*s+b)*(L*s+R)+K^2)

ctms.engin.umich.edu

網址安全性掃描由 google 提供