代码搜索:nonlinear
找到约 2,099 项符合「nonlinear」的源代码
代码结果 2,099
www.eeworm.com/read/202224/15389218
m testfitfun3.m
% testfitfun3
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
p1 = 10;
p2 = -4;
p3 = -6;
tdata = linspace(0,4,30)';
ydata = p1+p2
www.eeworm.com/read/202224/15389233
m testfitfun2.m
% testfitfun2
% script file to test nonlinear least squares problem
% create test data
x1 = -2; % alpha
x2 = -5; % beta
x3 = 10;
x4 = -4;
x5 = -6;
tdata = linspace(0,4,30)';
ydata = x3+x4
www.eeworm.com/read/389659/8509117
m chap8_3.m
%CMAC Identification for nonlinear model
clear all;
close all;
xite=1.5;
alfa=0.05;
M=100;
N=7;
C=7;
w=zeros(N,1);
%w=rands(N,1);
w_1=w;
w_2=w;
d_w=w;
u_1=0;
y_1=0;
ts=0.001;
www.eeworm.com/read/432495/8601971
m chap4_6.m
%CMAC Identification for nonlinear model
clear all;
close all;
xite=1.5;
alfa=0.05;
M=100;
N=7;
C=7;
w=zeros(N,1);
%w=rands(N,1);
w_1=w;
w_2=w;
d_w=w;
u_1=0;
y_1=0;
ts=0.001;
www.eeworm.com/read/388422/8610933
m chap4_6.m
%CMAC Identification for nonlinear model
clear all;
close all;
xite=1.5;
alfa=0.05;
M=100;
N=7;
C=7;
w=zeros(N,1);
%w=rands(N,1);
w_1=w;
w_2=w;
d_w=w;
u_1=0;
y_1=0;
ts=0.001;
www.eeworm.com/read/377814/9262043
m chap4_6.m
%CMAC Identification for nonlinear model
clear all;
close all;
xite=1.5;
alfa=0.05;
M=100;
N=7;
C=7;
w=zeros(N,1);
%w=rands(N,1);
w_1=w;
w_2=w;
d_w=w;
u_1=0;
y_1=0;
ts=0.001;
www.eeworm.com/read/179061/9375583
m chap4_6.m
%CMAC Identification for nonlinear model
clear all;
close all;
xite=1.5;
alfa=0.05;
M=100;
N=7;
C=7;
w=zeros(N,1);
%w=rands(N,1);
w_1=w;
w_2=w;
d_w=w;
u_1=0;
y_1=0;
ts=0.001;
www.eeworm.com/read/371917/9531109
m chap4_6.m
%CMAC Identification for nonlinear model
clear all;
close all;
xite=1.5;
alfa=0.05;
M=100;
N=7;
C=7;
w=zeros(N,1);
%w=rands(N,1);
w_1=w;
w_2=w;
d_w=w;
u_1=0;
y_1=0;
ts=0.001;
www.eeworm.com/read/167762/9953123
m chap8_3.m
%CMAC Identification for nonlinear model
clear all;
close all;
xite=1.5;
alfa=0.05;
M=100;
N=7;
C=7;
w=zeros(N,1);
%w=rands(N,1);
w_1=w;
w_2=w;
d_w=w;
u_1=0;
y_1=0;
ts=0.001;
www.eeworm.com/read/166836/9995915
m ex611.m
% ex611.m file.
% System Identification problem for a nonlinear plant
% PenChen Chou, July 28, 2001
% ====== Generate training data
Ts=0.001;k1=0:499;k2=500:699;t=Ts*[k1 k2];
u1 = sin(2*pi*k1/2