zoukankan      html  css  js  c++  java
  • PID

    P - Proportional gain - stiffness and response 

      Closes the loop, react quickly, according to the sign of the error

    D - Derivative term - provides damping.  - if D is too large - causes vibrations

      Structural resonances and distributed components (things are not perfect 

    in nature) contribute to high frequency dynamics, which is amplified by too large D gain

    I - Integral gain - Accuracy

      - Causes overshoots

      - Can cause instability

      - Larger I implies faster convergence

      As long as there is any (even a slightest) error due to friction, the integrator keeps building up 

    the control signal until it becomes large enough to overcome friction, and eventually makes the motor

    rotate to reduce the error.

        Low KI → slow growing of signal (response delay)

        High KI → overshoot and instability 

    source from courseware of university of moratuwa

  • 相关阅读:
    在列表中添加序号列
    在C#中使用正则表达式
    Git
    Linux 配置Java环境
    讯飞语义理解 JAVA SDK
    分屏显示
    Gdiplus
    重启进程
    MFC 常用功能属性
    MFC 打印
  • 原文地址:https://www.cnblogs.com/smilingfrog/p/7866888.html
Copyright © 2011-2022 走看看