init
This commit is contained in:
BIN
FOTF Toolbox/simulink2019b/bench/bp1_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp1_model.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/bench/bp1_model2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp1_model2.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/bench/bp2_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp2_model.slx
Normal file
Binary file not shown.
4
FOTF Toolbox/simulink2019b/bench/bp3_fcn.m
Normal file
4
FOTF Toolbox/simulink2019b/bench/bp3_fcn.m
Normal file
@ -0,0 +1,4 @@
|
||||
function y=bp3_fcn(u)
|
||||
y=u^(1.5-sqrt(2))*exp(u)*...
|
||||
ml_func([1,3-sqrt(2)],-u)./ml_func([1,1.5],-u);
|
||||
end
|
BIN
FOTF Toolbox/simulink2019b/bench/bp3_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp3_model.slx
Normal file
Binary file not shown.
4
FOTF Toolbox/simulink2019b/bench/bp4_fcn.m
Normal file
4
FOTF Toolbox/simulink2019b/bench/bp4_fcn.m
Normal file
@ -0,0 +1,4 @@
|
||||
function y=bp4_fcn(t)
|
||||
y=1/8*t*(ml_func([1,1.8],-t/2)*ml_func([1,1.2],-t/2)+...
|
||||
ml_func([1,1.7],-t/2)*ml_func([1,1.3],-t/2));
|
||||
end
|
BIN
FOTF Toolbox/simulink2019b/bench/bp4_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp4_model.slx
Normal file
Binary file not shown.
5
FOTF Toolbox/simulink2019b/bench/bp5_fcn.m
Normal file
5
FOTF Toolbox/simulink2019b/bench/bp5_fcn.m
Normal file
@ -0,0 +1,5 @@
|
||||
function y=bp5_fcn(u)
|
||||
y=[(((u(2)-0.5)*(u(3)-0.3))^(1/5)+sqrt(u(4)))/sqrt(pi);
|
||||
(u(1)-1)*gamma(2.2); (u(2)-0.5)*gamma(2.3)/gamma(2.2)];
|
||||
y=real(y); %{\kaishu\,因未知原因混入微小的虚数,所以需要提取实部}
|
||||
end
|
BIN
FOTF Toolbox/simulink2019b/bench/bp5_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp5_model.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/bench/bp5_model2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp5_model2.slx
Normal file
Binary file not shown.
6
FOTF Toolbox/simulink2019b/bench/bp5a_fcn2.m
Normal file
6
FOTF Toolbox/simulink2019b/bench/bp5a_fcn2.m
Normal file
@ -0,0 +1,6 @@
|
||||
function y=c8mfss3a(u)
|
||||
y=[2/sqrt(pi)*(((u(2)-0.3)*(u(3)-0.5*u(1)))^(1/5)+sqrt(u(5)));
|
||||
gamma(1.4)/gamma(1.3)*((u(1)-1)/2)^0.3;
|
||||
u(4); gamma(3.1)/gamma(1.6)*sqrt((u(2)-0.3)^3)];
|
||||
y=real(y); %{\kaishu\,因未知原因混入微小的虚数,所以需要提取实部}
|
||||
end
|
BIN
FOTF Toolbox/simulink2019b/bench/bp5a_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp5a_model.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/bench/bp5a_model2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp5a_model2.slx
Normal file
Binary file not shown.
6
FOTF Toolbox/simulink2019b/bench/bp5b_fcn.m
Normal file
6
FOTF Toolbox/simulink2019b/bench/bp5b_fcn.m
Normal file
@ -0,0 +1,6 @@
|
||||
function y=bp5b_fcn(u)
|
||||
y=[4/sqrt(pi)*((u(2)-0.3)*(u(3)-0.5*u(1)))^(1/5);
|
||||
gamma(1.4)/gamma(1.3)*((u(1)-1)/2)^0.3;
|
||||
gamma(3.1)/gamma(1.6)*sqrt((u(2)-0.3)^3)];
|
||||
y=real(y); %{\kaishu\,因未知原因混入微小的虚数,所以需要提取实部}
|
||||
end
|
3
FOTF Toolbox/simulink2019b/bench/bp6_fcn.m
Normal file
3
FOTF Toolbox/simulink2019b/bench/bp6_fcn.m
Normal file
@ -0,0 +1,3 @@
|
||||
function y = bp6_fcn(u)
|
||||
y=u^(1.5-sqrt(2))*exp(u)*...
|
||||
ml_func([1,3-sqrt(2)],-u)./ml_func([1,1.5],-u);
|
BIN
FOTF Toolbox/simulink2019b/bench/bp6_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp6_model.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/bench/bp6a_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp6a_model.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/bench/bp7_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp7_model.slx
Normal file
Binary file not shown.
5
FOTF Toolbox/simulink2019b/bench/bp7_opts.m
Normal file
5
FOTF Toolbox/simulink2019b/bench/bp7_opts.m
Normal file
@ -0,0 +1,5 @@
|
||||
function y=bp7_opts(x)
|
||||
W=get_param(gcs,'ModelWorkspace'); assignin(W,'a',x(1))
|
||||
try, txy=sim('bp7_model'); y0=txy.yout; y=abs(y0(end)-exp(-1));
|
||||
catch, y=10; end
|
||||
end
|
BIN
FOTF Toolbox/simulink2019b/bench/bp7a_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp7a_model.slx
Normal file
Binary file not shown.
3
FOTF Toolbox/simulink2019b/bench/bp8_fcn.m
Normal file
3
FOTF Toolbox/simulink2019b/bench/bp8_fcn.m
Normal file
@ -0,0 +1,3 @@
|
||||
function y = bp7_fcn(u)
|
||||
y=u^(1.5-sqrt(2))*exp(u)*...
|
||||
ml_func([1,3-sqrt(2)],-u)./ml_func([1,1.5],-u);
|
BIN
FOTF Toolbox/simulink2019b/bench/bp8_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp8_model.slx
Normal file
Binary file not shown.
4
FOTF Toolbox/simulink2019b/bench/bp8a_fcn.m
Normal file
4
FOTF Toolbox/simulink2019b/bench/bp8a_fcn.m
Normal file
@ -0,0 +1,4 @@
|
||||
function y=bp8a_fcn(t)
|
||||
y=t^(1.5-sqrt(2))*exp(t-0.3)*...
|
||||
ml_func([1,3-sqrt(2)],-t)./ml_func([1,1.5],-t);
|
||||
end
|
BIN
FOTF Toolbox/simulink2019b/bench/bp8a_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp8a_model.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/bench/bp_models.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/bench/bp_models.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c10mpdm2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c10mpdm2.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c5mimp.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c5mimp.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c5mqft.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c5mqft.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c5msim1.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c5msim1.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mblk1a.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mblk1a.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mblk1b.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mblk1b.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mblk2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mblk2.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mblk3.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mblk3.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mblk5.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mblk5.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mchaos.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mchaos.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mchaos2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mchaos2.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mchaos_v.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mchaos_v.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mchuasim.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mchuasim.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mexp2s.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mexp2s.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mfpid.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mfpid.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mfpid1.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mfpid1.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mimps.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mimps.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mmimo.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mmimo.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mnlf1.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mnlf1.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mnlf2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mnlf2.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mnlf3.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mnlf3.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mod_3.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mod_3.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c8mstep.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c8mstep.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mdde1a.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mdde1a.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mdde1b.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mdde1b.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mdde3.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mdde3.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mfpid2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mfpid2.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mfpids.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mfpids.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mimp3.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mimp3.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mplant.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mplant.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mvofuz.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mvofuz.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/c9mvofuz2.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/c9mvofuz2.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/fotflib.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/fotflib.slx
Normal file
Binary file not shown.
BIN
FOTF Toolbox/simulink2019b/pidctrl_model.slx
Normal file
BIN
FOTF Toolbox/simulink2019b/pidctrl_model.slx
Normal file
Binary file not shown.
Reference in New Issue
Block a user