代码搜索:pid控制
找到约 10,000 项符合「pid控制」的源代码
代码结果 10,000
www.eeworm.com/read/461471/7226978
dsw pid.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/461471/7226979
ncb pid.ncb
www.eeworm.com/read/461358/7228664
mdl pid.mdl
Model {
Name "PID"
Version 6.4
MdlSubVersion 0
GraphicalInterface {
NumRootInports 0
NumRootOutports 0
ParameterArgumentNames ""
ComputedModelVersion
www.eeworm.com/read/460889/7238658
o pid.o
www.eeworm.com/read/460889/7238693
i pid.i
float pid(float thempSet, float themp)
{
extern float errThemp[3];
float tauDiffFilter;
float tauOutFilter;
float OutPID;
float KoeffNormOut;
float Differential;
float Integral;
www.eeworm.com/read/460889/7238699
c! pid.c!
VERSION:1 SOURCE_TIMESTAMP:3A538376
NODE:M LEVEL:0 LINE:9 "real"
NODE:M LEVEL:0 LINE:10 "MaxOut"
NODE:M LEVEL:0 LINE:11 "MinOut"
NODE:M LEVEL:0 LINE:17 "zoneProp"
NODE:M LEVEL:0 LINE:18 "tauInt"
www.eeworm.com/read/458211/7302048
m pid.m
%Fuzzy Tunning PID Control
clear all;
close all;
a=newfis('fuzzpid');
a=addvar(a,'input','e',[-3,3]); %parameter e
a=addmf(a,'input',1,'NB','zmf',[-3,-1]);
a=addmf(a,'inp
www.eeworm.com/read/457184/7333120
c pid.c
/********************************************************************
* Description: pid.c
* This file, 'pid.c', is a single
* Proportional/Integeral/Derivative control l