代码搜索结果

找到约 10,000 项符合 PID 的代码

cmac and pid.m

%CMAC and PID Concurrent Control clear all; close all; ts=0.001; sys=tf(1770,[1,60,1770]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); alfa=0.04; N=100;C=5; w=zeros(N+C,1); w_1

pid-fuzzy.c

#include #include #include "succus.h" #include #include #include #include #include #define parameterPID 0.

digital_pid.cmd

-stack 40 MEMORY { PAGE 0: /*程序空间*/ VECS: origin=0000h,length=0040h /*中断向量存贮空间*/ PVECS: origin=0044h,length=0100h /*外围中断向量*/ PM: origin=0150h,length=7EB0h /*片内Flash

digital_pid.asm

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; 实用数字PID控制程序 ;;;; 本程序的文件名是Digital_PID.asm ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; .title "Digital_PID.asm"

gaf_pid.m

function [kx,BsJ]=gaf_pid(kx,BsJ) global rin yout timef F a=50;b=400; ts=0.001; sys=tf(b,[1,a,0]); dsys=c2d(sys,ts,'z'); [num,den]=tfdata(dsys,'v'); u_1=0;u_2=0; y_1=0;y_2=0; e_1=0; B=0

pid_chanshu.m

%chap5_4.m %GA(Generic Algorithm) Program is to predict Parameters of Friction clear all; close all; global rin yout timef F Size=30; F=2; if F==1 CodeL=1; MinX=zeros(CodeL,1);

pid_set.h

#include uchar pid_setting(); extern void Write24LC65(uint address,uchar ddata);

pid_con.c

/*==================================================================================================== 其中包含了读温度的子程序 ===============================================================================