photo

Bhindhiya


Last seen: 9ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How can I simulate the effect of a step disturbance on a plant output that is in feedback to the controller?
bz = [0.1]; az=[1 -0.9]; ts=0.1; Gz=tf(bz,az,ts); [kpid,info] = pidtune(Gz,'pid'); T_pi = feedback(kpid*Gz, 1); step(T_pi)...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How can I best represent an SOPTD in Simulink?
Hi all, I am trying to express a SOPTD (Second Order Plant with Time Delay) in Simulink to learn about control systems. What i...

1年以上 前 | 1 件の回答 | 0

1

回答