代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/235546/14064196
m ofdmda_qpsk_2plot.m
%以为2经的瑞衰的ofdmda and qpsk 的性曲比
clear all;
close all;
itau1=[0,2]; % Arrival time for each multipath normalized by tstp
dlvl11=[0,10]; % Mean power for each multipath normalized by direc
www.eeworm.com/read/235546/14064290
m ofdmda_qpsk_4plot.m
%以为4经的瑞衰的ofdmda and qpsk 的性曲比
clear all;
close all;
itau1=[0,2,3,4]; % Arrival time for each multipath normalized by tstp
dlvl11=[0,10,20,25]; % Mean power for each multipath normalize
www.eeworm.com/read/132953/14065467
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 follow
www.eeworm.com/read/132953/14065478
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
www.eeworm.com/read/132953/14065485
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 7, Chapter 9.
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
www.eeworm.com/read/102394/15783339
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/101557/15826435
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 7, Chapter 9.
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
www.eeworm.com/read/101557/15826605
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 co
www.eeworm.com/read/101557/15826611
m ip_09_07.m
% MATLAB scripit for Illustrative Problem 7, Chapter 9.
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
www.eeworm.com/read/101557/15826612
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