搜索资源列表
PID
- PID是控制智能小车的经典算法在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。它具有原理简单,易于实现,适用面广,控制参数相互独立,参数的选定比较简单等优点;而且在理论上可以证明,对于过程控制的典型对象──“一阶滞后+纯滞后”与“二阶滞后+纯滞后”的控制对象,PID控制器是一种最优控制
pidsuanfa
- 基于PID算法控制的智能 温控系统的实现 摘要: 本文介绍了一种基于PID 算法控制且带PID参数自整定的智能温控系统。给出了系统各部分的实 现方法, 详细讲述了本设计巧妙的A/D转化和PID 参数自整定的原理及软件实现, 最后简要提及了本设计的 应用实践及其应用前景。-PID control algorithm based on the Intelligent Temperature Control System Abstract: This paper introduces
ElectricPowerSteeringSystemonRemoteVehicleunderSin
- 摘要:介绍了单片机控制的遥控汽车电动转向系统的工作原理和结构特点,并详细描述了其控制算法和控制电路。 关键词:遥控汽车 电动转向 PID控制 Bang-bang控制 单片机 PWM-Abstract:Theprincipleandstructureofelectricpowersteeringsystemonremotevehicleundersinglechipmicrocomputercontrollingisinvestigatedinthisthesis,anditscontrola
PID
- 简述了PID的原理,适合初入门下载,讲得比较简单,可以参考-PID outlines the principles for the early entry download, put relatively simple, can refer to
shukongzhiliudianyuan
- 介绍了一种闭环智能数控直流电流源的设计原理和实施方案,该方案采用自行设计制作的高精度电压源,利用单片机、PWM和运算放大器构成A/DD/A转换器来控制场效应管导通状态的原理,达到了输出恒流的目的。整个系统采用89C58单片机作为主控部件,将预置电流值数据送入D/A转换器,经硬件电路变换为恒定的直流输出,同时使用采样电阻将实际输出电流转换成电压送入A/D转换器,并将其反馈到单片机中构成闭环系统,进而实现预设值和实际值的比较,再通过调整D /A转换器输出的电压来改变场效应管的导通状态,减小了实际值与
PID_arithmetic
- 精选PID算法,含PID原理、例程和应用。-Featured PID algorithm, including PID principles, routines and applications.
Lab0601-PID
- DSP中PID自控原理实现,可以方便的使用在DSPV5509A上-DSP Implementation of PID Control Theory, you can easily use the DSPV5509A on
PIDGrid
- PID 原理及算法实现 代码完整、有执行程序、16位DSP无符号移植已完成、代码模拟电机速度响应 已成功应用,DSP部分直接拷入DSP工程即可使用 (LF2407A)如有疑问 TC_COM@HOTMAIL.COM-Principle and algorithm PID code integrity and enforcement procedures, unsigned 16-bit DSP transplantation has been completed, the code sim
PID
- 详细介绍PID算法的基本原理以及其相关的应用方法 特别适合初学者使用 -Details of the basic principles of PID algorithm and its related application methods suitable for beginners
F2812-PID
- 1.掌握利用 ICETEK–F2812-A 评估板与ICETEK-CTR 板上带速度反馈的直流电机B 的 连接和控制原理。 2.熟悉F2812DSP 的通用IO 端口和定时器的编程使用。 3.学习利用数字PID 控制算法控制电机转速。-1. Master the use of ICETEK-F2812-A evaluation board and ICETEK-CTR-board DC motor with speed feedback and control theory B co
PIDcontrolmotor
- PID功能的介绍以及一个实用的电机控制的例子,从电机控制的原理到PID程序一步步教新人如何使用PID。很好的资料!-PID feature presentations and a practical example of motor control, motor control from the principle of the PID process step by step to teach new people how to use the PID. Good information!
temperature-controller-PID-control
- 摘要:介绍一种高精度的、采用PID 控制原理的温度控制器, 给出了实验结果。这种控制器适用于小功率半导体器件的工作温度控制, 其控制精度可达±0.05℃。-Abstract: A high-precision, using the temperature controller PID control theory, the experimental results. The controller for small power semiconductor device operating tem
PID-controllers
- PID Controllers Theory Design and Tuning pid控制原理设计。-PID Controllers Theory Design and Tuning
PID-car
- 智能车PID控制,非常不错的讲述PId原理的文献-Smart car PID control, very good about the principles of literature PId
PID-code-example
- 非常好的PID原理解释及详细的代码,很有参考价值-very good PID yuanli he xiangxi daima.
PID教学及C代码PID资料
- pid介绍,原理,程序,以及不同情况下的使用,还包含了卡尔曼滤波等相关知识(PID introduction, principles, procedures, as well as the use of different circumstances, but also contains the Calman filter and other related knowledge)
421智能PID仪表原理图
- 421智能PID仪表原理图,增长知识面。(421 intelligent PID instrument principle map, increase the knowledge surface.)
PID源码
- 基于51的pid算法,可以更好的学习pid的原理,通过实践,来理解pid(Based on the 51 PID algorithm, we can better learn the principle of PID and understand PID through practice.)
直流电机PID调速仿真
- 直流电机PID调速仿真研究直流电机控制原理,分析现有直流电机控制系统的优缺点; 2、设计基于单片机的直流电机调速系统,包括单片机系统、驱动系统、人机接口模块,、信号处理模块等,设计出电路原理图;(Dc motor PID control principle of dc motor speed control simulation, analysis the advantages and disadvantages of the existing dc motor control system;
PID控制原理及编程方法
- 步进电机的PID控制算法及示范代码,十分全面,值得拥有,具有很强的指导功能。(Step motor PID control algorithm and demonstration code, very comprehensive, worthy of possession, has a strong guiding function.)