- 积分
- 300
- 注册时间
- 2015-11-8
- 最后登录
- 1970-1-1
- 打卡等级:无名新人
- 打卡总天数:2
- 打卡总奖励:3
|
发表于 2019-6-28 17:21:49
|
显示全部楼层
Unfortunately, the mathematics and algorithm to find the model is too complicated to explain here. Look at this topic.
有没有通用的模型?
如果没有模型,没有参数,怎么完成极点配置?在python模拟器中,设置Kp,Kd K2参数,这不就等于,认为油缸模型就是下面这个等式吗?
Ga(s)=K*ω^2/(s*(s^2+2*ζ*ω*s+ ω^2 ))
Gc(s)=Kp+Kd*s+K2*s^2
Ga(s) is the open loop transfer function.
可否把上面的等式,作为一个比较通用的模型?
Is there a general model?
If there is no model, no parameters, how to complete the pole configuration? In Python simulator, setting Kp, Kd K2 parameters, which is not equal to, think that the cylinder model is the following equation?
Ga(s)=K*ω^2/(s*(s^2+2*ζ*ω*s+ ω^2 ))
Gc(s)=Kp+Kd*s+K2*s^2
Ga(s) is the open loop transfer function.
Can we use the above equation as a more general model?
|
|