CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PID控制

搜索资源列表

  1. 增量式PID控制算法汇编程序

    3下载:
  2. 增量式PID控制算法汇编程序
  3. 所属分类:软件工程

    • 发布日期:2011-05-21
    • 文件大小:47616
    • 提供者:blue.qu@163.com
  1. PID

    2下载:
  2. matlab仿真源程序,先进 PID 控制及其 MATLAB 仿真(程序)。-??
  3. 所属分类:matlab

    • 发布日期:2015-05-20
    • 文件大小:117760
    • 提供者:hy
  1. Motor-PID-control-code

    0下载:
  2. 应用PID控制算法,以控制电机,对其转速进行控制来编程,电机转速采用霍尔编码器进行测量,应用DSP脉冲编码捕获功能对其信号进行采集,来检测当前电机转速。-Application of PID control algorithm to control the motor speed control to its programming, the motor speed encoder using Hall measurements, application of DSP pulse code ca
  3. 所属分类:DSP program

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

    0下载:
  2. pid控制系统的仿真程序,有详细的源码和模型供大家参考!-pid control system simulation program, a detailed source and model for your reference!
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:202625
    • 提供者:万力
  1. pid

    0下载:
  2. *** **增量式PID控制算法程序*********** T、TD、TI、KP依次从30H,33H,36H,39H开始。 A,B,C的值依次存在BLOCK1,BLOCK2,BLOCK3的地址里 这里R(k)给的是定值 -***** Incremental PID control algorithm procedures*********** T, TD, TI, KP followed from 30H, 33H, 36H, 39H began. A, B, C fol
  3. 所属分类:SCM

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

    1下载:
  2. 此程序为自动控制原理中实现基本PID控制算法的例子程序,能查看调节曲线,显示曲线输出,参数修改等功能。-This procedure for the automatic control theory to achieve the basic PID control algorithm example program that can view the regulation curve, showing the output curve, parameter modification functi
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:73433
    • 提供者:王天坤
  1. PID

    0下载:
  2. pid控制算法与程序,有利于pid控制的学习与交流,对PID有初步认识-pid control algorithms and procedures has pid conducive to study and exchange control, there is an initial understanding of the PID
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:221544
    • 提供者:李功卿
  1. 基于PID控制的淬火炉炉温控制系统设计温度采集用热电偶

    1下载:
  2. 基于PID控制的淬火炉炉温控制系统设计温度采集用热电偶-pid
  3. 所属分类:软件工程

    • 发布日期:2017-03-22
    • 文件大小:99264
    • 提供者:
  1. pid

    1下载:
  2. 刘金坤的《先进PID控制及其MATLAB仿真》所有实例的源码,是学习各类PID控制的经典资料-Liu Jinkun the " Advanced PID Control and MATLAB Simulation" all instances of the source code, is to learn the classic information on various types of PID control
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:170674
    • 提供者:winnershu
  1. PID

    0下载:
  2. PID控制算法源代码,详细的注解,在实际应用中,P参数,I参数,D参数,怎么进行整定-PID control algorithm source code, detailed annotations, in practical applications, P parameters, I parameter, D parameters, how to setting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:296338
    • 提供者:xxd
  1. PID

    3下载:
  2. 目前,PID控制及其控制器或智能PID控制器(仪表)已经很多,产品已在工程实际中得到了广泛的应用,有各种各样的PID控制器产品,各大公司均开发了具有PID参数自整定功能的智能调节器(intelligent regulator),其中PID控制器参数的自动调整是通过智能化调整或自校正、自适应算法来实现.-At present, PID control and its controller or intelligent PID controller (instrument) has a lot of
  3. 所属分类:software engineering

    • 发布日期:2015-10-29
    • 文件大小:36216
    • 提供者:代玉梅
  1. pid

    0下载:
  2. PID控制的C语言程序实现,该程序具有很好的通用性,根据对象稍加修改就行-PID control of C language program, the program has a very good generality, according to a target
  3. 所属分类:其他小程序

    • 发布日期:2013-11-06
    • 文件大小:9184
    • 提供者:年轻学徒
  1. pid

    1下载:
  2. PID通用程序,适合初级者。常规的数字PID控制算法的原理。-PID general program for beginners. The conventional digital PID control algorithm principle.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1615
    • 提供者:hong
  1. PID

    2下载:
  2. PID控制算法在小车设计中的应用,包含例子和说明!-Pid control algorithm in the application of the design, and that example.
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:42759
    • 提供者:wangcongyi
  1. PID控制算法的C语言实现.(绝对的好东西)

    0下载:
  2. 详细讲解了PID控制算法通过C语言来实现的步骤以及PID对应的C语言程序(Detailed explanation of PID control algorithm through C language to achieve the steps and PID corresponding C language program.)
  3. 所属分类:*行业应用

    • 发布日期:2018-05-03
    • 文件大小:8006656
    • 提供者:磨刀师傅
  1. 舵机的PID控制(两个自由度)

    3下载:
  2. 利用是stm32f103rct6单片机实现舵机的PID控制(Using stm32f103rct6 microcontroller to realize PID control of steering gear)
  3. 所属分类:单片机开发

    • 发布日期:2019-05-15
    • 文件大小:3908608
    • 提供者:想起qxy
  1. 采用模糊PID控制律的舵机系统设计

    1下载:
  2. 采用模糊PID控制律的舵机系统设计.pdf(Rudder system design using fuzzy PID control law)
  3. 所属分类:其他

    • 发布日期:2020-01-25
    • 文件大小:113664
    • 提供者:jasonyu210
  1. PID控制及其MATLAB仿真(PDF书和程序m文件)

    3下载:
  2. 先进PID控制及其MATLAB仿真 北京航空航天大学 刘金琨 一书的PDF详细内容及代码 详细介绍PID控制的设计 有文档及相应的matlab代码(Advanced PID control and MATLAB simulation Beihang University PDF Liu Jinkun book details and code Details of PID control design documentation and corresponding matlab cod
  3. 所属分类:matlab例程

    • 发布日期:2021-01-29
    • 文件大小:5827584
    • 提供者:小新123456
  1. PID控制原理及编程方法

    2下载:
  2. 步进电机的PID控制算法及示范代码,十分全面,值得拥有,具有很强的指导功能。(Step motor PID control algorithm and demonstration code, very comprehensive, worthy of possession, has a strong guiding function.)
  3. 所属分类:单片机开发

    • 发布日期:2018-12-19
    • 文件大小:379904
    • 提供者:txluowei
  1. pid控制永磁电机

    5下载:
  2. 基于matlab/simulink永磁同步电机的模糊PID控制仿真模型,适用于永磁同步电机,仿真效果还可以(The fuzzy PID control simulation model based on MATLAB / Simulink is suitable for PMSM, and the simulation effect can also be)
  3. 所属分类:单片机开发

    • 发布日期:2020-07-15
    • 文件大小:38912
    • 提供者:wangkedelh
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com