代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/479540/6688250
m pid.m
%Increment PID Controller
clear all;
close all;
ts=0.001;
sys=tf(400,[1,50,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
y_1=0;y_2=0;y_3=0;
x=[0,0,0]';
www.eeworm.com/read/477811/6723331
m pid.m
%升温
Close all;
ts=1;
sys=tf(2.5,[1,50,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
x=[0,0,0];
e=0;e_1=0;e_2=0;
u_1=0.0;u_2=0.0;u_3=0.0;
y_1=20;y_2=0;y_3=0;
for k =1:1:1000;
www.eeworm.com/read/477062/6744982
txt pid.txt
#include
#include
typedef struct PID {
double SetPoint; // 设定目标 Desired Value
double Proportion; // 比例常数 Proportional Const
www.eeworm.com/read/265006/11286096
pdf pid.pdf
www.eeworm.com/read/410353/11292363
c pid.c
/*************************************************************************/
/* */
/* Copyright (c) 1993-1998 Accelerated
www.eeworm.com/read/410160/11300341
pjt pid.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\Lab22-Pid\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="L
www.eeworm.com/read/410160/11300349
h pid.h
unsigned int numbers[104]=
{
//-- 0123456789 -- ** 宋体, 12 **
// 当前所选字体下一个汉字对应的点阵为: 宽度x高度=80x16, 调整后为: 80x16
0x0000,0x0FE0,0x1010,0x2008,0x2008,0x1010,0x0FE0,0x0000,
0x0000,0x2010,0x2010,
www.eeworm.com/read/410160/11300354
c pid.c
#include "2407c.h"
#include "PID.h"
#include "scancode.h"
#include "ctr.h"
ioport unsigned int port8000;
ioport unsigned int port8001;
ioport unsigned int port8002;
iopor
www.eeworm.com/read/410160/11300357
gel pid.gel
//menuitem "Echo Effector"
menuitem "Pid控制:速度设定输入"
dialog Set_Effect(nParam1"key(20..99):")
{
md=uWork_1=nParam1;
}
www.eeworm.com/read/410160/11300361