pid regulator tune by responce.
1 次查看(过去 30 天)
显示 更早的评论
Hello. In embedded code i realize PID-regulator to attitude control for quadrotor. The output of PID-controller ( C ) is input of plant model ( P ). To manage closed-loop the output of P is input of C. Like here: http://ctms.engin.umich.edu/CTMS/index.php?example=Introduction§ion=ControlPID
PID-regulator is:
C = pid(10,450,10,0,0.002);
Coefficients of C is estimated and modelled in Matlab by experiment with a quadrotor. The problem that there is not stability. The reason is incorrect experiment that give me incorrect P model. So the transfer function of P is unknown. There is known output of system. See picture in attachment. The input of system is zero. So my answer how to estimate transfer function of P by known transfer function of C and output of system. Function tfest() wan't work because there is must be step input.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transfer Function Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!