搜索资源列表
PID
- STM32单片机的PID算法实例,通过PID算法控制STM32的PWM输出,反馈量是PWM低通滤波后得到的AD-STM32 microcontroller PID algorithm instance, through the STM32 PID algorithm to control the PWM output, PWM amount of feedback is obtained after low-pass filter AD
XC866_BLDC_PID_Control
- 无刷直流电机速度闭环控制PID参考源程序。基于英飞凌XC866单片机。内有方法介绍。-BLDC MOTOR CONTROL WITH XC866。BLDC WITH PID CONTROL。
PIDcontrol
- 增量式模糊PID控制方法AVR单片机mega16-Incremental fuzzy PID control method AVR Singlechip mega16
AVR-moto
- 基于AVR单片机的直流电机调速系统,有PID的P调节,效果还不错,-AVR Microcontroller based DC motor speed control system, with PID of P regulation, the results were good,
bujindianji
- 文进一步研究了基于p c/os-II+ARM平台的模糊PID控制器,核心是实现模糊 PID控制程序,并结合MinGUI技术选用高端TFT型的液晶显示器,设计具有良好人机 交互界面的步进电机控制器。-Further study of the text based pc/os-II+ ARM platform, the fuzzy PID controller, the core of fuzzy PID control program, combined with selection
pid
- 智能水温控制PID算法,C51版本,参加电赛培训的时候写的。-Intelligent PID temperature control algorithm, C51 version, the time to take a motor race training written.
PID
- 很实用的PID控制程序,简单易懂!你能很容易学到PID的重点部分。-Very useful P I D control program, and you can get the poit of the P I D control program.
PWM-PID-motor
- 运用PID调节器,实现直流电机在带动负载的情况下也能稳定的运行。运用A/D转换芯片将滑动变阻器的模拟电压转换为数字量作为控制直流电机速度的给定值;用压控振荡器模拟直流电机的运行(电压高-转速高-脉冲多),单片机在单位时间内对脉冲计数作为电机速度的检测值;应用数字PID模型作单片机控制编程,其中P、I、D参数可按键输入并用LED数码显示;单片机PWM调宽输出作为输出值,开关驱动、电子滤波控制模拟电机(压控振荡器)实现对直流电机的PID调压调速功能。-Use of the PID controlle
PID控制算法
- 学习C语言PID算法,P值I值D值在程序中如何调节控制。(Learning C language PID algorithm.How the P value I value D value regulates control in the program.)