代码搜索:flch
找到约 168 项符合「flch」的源代码
代码结果 168
www.eeworm.com/read/386819/8723885
m flch11eg2.m
t=0:0.00005:0.018;
so=380*(sin(314*t));
sn=randn(size(so));
s=so+30*sn;
figure(1)
subplot(2,2,1),plot(so),ylabel('原始信号so/V');
subplot(2,2,2),plot(s),ylabel('染噪信号sn/V');
[thr,sorh,keepapp,crit]=
www.eeworm.com/read/386819/8723887
m flch11eg3.m
clc
ps1=[0.0444]'*1e10;
ps2=[0.0414]'*1e10;
ps3=[0.0413]'*1e10;
ps4=[0.6909]';
po1=[1.1430]'*1e16;
po2=[2.3228]'*1e15;
po3=[2.0379]'*1e15;
po4=[2.2893]'*1e15;
P=[ps1 ps2 ps3 ps4 po1 po2 po3
www.eeworm.com/read/386819/8723890
m flch11eg1.m
t=0:0.0001:0.5;
s1=380*(sin(314*t));
s2=zeros(1,5001);
s2(2000)=5;
s3=s1-s2;
figure(1)
subplot(3,1,1),plot(s1),ylabel('s1/V'),%title('s1=380sin(314*t)/V');
subplot(3,1,2),plot(s2),ylabel('s2/V'
www.eeworm.com/read/386814/8724306
m flch9eg1.m
clc;
clear;
close all;
T=[-1 1;-1 -1;1 1];
net=newhop(T);%创建该网络
Ai=T;
[Y,Pf,Af]=sim(net,2,{},Ai);
Y
%通过其它的初始条件Ai来检验该网络的性能
Ai={[-0.9;-0.8;0.7]};
[Y,Pf,Af]=sim(net,{1 5},{},Ai);
Y{1}
www.eeworm.com/read/386814/8724311
m flch9eg2.m
clc;
clear;
close all;
%===========================================================input character
xp=[-1 1 1 1 1 1 1 1 1 -1 -1 1 1 1 1 1 1 1 1 -1 -1 1 ...
1 -1 -1 -1 -1 -1 -1 -1 -1 1 1 -1 -
www.eeworm.com/read/386809/8724388
mdl flch8eg4.mdl
Model {
Name "FLch8eg4"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
ShowStorageClas
www.eeworm.com/read/386809/8724392
m flch8eg5.m
clear
close all
%------------------------------------------------------------------------------------------------------得到样本
[t,y] = ode45(@LorenzDifEqn2,[0:0.01:100],[0.1 0.1 10]);%产生混沌序列
g = y(50
www.eeworm.com/read/386809/8724395
m flch8eg2.m
%ch8.2
clc;
clear;
close all;
P=[1 2 3];
T=[2.0 4.1 5.9];
net=newrb(P,T); %创建一个径向基神经网络
NEWRB,neurons=0,SSE=0.0521893;
P=1.5; %输入一个新的样本值
Y=sim(
www.eeworm.com/read/386809/8724398
m flch8eg1.m
%ch8.1
clc;
clear;
close all;
P = [1 2 3];
T = [2.0 4.1 5.9];
Net=newrbe(P,T); %创建一个径向基函数网络
P=1.5; %输入一个新的样本值
Y=sim(Net,P) %仿真该网络
www.eeworm.com/read/386809/8724404
m flch8eg3.m
%ch8.3
clc;
clear;
close all;
%%%%%%%%%%%%%%%%%%%%%%%%%训练样本%%%%%%%%%%%%%%%%%%%%%%%%%
P=-1:0.1:1;
T=[-0.9602 -0.5770 -0.0729 0.3771 0.6405 0.6600 0.4609 ...
0.1336 -0.2013 -0.4344 -0.5000 -0