CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - PID c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - PID c - List
[
Algorithm
]
pid算法
DL : 1
简单明了的PID控制算法,可以参考一下-simple PID control algorithm, a reference
Update
: 2025-02-17
Size
: 1kb
Publisher
:
宋向东
[
SCM
]
单片机控制PID算法应用
DL : 1
典型PID算法程序,经实验,控制效果优,控制精度高。-It is a representative program of PID arithmetic.The effect of control is excellent and the precision of control is high via experiment.
Update
: 2025-02-17
Size
: 258kb
Publisher
:
赵凤鹏
[
SCM
]
模糊逻辑c语言自动生成器
DL : 0
用C51编的温度控制的PID算法适用性强方便移植-with C51 series of PID temperature control algorithm to facilitate transplantation 3DMECAD
Update
: 2025-02-17
Size
: 188kb
Publisher
:
高峰
[
OS program
]
PID水量控制仿真演示系统
DL : 0
工业pid仿真的演示程序,很不错的,学习用的代码-industrial pid simulation demo program, a very good study of the code
Update
: 2025-02-17
Size
: 482kb
Publisher
:
dg
[
DSP program
]
2407 PID 算法项目文件
DL : 0
一个TSM320C2407的PID控制算法 很管用,可以在C中嵌套使用.-a TSM320C2407 PID control algorithm is very effective, and the C nested.
Update
: 2025-02-17
Size
: 17kb
Publisher
:
欧阳明星
[
DSP program
]
PID 算法1(c语言)
DL : 0
PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control. -PID calculations for the _pid structure*a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
任
[
CSharp
]
工控PID算法
DL : 0
上传的是PID算法,请大家详细的看看,分了好几章节来描述的-upload the PID algorithm, please detailed look at several chapters to describe the
Update
: 2025-02-17
Size
: 163kb
Publisher
:
刘万瑾
[
SCM
]
c语言实现的PID算法
DL : 0
如何用c语言实现PID算法,很多控制类用到的程序,作为参考.!-how to use language PID algorithm, used many types of control procedures, as a reference. !
Update
: 2025-02-17
Size
: 2kb
Publisher
:
刘于
[
Other systems
]
pid-in-industry
DL : 0
c语言的PID控制算法程序,作为工业控制中的一种常用控制算法PID运算。-c language PID control algorithm procedures for industrial control of a PID control algorithm commonly used operations.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zxb
[
Embeded-SCM Develop
]
PID-C20070301
DL : 0
工业控制中常用的PID算法C编写的,简单更改后可以移植到其他系统中,非常有用-industrial control PID algorithm commonly used in the preparation of the C, simple changes can be transferred to other systems, very useful
Update
: 2025-02-17
Size
: 1kb
Publisher
:
jgw
[
assembly language
]
PID
DL : 0
PID算法C语言程序,实现了简单的PID控制功能-PID algorithm for C language procedures realize a simple PID control function
Update
: 2025-02-17
Size
: 2kb
Publisher
:
方圆
[
ARM-PowerPC-ColdFire-MIPS
]
pid.c
DL : 0
pid算法c语言源码 仅供参考 pid算法c语言源码 仅供参考-pid algorithm c language source code for reference purposes only pid algorithm c language source code for reference only
Update
: 2025-02-17
Size
: 8kb
Publisher
:
npvt
[
Mathimatics-Numerical algorithms
]
PID-c-source-code
DL : 0
在使用单片机作为控制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
: 2025-02-17
Size
: 1kb
Publisher
:
王强
[
Algorithm
]
PID-CODE
DL : 2
用C编写的PID算法的详细实现, PID算法在自动控制, 家电方面都有丰富的应用-C prepared with a detailed realization of PID algorithm, PID algorithm in automatic control, home appliances have a wealth of applications
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Turing Xu
[
DSP program
]
PID(C)
DL : 0
PID算法(DSP C语言),可以作参考用-PID algorithm (DSP C language), can be used for reference
Update
: 2025-02-17
Size
: 2kb
Publisher
:
cnc202
[
Other Embeded program
]
PID
DL : 0
PID控制,C语言源程序,运用于电机闭环控制
Update
: 2025-02-17
Size
: 2kb
Publisher
:
jingcheng
[
Algorithm
]
PID
DL : 0
PID控制,C语言,PID机电控制,比例,积分,微分算法-PID control, C language, PID Electrical control, proportion, integral, differential algorithm
Update
: 2025-02-17
Size
: 11kb
Publisher
:
seabird
[
SCM
]
PIDcontrol
DL : 0
嵌入式C的一个课程设计:电模拟系统的单片机PID控制。程序用C语言写。最小系统板与电模拟系统的原理图都有。把PID.C编译下载到目标板。运行接到示波器即可显示控制结果。-Embedded C, a curriculum design: single-chip analog PID control systems. Procedures using C language. Minimum system board with the electrical schematic diagram of the simulation system has. To compile PID.C downloaded to the target board. Run from the control to display the results of oscilloscopes.
Update
: 2025-02-17
Size
: 254kb
Publisher
:
ccc
[
SCM
]
pid.c
DL : 0
直流伺服电机闭环控制程序,有PID算法的详细资料。-DC servo motor closed-loop control procedures, there is PID algorithm in detail.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
王子期
[
SCM
]
PID C语言代码
DL : 0
PID C语言实现,外国人写的代码,直接copy的。(Implementation of PID C language)
Update
: 2025-02-17
Size
: 17kb
Publisher
:
小雷qq
«
1
2
3
4
5
6
7
8
9
10
...
35
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.