CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 位置式pid算法

搜索资源列表

  1. putongPID

    0下载:
  2. 利用DSP实现PID控制功能,PID控制算法为位置式PID算法
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:406373
    • 提供者:陈剑
  1. PID----Sheldon.files

    0下载:
  2. 51单片机PID算法程序(二)位置式PID控制算法 -- -51 single PID algorithm (b) position PID control algorithm-
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:115019
    • 提供者:宋阳
  1. pid

    0下载:
  2. 名称:PID.C 功能:用PID算法闭环控制BANGK3区DAC0832的输出电压,通过设置想要的输出 电压,它通过ADC0804将O832的输出电压读回单片机进行PID自动调节, 并经过短时间将DAC0832的输出电压升到设置的电压 说明:此程序用的是位置式调节 -PID Function The PID (比例、积分、微分) function is used in mainly control applications. PIDCalc perform
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1838
    • 提供者:
  1. PWM_MotoB

    2下载:
  2. 1.本示例将演示电机的闭环控制,即以单位时间内的码盘脉冲输出为反馈,以单位时间内 // 欲达到的脉冲数为输入,以变占空比的PWM波为输出。使用的算法为经典的PID控制算法 // 该算法具有实现方便,参数整定容易,控制鲁棒性好等优点。借助我们的串口虚拟示波 // 器软件,用户可以很方便地整定出一套满意的参数。 //2.PID算法要处理的数据不外乎输入与反馈的偏差(做比例运算),本次偏差与上一次偏差 // 的差(做微分运算,离散化以后就是差分运算),所有变差的累积(积分运算,离散
  3. 所属分类:DSP program

    • 发布日期:2017-05-02
    • 文件大小:873392
    • 提供者:王帅
  1. Example_2833xDA

    0下载:
  2. 基于dsp的PID控制算法,采用积分分离式位置式控制-PID dsp
  3. 所属分类:DSP program

    • 发布日期:2017-04-05
    • 文件大小:1687
    • 提供者:WLL
  1. motor

    0下载:
  2. Mega16的PID算法控制直流电机转速仿真及程序,增量式和位置式算法都有,虽然在Proteus中的电机调速基本只要比例环节就够了,但是程序算法对初识PID的新手还是有参考价值-The Mega16 the PID algorithm to control the DC motor speed simulation and procedures, incremental and positional algorithms have, in Proteus motor speed basic pr
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:21324
    • 提供者:Wu
  1. Implementing-a-PID-Using-PIC18

    0下载:
  2. 微芯的官方应用笔记,介绍了如何使用PIC18实现PID算法。此算法并非网上常见的位置式或增量式-The official Microchip application note describes how to use PIC18 PID algorithm. This algorithm is not a common online location or incremental
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:195747
    • 提供者:G
  1. Speed-PID

    0下载:
  2. 这是对直流力矩电机速度PID程序的编写,10ms码盘测速一次,PID算法采用位置增量式算法-This is a dc torque motor speed PID program compiling, and ten ms code disk speed once, PID algorithm using position incremental algorithm
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:37336
    • 提供者:王健伟
  1. PIDxiaoche

    0下载:
  2. 使用增量式PID算法,对智能小车进行调速控制,同时使用超声波传感器探测前往障碍物的位置-Incremental PID algorithm, the smart car speed control while using ultrasonic sensors to detect the position to the obstacle
  3. 所属分类:SCM

    • 发布日期:2017-12-09
    • 文件大小:48128
    • 提供者:张灵杰
  1. PID

    0下载:
  2. 两种pid控制算法基于单片机 位置式 增量式-Pid control algorithm is based on two kinds of single-chip position Incremental
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:68323
    • 提供者:zht
  1. PID-2.0

    0下载:
  2. PID算法C语言版本,内部有PID增量式,位置式算法-PID driver
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:25600
    • 提供者:zhao jun hui
  1. PIdkongzho

    0下载:
  2. 相应位置式与增量式PID算法汇总,对比计算PID得出结果-the main contain many function of pid
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:900
    • 提供者:谢洁
  1. PID

    1下载:
  2. 基于msp430系列单片机的PID算法,内含位置式及增量式两种.c文件,便于移植-Msp430 microcontroller series based on PID algorithm, containing positional and incremental type two. C file, easy to transplant
  3. 所属分类:SCM

    • 发布日期:2014-11-02
    • 文件大小:307200
    • 提供者:
  1. PID-algorithm

    0下载:
  2. C51 PID算法控制直流电机,包含增量式与位置式。- C51 PID algorithm to control a DC motor, incremental position formula contains.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-04
    • 文件大小:152560
    • 提供者:张凯
  1. 电机位置闭环控制(代码详细注释)

    6下载:
  2. 基于stm32的用PID算法实现的电机位置控制程序(STM32 based on PID algorithm to achieve the motor position control program)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-10-30
    • 文件大小:3337216
    • 提供者:赤炎木
  1. PID(0929更新,避免过冲)

    7下载:
  2. STM32温控PID算法实现,加入避免过冲算法,位置式PID算法,增量式PID算法(STM32 temperature control PID algorithm, joined to avoid overshoot algorithm, location PID algorithm, incremental PID algorithm)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:婀娜
  1. PID控制算法的C语言实现.(绝对的好东西)

    0下载:
  2. PID 算法的C语言实现,包括增量式,位置式,等详细讲解的C语言实现(C language implementation of PID algorithm)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-22
    • 文件大小:638976
    • 提供者:瞅你捏辣鸡
  1. PID仿真软件

    0下载:
  2. pid算法 高精度pid算法模拟器,位置试,增量式,模糊pid(pidsuanfaergrgtrgrttrsrfrefgewgegv)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-29
    • 文件大小:492544
    • 提供者:crvrfwfwfw
搜珍网 www.dssz.com