Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - PID
Search - PID - List
matlabPID
DL : 1
这是偶近几年来研究的多种PID控制程序,有灰色PID,神经网络自适应PID,模糊PID等等,程序多多,肯定会对大家有帮助的!
Update : 2024-04-27 Size : 203776 Publisher : 李孙权

SCMpid
DL : 0
这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
Update : 2024-04-27 Size : 1024 Publisher :

SCMpid
DL : 2
自己改写的单片机pid程序,实用
Update : 2024-04-27 Size : 27648 Publisher : 张文治

DL : 0
PID算法C语言程序,实现了简单的PID控制功能-PID algorithm for C language procedures realize a simple PID control function
Update : 2024-04-27 Size : 2048 Publisher : 方圆

DL : 0
神经网络PID控制算法仿真实例,有很好的参考价值-Neural network PID control algorithm simulation example, has a very good reference value
Update : 2024-04-27 Size : 12288 Publisher : lily

SCMpid
DL : 1
这是一个51系列单片机控制加热温度的程序,使用了pid算法。-This is a 51 series single-chip microcomputer to control the heating temperature of the procedures, the use of pid algorithm.
Update : 2024-04-27 Size : 59392 Publisher : zhych

该工程是对TMS320VC5416芯片的一个PID算法的实现例子,所用的开发工具是CCS。能让你明白如何实现对电机速度的控制。-The project is TMS320VC5416 chip realization of a PID algorithm for example, development tools used is CCS. Allows you to understand how to realize the speed of motor control.
Update : 2024-04-27 Size : 38912 Publisher : zhou

DL : 0
先进PID控制matlab仿真一书的源代码-Advanced PID control simulation matlab book
Update : 2024-04-27 Size : 204800 Publisher : 刘辉

DL : 0
PID比较简单的PID数字控制算法的实现,大家可以分享以下-PID relatively simple digital PID control algorithm realize, we can share the following
Update : 2024-04-27 Size : 76800 Publisher : dawang

DL : 0
我上传的本压缩包包括PID算法的介绍以及一个双机对发短信程序,该程序已成功!-I uploaded the compressed packet including the PID algorithm, as well as introduce a dual-machine message to the fat program, the program has been successful!
Update : 2024-04-27 Size : 230400 Publisher : 增两

SCMPID
DL : 0
base on the mc9sdg128b PID Algorithm
Update : 2024-04-27 Size : 158720 Publisher : 何岳培

OtherPID
DL : 0
主要是PID的算法程序!!要是在实际的调试中改点参数就可以移植了 -PID algorithm is the procedure! ! If the actual change point in the debugging parameters can be transferred on a
Update : 2024-04-27 Size : 2048 Publisher : 陈德光

DL : 1
非常使用的PID算法,可以修改直接应用程序中。-PID algorithm is used, you can modify the direct application.
Update : 2024-04-27 Size : 1024 Publisher : john

matlabpid
DL : 0
基于MATLAB的PID程序,该程序实现PID参数的优化调整-MATLAB based on the PID process, which realize the optimal adjustment of PID parameters
Update : 2024-04-27 Size : 1024 Publisher : 纷纷

pid算法c语言源码 仅供参考 pid算法c语言源码 仅供参考-pid algorithm c language source code for reference purposes only pid algorithm c language source code for reference only
Update : 2024-04-27 Size : 8192 Publisher : npvt

DL : 0
基于DSP5509的PID电路的程序历程 希望对DSP初学者有所帮助-Based on the PID circuit DSP5509 procedures DSP beginners course hope to be helpful
Update : 2024-04-27 Size : 50176 Publisher : 唐方

SCMPID
DL : 0
一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定-A more typical PID treatment procedures, the use of single-chip microcomputer as the control cpu, please make some simplification, the specific PID parameters must be determined through experiments at specific audiences
Update : 2024-04-27 Size : 1024 Publisher : 王炬

关于PID一些资料 关于PID一些资料-Some information on the PID information on the PID
Update : 2024-04-27 Size : 168960 Publisher :

OtherPID
DL : 0
先进PID控制及其MATLAB仿真详细教程-Advanced PID Control and MATLAB Simulation of a detailed tutorial
Update : 2024-04-27 Size : 5856256 Publisher : 金辉

在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-In the use of single-chip microcomputer as the control cpu, please make some simplification, the specific PID parameters must be determined through experiments at specific audiences. As the single-chip processing speed and ram resource constraints, generally do not use floating-point, and will use all parameters of all integers, computing the final 2 and then divided by a N-th power of data (equivalent to shift), similar fixed-point computation can be greatly enhanced speed of operation, according to the different requirements of control precision, when high precision, the attention to retain the shift caused by the balance , do a good job in the balance of compensation. This procedure is commonly used algorithm pid basic structure does not contain input and output part of treatment.
Update : 2024-04-27 Size : 1024 Publisher : 王强
« 1 2 3 45 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.