CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - PID Servo Control

搜索资源列表

  1. pid.c

    4下载:
  2. 直流伺服电机闭环控制程序,有PID算法的详细资料。-DC servo motor closed-loop control procedures, there is PID algorithm in detail.
  3. 所属分类:SCM

    • 发布日期:2014-12-15
    • 文件大小:5.02kb
    • 提供者:王子期
  1. CHAP11_2

    0下载:
  2. 基于C++的三轴飞行模拟转台伺服系统PID实时控制仿真程序-C++ based on the three-axis flight simulation turntable servo system PID control in real-time simulation program
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:547byte
    • 提供者: huangyinrong
  1. CHAPTER10

    1下载:
  2. 基于C++的三轴飞行模拟转台伺服系统的PID实时控制体统-Based on C++, three-axis flight simulator servo system for real-time control of decency PID
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:5.11kb
    • 提供者:王科
  1. CHAP9_1

    0下载:
  2. 此代码为伺服系统低速摩擦条件下PID控制仿真代码-This code for the servo system under the conditions of low friction PID control simulation code
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:805byte
    • 提供者:王科
  1. CHAPTER9

    0下载:
  2. 伺服系统三环的PID控制 伺服系统三环的PID控制-Servo system PID control of servo system ring ring ring of the PID control of servo system PID control
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:10.55kb
    • 提供者:wdmaster2003
  1. PID-without-a-PhD

    0下载:
  2. At work, I am one of three designated “servo guys,” and the only one who implements control loops in software. As a result, I often have occasion to design digital control loops for various projects. I have found that while there certai
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:267.89kb
    • 提供者:chanqua
  1. pid

    0下载:
  2. 基于飞思卡尔单片机的PID舵机与电机的控制-Freescale Microcontroller based PID servo and motor control
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:220.57kb
    • 提供者:pacey
  1. mega128PPID

    1下载:
  2. 基于mega128单片机的pid控制算法。本试验中,使用pid对电机进行转速控制,实现伺服电机的效果。PID参数可以随便调整,只需要一个电机一个速度传感器就可以实现~详细代码解释-Mega128 pid microcontroller-based control algorithm. In this experiment, using the pid of the motor speed control, servo motor to achieve the effect. PID parame
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:33.33kb
    • 提供者:shaohj
  1. motor_pid

    0下载:
  2. 本系统采用51单片机为控制核心,控制伺服电动机角度,并采用改进的PID算法!-The system uses 51 microcontroller for the control of the core to control the servo motor angle, and a modified PID algorithm!
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:619byte
    • 提供者:zhh
  1. pid

    0下载:
  2. 伺服控制PID改进算法 经典控制算法单片机C语言源程序-PID servo control algorithm for the classical control algorithms to improve C-source SCM
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:880byte
    • 提供者:许磊
  1. motor

    1下载:
  2. 一种伺服电机的PID控制算法,可以完成550W以下的伺服电机的控制。-A servo motor PID control algorithm can be completed less than 550W servo motor control.
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:6.95kb
    • 提供者:zhangjiyue
  1. Smart_Car2.5

    0下载:
  2. 飞思卡尔智能车光电组程序;传感器为线性ccd,运用模糊自适应pid调节算法控制舵机;增量式pid算法控制速度;编译环境为IAR 在此分享出来,希望大家好好交流学习!-Freescale Smart Car photoelectric set of programs sensor is linear ccd, using fuzzy adaptive algorithm to control the servo pid regulation incremental pid algorith
  3. 所属分类:SCM

    • 发布日期:2015-01-08
    • 文件大小:16.21mb
    • 提供者:韩振帅
  1. zengliangxingPID

    0下载:
  2. (1)位置式PID控制的输出与整个过去的状态有关,用到了误差的累加值;而增量式PID的输出只与当前拍和前两拍的误差有关,因此位置式PID控制的累积误差相对更大; (2)增量式PID控制输出的是控制量增量,并无积分作用,因此该方法适用于执行机构带积分部件的对象,如步进电机等,而位置式PID适用于执行机构不带积分部件的对象,如电液伺服阀。 (3)由于增量式PID输出的是控制量增量,如果计算机出现故障,误动作影响较小,而执行机构本身有记忆功能,可仍保持原位,不会严重影响系统的工作,而位置式的输
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2.37kb
    • 提供者:huangran
  1. servo-motor-pulse-plus-control

    1下载:
  2. 单片机控制伺服电机的脉冲加方向,可以按键调节速度,加了PID控制!-SCM control servo motor pulse plus direction, you can adjust the speed buttons, plus a PID control!
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:32.05kb
    • 提供者:张昌宪
  1. SOFT_DESIGN

    2下载:
  2. 本设计是基于STM32F4的四轴航拍平台。以STM32F407为控制核心,四轴飞行器为载体,辅以云台的航拍系统。硬件上由飞控电路,电源管理,通信模块,动力系统,机架,云台伺服系统组成。算法上采用简洁稳定的四元数加互补滤波作为姿态解算算法,PID作为控制器,实现飞行,云台增稳等功能。具有灵活轻盈,延展性,适应性强好等特点。-The design is based on a four-axis STM32F4 aerial platform. In STM32F407 as the control
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:447kb
    • 提供者:
  1. zhuanxiang

    0下载:
  2. 四轮小车电机PID控制+舵机控制算法程序-Four wheel car motor PID control+ servo control algorithm program
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2.97kb
    • 提供者:张彦会
  1. Sources

    0下载:
  2. 智能车比赛摄像头组的源码。包含初始化、提线函数、电机控制、舵机控制、位置式PID、增量式PID控制源码。-Smart car game camera group source. Contains the initialization string function, motor control, servo control and position type PID, incremental PID control source code.
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:38.29kb
    • 提供者:Drower
  1. 四旋翼源代码

    4下载:
  2. 基于STM32F4的四轴航拍平台。以STM32F407为控制核心,四轴飞行器为载体,辅以云台的航拍系统。硬件上由飞控电路,电源管理,通信模块,动力系统,机架,云台伺服系统组成。算法上采用简洁稳定的四元数加互补滤波作为姿态解算算法,PID作为控制器,实现飞行,云台增稳等功能(Four axis aerial platform based on STM32F4. Taking STM32F407 as the control core, the four axis flying vehicle as
  3. 所属分类:单片机开发

    • 发布日期:2017-12-15
    • 文件大小:467kb
    • 提供者:风无骨
  1. DC motor

    0下载:
  2. Simulink模型 直流电机 PID速度控制 PWM 伺服无刷 仿真建模(Simulink model, DC motor, PID speed control, PWM servo, brushless simulation, modeling)
  3. 所属分类:单片机开发

  1. ThreeLoopContrl

    2下载:
  2. 伺服控制中常用的速度环,位置环和电流环的pid代码(The PID codes of speed loop, position loop and current loop are commonly used in servo control)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-02
    • 文件大小:17.09mb
    • 提供者:knightLee
搜珍网 www.dssz.com