photo

Komal Damodara


Last seen: environ 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
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...

plus de 5 ans il y a | 0