代码搜索:pid控制

找到约 10,000 项符合「pid控制」的源代码

代码结果 10,000
www.eeworm.com/read/372788/9492814

c 单片机实现pid算法实例程序.c

#include #include /*******************************************************************************/ int idata p,ti,td,t,gd; /*p--比例度, ti--积分时间, td--微分时间,t--采样时间,gd--给定值*/ /*时
www.eeworm.com/read/478155/6720767

m single neural net pid controller based on rbf identification.m

%Single Neural Net PID Controller based on RBF Identification clear all;close all; Jp=0.0030;bp=0.067; ts=0.001; Gp=tf([1],[Jp,bp,0]); Gpz=c2d(Gp,ts,'z'); [num,den]=tfdata(Gpz,'v'); h=zer
www.eeworm.com/read/212443/15156171

txt 增量式pid算法的汇编程序.txt

增量式PID算法的汇编程序 这个是温控系统中的一段 后面的什么电炉电扇就别管了 PID: MOV R5,#00H     ;[PID算法子程序] MOV R4,2DH ;取Nx值 MOV R3,#00H MOV R2,#28H ;取40度值