代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/311817/13625297
c pid.c
#include
#define r_Kp 1
#define r_Ki 1
#define r_Kd 1
sbit stop=P3^5;
sbit wire_dir=P4^7;
sbit wire_enable=P4^6;
sbit rot_dir=P4^4;
sbit rot_enable=P4^5;
sbit send_enable=P3^4;
sbit w
www.eeworm.com/read/311817/13625309
obj pid.obj
www.eeworm.com/read/311817/13625310
lst pid.lst
C51 COMPILER V7.06 PID 09/08/2005 15:02:37 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE PID
OBJECT MODULE PLACED IN E:\
www.eeworm.com/read/309923/13661931
doc pid.doc
www.eeworm.com/read/307145/13727575
pid step.pid
# step.pid
#
# shows the step function response with a 10%
# step in "manual mode", that is using the
# constant bias parameter only
#
# sets the Set point value the same as the
# desired outpu
www.eeworm.com/read/307145/13727577
pid id.pid
# id.pid
#
# same integral gain as ionly.pid,
# derivative gain added
# initial settings
P=0 Proportional gain
I=1.0 Integral gain
D=.3 Derivative gain
H=0
www.eeworm.com/read/307145/13727579
pid ionly.pid
# ionly.pid
#
# integral gain only
# initial settings
P=0 Proportional gain
I=1.0 Integral gain
D=.0 Derivative gain
H=0 output Hold
A=0
www.eeworm.com/read/304425/13794741
m pid.m
g = 9.8; %重力加速度 单位:m/s2
pi = 3.14; %圆周率
mh = 1.8; %直升机本体质量 单位:kg
la = 0.88; %直升机本体到旋转轴的距离 单位:m
mw = 3.443; %平衡块的质量 单位:kg
lb = 0.35; %平衡快到支点的距离 单位:m
Tg = mh*g*la - mw*g*lb; %系统有效的重力矩 单位:N*m
Je
www.eeworm.com/read/302845/13826523
h pid.h
/*
* PID Force feedback support for hid devices.
*
* Copyright (c) 2002 Rodrigo Damazio.
*/
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/302845/13826527
c pid.c
/*
* PID Force feedback support for hid devices.
*
* Copyright (c) 2002 Rodrigo Damazio.
* Portions by Johann Deneux and Bjorn Augustson
*/
/*
* This program is free software; you can redist