搜索资源列表
mcu_pid_c_program
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-using SCM as the control cpu, please slight
CHAP11_2
- 这是一个用c++语言编写的pid仿真程序-This is a language with the c pid simulation program
PIDcontrol
- 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等。 -Designed to 89C51 single-chip, ADC, DAC, such as circuit and operat
49636966PID-MATLAB.RAR
- 很不错的PID程序,算法用C语言编程,很好-PID is very good procedures, algorithms using C language programming, a good
pid3
- 关于pid算法的一些程序编写,希望对大家有用。-Pid algorithm regarding the preparation of some of the procedures, in the hope that useful to everyone.
PID_PWM
- PID检测电路,C语言程序,AVR开发板编写,比较精确-PID detection circuit, C language programs, AVR development board preparation, more precise
PID
- 我做的程序是用来控制一个温度梯度的变化,具体的是从97度到54度再到72度-I have done the procedure is used to control a temperature gradient change, specifically from 97 degrees to 54 degrees then 72 degrees
Windows_xiaomi
- 利用C#中的Process类来实现的获取系统当前正在运行的进程名称、PID以及内存使用数。程序实现了结束正在运行的进程、新建任务、系统托盘等。。还有部分功能尚未完善,还请谅解-Use. NET Framework in the Process class to implement the acquisition system is currently running process name, PID, as well as the number of memory usage. Program
PIDforc51
- 积分分离PID控制算法程序,for C51 内有详细说明 -Integral separation process PID control algorithm c51
main
- 智能车程序初始化路径识别速度多少PID调节-Intelligent vehicle application to initiate the speed path identification number PID regulator
control-system-by-computer
- PID控制器的计算机控制实现 实验目的:(1)通过实验进一步掌握计算机控制的基本原理; (2)熟练掌握基本PID控制器(增量式为主)的原理、设计和算法编排; (3)掌握HY-6070板的基本工作原理,能熟练的进行接口(A/D、D/A)程序设计 -Purpose: (1) experiment to further understand the basic principles of computer control (2)
main
- 飞思卡尔智能车摄像头组,寻黑线程序。里面含PD,和PID控制算法-Freescale smart car camera group, look for the black line program. Which contain the PD, and PID control algorithm
guangyiyuce
- 广义预测控制方面的内容 广义预测控制的程序,能够解决传统PID存在的一些漏洞-Generalized Predictive Control of Generalized Predictive Control program
PIDControl
- 一个用于练手的PID控制系统仿真程序,使用仿真物理环节来模仿系统的各个分立单元来建立系统,而不是用解析解计算建立的系统。-AN EXPRICE SAMPLE PROGRAM ABOUT PID SYSTEM SIMULAR
PID
- PID C程序,可实现PID实时调节,可改参数,供参考学习-PID C program, which can realize real-time PID adjustment, can change parameters, for your reference learning
Generic_USB_HID
- 简单的HID上位机驱动程序,可以根据指定的VID荷PID查找设备-Simple HID host computer driver, you can find the device according to the specified VID PID
PID
- 该程序实现PID控制的建模仿真,通过设置比例积分微分的数值,对传函实现较为理想的控制。-PID control of the program to achieve the modeling simulation, by setting the value of the proportion of integral differential, the transfer function to achieve a more ideal control.
H6
- 超声波避障小车程序,利用缓存,将超声波的值进行滤波并加上了PID算法。-Ultrasonic car
C#挂起进程
- 这是一个用C#写的根据进程PID挂起进程的示范性的小程序(This is an exemplary small program to hang up the process based on the process PID written in C#)