代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/267142/11191697
doc matlab 作日历.doc
www.eeworm.com/read/412415/11200487
pdf matlab1.pdf
www.eeworm.com/read/412415/11200488
pdf matlab3.pdf
www.eeworm.com/read/412415/11200489
pdf matlab2.pdf
www.eeworm.com/read/266742/11213597
pdf matlab 图像处理.pdf
www.eeworm.com/read/336010/12481485
doc matlab基本语法.doc
www.eeworm.com/read/249625/12484544
ppt matlab文件操作.ppt
www.eeworm.com/read/249622/12484616
m matlab_5.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/249620/12485128
m matlab_4.m
%Adaptive PID control based on RBF Identification
clear all;
close all;
xite=0.25;
alfa=0.05;
belte=0.01;
x=[0,0,0]';
ci=30*ones(3,6);
bi=40*ones(6,1);
w=10*ones(6,1);
h=[0,0,0,0,0,0]
www.eeworm.com/read/249619/12485135
m matlab_3.m
%BP based PID Control
clear all;
close all;
xite=0.20;
alfa=0.05;
S=2; %Signal type
IN=4;H=5;Out=3; %NN Structure
if S==1 %Step Signal
wi=[-0.6394 -0.2696 -0.3756 -0.7023;
-