搜索资源列表
伺服系统分区PID调节实例
- 这是偶编写的伺服系统一个数字PID调节程序,希望对大家有用-This is even prepared a digital servo system PID adjustment procedures in the hope that it may be useful to
数字PID及其算法1、2
- 数字PID及其算法--Number PID and its algorithm 1 and 2.
pid控制电机
- 在电机的运行控制中,通常广泛采用脉冲宽度调制( PWM)技术,具有响应快、精度高、平稳性好等特点。利用大功率晶体管的开关作用, PWM将直流电源调制成具有一定频率的宽度(脉冲占空比α)可调的方波脉冲电压,加在直流电机的电枢上,单片机把检测到的电机转速、转向与设定的转速、转向进行比较,通过数字P ID调节对方波脉宽进行调制,从而改变电枢电压相序及平均值,实现对电机转向、转速的控制。
Digital-pid-control
- 数字pid控制的外文资料,从国外网站下载来的,很好的pid学习资料-Pid control the number of foreign language information, from abroad to the website, good learning materials pid
FPGA-based_PID_controller_for_achieving.ZIP
- 基于FPGA实现PID控制器的研究 介绍了一种基于 FPGA 的用数字电路实现的 PID控制器。把原来用单片机实现的数字 PID 控制算法单独用数字电路来实现,保留单片机对参数整定的灵活性。在设计中研究了 PID 算法的数字电路实现。由于把 PID 控制从单片机中隔离出来,因此可以降低在工控场合强烈的干扰造成单片机程序跑飞对整个系统的影响,提高了控制的可靠性。最后介绍了本设计在逃逸链梯中的应用。-FPGA-based PID controller for achieving
wkxt
- 温度控制系统 实现温度测量、数字PID控制及功率放大-Temperature control system of temperature measurement, digital PID control and power amplifier
Moto_PID_M88
- 本工程实现基于Mega88单片机电机闭环控制,算法为数字PID并由电机驱动机器人升降机构实现升降的任意高度控制-Mega88 based on the works closed-loop single-chip motor control, digital PID algorithm for the robot movements by the motor-driven organizations to achieve a high degree of control of any take-o
software-PID
- 51单片机的数字PID算法综述及算法的改进-51 the number of PID and its algorithm and Algorithm
Digital-PID-Parameter-Setting
- 数字PID的模型和调试方法,参数整定方法。-Digital PID model and debugging methods, parameter tuning method.
DigitalPID
- 数字PID调节器算法的研究,采用常规的PI和PID调节器,构成计算机闭环系统,并对调节器的参数进行整定,使之具有满意的动态性能-Digital PID controller algorithm, the conventional PI and PID regulator, constitute a closed-loop system computer, and the regulator tuning parameters, so that a satisfactory dynamic per
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
PID
- 数字PID调节器算法,执行时间最短最精炼-digital pid
pid
- 采样量化,实现数字PID功能,并观察了PID实现后的误差。包含测试文件和实验报告-Sample quantization, digital PID function, and after observing the realization of the error of PID. Contains the test documents and test reports
level-testPDigital-PID-control
- 液位数字PID计算机控制系统实验 液位数字PID计算机控制系统实验-Digital PID computer control system level test level digital PID computer control system test
PID-and-Algorithm
- 数字PID及其算法以及在51单片机中的应用-Digital PID algorithm and its application in the microcontroller 51
Digital-PID-and-filter-algorithm
- 控制优化的数字PID算法和数字滤波算法 控制优化的数字PID算法和数字滤波算法-Digital PID control algorithm and optimization of digital filtering algorithms to optimize the digital PID control algorithms and digital filtering algorithms
PWM-PID-motor
- 运用PID调节器,实现直流电机在带动负载的情况下也能稳定的运行。运用A/D转换芯片将滑动变阻器的模拟电压转换为数字量作为控制直流电机速度的给定值;用压控振荡器模拟直流电机的运行(电压高-转速高-脉冲多),单片机在单位时间内对脉冲计数作为电机速度的检测值;应用数字PID模型作单片机控制编程,其中P、I、D参数可按键输入并用LED数码显示;单片机PWM调宽输出作为输出值,开关驱动、电子滤波控制模拟电机(压控振荡器)实现对直流电机的PID调压调速功能。-Use of the PID controlle
伺服系统分区PID调节实例
- 这是偶编写的伺服系统一个数字PID调节程序,希望对大家有用-This is even prepared a digital servo system PID adjustment procedures in the hope that it may be useful to
base-on-C-PID
- 基于C语言的数字PID控制算法及实现,属于经典PID算法中的比较实用的一种实现方法-C language-based digital PID control algorithm and implementation, are the classic PID algorithm to achieve a more practical method
数字PID实验
- C语言实现PID算法,使用Keil C51开发(Implementation of PID algorithm in C language)