Community Profile

photo

Komal Damodara


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
how to get PID output?
s = tf('s'); P_ball = 0.48/s^2; Kp =2; Kd =1; Ki=.75; C = pid(Kp,Ki,Kd); sys_cl=feedback(C*P_ball,1); t=0:0.01:5; step(s...

5 years ago | 0

Answered
how to get PID output?
s = tf('s'); P_ball = 0.48/s^2; Kp =2; Kd =1; Ki=.75; C = pid(Kp,Ki,Kd); sys_cl=feedback(C*P_ball,1); t=0:0.01:5; step(s...

5 years ago | 0