搜索资源列表
PID-FPGA
- 研究了PID算法在FPGA中的实现,提出数字脉冲快读调制代替DA转换的方法,并针对电机转速控制进行优化-Of the PID algorithm in FPGA implementation of the proposed fast read digital pulse modulation methods instead of DA conversion and optimization for motor speed control
PID.files
- 基于PID算法的电机转速控制系统设计,具体的大家参考文件吧-PID algorithm based on motor speed control system design
pidzhiliudianji
- 实时微型直流电机PID转速闭环调速控制系统程序(基于移植于LPC2106上的uc/cos实时操作系统-Real-time micro DC motor PID speed closed-loop speed control system program (based transplant uc LPC2106/cos real-time operating system
pid
- 单片机pid控制,利用单片机的pid来解决电机转速问题-MCU pid control using microcontroller pid motor speed to solve the problem
AMPIRE128X64LCD
- 基于uC/COS的直流电机PID转速闭环调速控制系统Proteus仿真实现-Based on uC/COS PID closed-loop speed DC motor speed control system Proteus Simulation
PID算法
- PID是一个闭环控制算法。因此要实现PID算法,必须在硬件上具有闭环控制,就是得有反馈。比如控制一个电机的转速,就得有一个测量转速的传感器,并将结果反馈到控制路线上。