搜索资源列表

  1. 单片机控制PID算法应用

    1下载:
  2. 典型PID算法程序,经实验,控制效果优,控制精度高。-It is a representative program of PID arithmetic.The effect of control is excellent and the precision of control is high via experiment.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:263998
    • 提供者:赵凤鹏
  1. 比较典型的pid处理程序

    1下载:
  2. 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:10240
    • 提供者:伊强
  1. 模糊pid算法

    3下载:
  2. 模糊控制pid算法,程序化,可以方针,-fuzzy control algorithms, procedures, guidelines,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:111
  1. pid控制程序(共享内存方式)

    0下载:
  2. 本人在Linux实时内核下写的PID算法的电机驱动程序,通过共享内存的方式与用户态通讯保存数据。保存的数据以二进制的形式存储-Linux real-time kernel written for the PID algorithm motor drivers, through shared memory and the state of communications users to save data. To preserve the
  3. 所属分类:驱动编程

    • 发布日期:2024-05-29
    • 文件大小:20480
    • 提供者:张sir
  1. 基于TMS320LF2407A的PWM波产生的PID算法实现

    1下载:
  2. 基于TMS320LF2407A的PWM波产生的PID算法实现,程序调试通过!-based TMS320LF2407A PWM wave of the PID algorithm, program debugging through!
  3. 所属分类:DSP编程

    • 发布日期:2024-05-29
    • 文件大小:9216
    • 提供者:罗璟真
  1. 单片机控制PID算法应用

    1下载:
  2. 典型PID算法程序,经实验,控制效果优,控制精度高。-It is a representative program of PID arithmetic.The effect of control is excellent and the precision of control is high via experiment.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:264192
    • 提供者:赵凤鹏
  1. 工控PID算法

    0下载:
  2. 上传的是PID算法,请大家详细的看看,分了好几章节来描述的-upload the PID algorithm, please detailed look at several chapters to describe the
  3. 所属分类:C#编程

    • 发布日期:2024-05-29
    • 文件大小:166912
    • 提供者:刘万瑾
  1. c语言实现的PID算法

    0下载:
  2. 如何用c语言实现PID算法,很多控制类用到的程序,作为参考.!-how to use language PID algorithm, used many types of control procedures, as a reference. !
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:刘于
  1. PIDcontoll

    0下载:
  2. pid算法程序,希望对搞控制的朋友有所帮助-pid algorithm for the procedure, hoping to engage the control of the friends help
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:445440
    • 提供者:余天
  1. pid2

    0下载:
  2. PID微分,积分算法程序,编译已通过,可以直接使用!-PID differential, integral algorithm, compiler has passed, can be directly used!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:qiutao
  1. PIDcccccccc

    1下载:
  2. 单片机PID算法程序,做算法的朋友可以参考下!-SCM PID algorithm procedures, so the algorithm can refer to the next friend!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-29
    • 文件大小:155648
    • 提供者:帅冲
  1. MM440-VC++-PID

    0下载:
  2. 本程序是基于工程中应用广泛的MM440变频器上位机界面代码,采用自适应PID算法进行传动装置控制。-this program is based on engineering widespread use of MM440 Inverter PC interface code, PID algorithm using adaptive devices for transmission control.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-29
    • 文件大小:6217728
    • 提供者:guozhao
  1. PID(C51)

    0下载:
  2. 典型的PID处理控制程序采用PID-PD算法。在偏差绝对值大于△e时,用PD算法,以改善动态品质。当偏差绝对值小于△e时,用PID算法,提高稳定精度。-Typical PID control procedures to deal with the use of PID-PD algorithm. The deviation is greater than the absolute value of △ e when PD algorit
  3. 所属分类:文件格式

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:闫健
  1. PID

    1下载:
  2. 51单片机使用汇编语言编制的PID算法程序,积分分离法-51 single-chip using the PID algorithm for the compilation of the preparation procedures
  3. 所属分类:汇编语言

    • 发布日期:2024-05-29
    • 文件大小:4096
    • 提供者:ws
  1. 菜鸟级PID算法学习专用测试程序

    1下载:
  2. 菜鸟级PID算法学习专用测试程序,很好的PID入门编程实例(Rookie level PID algorithm learning special test procedures, a good example of PID entry programming)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:tjhl
  1. PID算法 C程序和Matlab仿真程序

    0下载:
  2. PID算法 C程序和Matlab仿真程序(PID algorithm, C program and Matlab simulation program)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-29
    • 文件大小:6144
    • 提供者:hailiang
  1. C语言描述PID算法程序

    0下载:
  2. C语言实现PID算法的程序代码,简单易懂(Implementation of PID algorithm in C language)
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 51单片机PID算法程序(三)增量式PID控制算法

    0下载:
  2. 51单片机PID算法程序(三)增量式PID控制算法(51 MCU PID Algorithm Program (3) Incremental PID Control Algorithm)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-29
    • 文件大小:66560
    • 提供者:王中王
  1. BLDC的霍尔pid实现程序

    0下载:
  2. BLDC的霍尔pid实现程序,对PID算法代码化,可以在STM32平台上测试。(BLDC Holzer PID implementation procedures, the PID algorithm code, you can test on the STM32 platform.)
  3. 所属分类:机器人

    • 发布日期:2024-05-29
    • 文件大小:261120
    • 提供者:danielX
  1. PID算法及调参

    1下载:
  2. PID算法及调参,包含PID基本原理,如何调参,以及程序例程。(PID algorithm and parameter adjustment, including the basic principle of PID, how to adjust parameters, and program routines.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:258048
    • 提供者:琴岛小哥哥
« 12 3 4 5 6 7 8 9 10 ... 43 »

源码中国 www.ymcn.org