代码搜索:Calculating
找到约 1,772 项符合「Calculating」的源代码
代码结果 1,772
www.eeworm.com/read/377814/9261837
m chap5_3f.m
function [Kpidi,BsJ]=pid_gaf(Kpidi,BsJ)
global rin yout timef
ts=0.001;
sys=tf(400,[1,50,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
rin=1.0;
u_1=0.0;u_2=0.0;
y_1=0.0;y_2=0.0;
www.eeworm.com/read/377814/9261865
m chap6_5.m
%DRNN Tunning PID Controler for coupling plant
clear all;
close all;
u1_1=0.0;u1_2=0.0;u1_3=0.0;
u2_1=0.0;u2_2=0.0;u2_3=0.0;
y1_1=0;y2_1=0;
wd1=rands(7,1);
wo1=rands(7,1);
wi1=rands(3,7);
www.eeworm.com/read/377814/9262036
m chap4_10.m
%Adaptive PID control based on Fuzzy RBF Identification
clear all;
close all;
xite=0.20;
alfa=0.02;
c0=0.65*ones(2,5);
b0=0.30*ones(5,1);
w0=[0.5632 0.2176 0.5049
0.5533 -0.506
www.eeworm.com/read/377814/9262051
m chap3_1.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,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
www.eeworm.com/read/377814/9262121
m chap1_10.m
%PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
r_1=rand;
y_1=0;y_2=0;y
www.eeworm.com/read/377494/9274445
m xscript.m
% xScript.m
% An Example of Script File
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision:
www.eeworm.com/read/376425/9317674
m xscript.m
% xScript.m
% An Example of Script File
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision:
www.eeworm.com/read/179061/9375403
m chap5_3f.m
function [Kpidi,BsJ]=pid_gaf(Kpidi,BsJ)
global rin yout timef
ts=0.001;
sys=tf(400,[1,50,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
rin=1.0;
u_1=0.0;u_2=0.0;
y_1=0.0;y_2=0.0;
www.eeworm.com/read/179061/9375419
m chap6_5.m
%DRNN Tunning PID Controler for coupling plant
clear all;
close all;
u1_1=0.0;u1_2=0.0;u1_3=0.0;
u2_1=0.0;u2_2=0.0;u2_3=0.0;
y1_1=0;y2_1=0;
wd1=rands(7,1);
wo1=rands(7,1);
wi1=rands(3,7);
www.eeworm.com/read/179061/9375575
m chap4_10.m
%Adaptive PID control based on Fuzzy RBF Identification
clear all;
close all;
xite=0.20;
alfa=0.02;
c0=0.65*ones(2,5);
b0=0.30*ones(5,1);
w0=[0.5632 0.2176 0.5049
0.5533 -0.506