代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/213940/15122005
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe97(rho_b(i)); % simulated error rate
e
www.eeworm.com/read/212047/15166998
texi siman.texi
@cindex simulated annealing
@cindex combinatorial searches
Stochastic search techniques are used when the structure of a space is
not well understood or is not smooth, so that techniques like Newton'
www.eeworm.com/read/210161/15205721
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follo
www.eeworm.com/read/210161/15205727
m ip_09_06.m
% MATLAB script for Illustrative Problem 9.6.
echo on
rho_b1=0:5:35; % rho in dB for the simulated error rate
rho_b2=0:0.1:35; % rho in dB for theoretical error rate computation
www.eeworm.com/read/210161/15205730
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe97(rho_b(i)); % simulated error rate
e
www.eeworm.com/read/167728/5453194
texi siman.texi
@cindex simulated annealing
@cindex combinatorial searches
@cindex combinatorial optimization
@cindex optimization -- combinatorial
@cindex energy function
@cindex cost function
Stochastic search tech
www.eeworm.com/read/476079/6773396
m ss42.m
% MATLAB script for Illustrative Problem
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe42(rho_b(i)); % simulated error rate
end;
% Plotting commands follo
www.eeworm.com/read/476079/6773401
m ip_09_06.m
% MATLAB script for Illustrative Problem 9.6.
echo on
rho_b1=0:5:35; % rho in dB for the simulated error rate
rho_b2=0:0.1:35; % rho in dB for theoretical error rate computation
www.eeworm.com/read/476079/6773403
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 9.7.
echo on
rho_b=0:2:24; % rho in dB
for i=1:length(rho_b),
smld_err_prb(i)=ss_Pe97(rho_b(i)); % simulated error rate
e
www.eeworm.com/read/173140/9671049
m ip_09_06.m
% MATLAB script for Illustrative Problem 6, Chapter 9.
echo on
rho_b1=0:5:35; % rho in dB for the simulated error rate
rho_b2=0:0.1:35; % rho in dB for theoretical error rate compu