代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/456354/7351307
m ip_05_09.m
% MATLAB script for Illustrative Problem 9, Chapter 5.
echo on
SNRindB1=5:1:25;
SNRindB2=5:0.1:25;
M=16;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe59(SNRindB1(
www.eeworm.com/read/456354/7351313
m ip_05_05.m
% MATLAB script for Illustrated Problem 5, Chapter 5.
echo on
SNRindB1=0:1:10;
SNRindB2=0:0.1:10;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe55(SNRindB1(i));
echo
www.eeworm.com/read/456354/7351432
m ip_07_03.m
% MATLAB script for Illustrative Problem 3, Chapter 7.
echo on
SNRindB1=0:2:10;
SNRindB2=0:0.1:10;
for i=1:length(SNRindB1),
[pb,ps]=cm_sm32(SNRindB1(i)); % simulated bit and symbol error rates
www.eeworm.com/read/445831/7589504
m ip_05_05.m
% MATLAB script for Illustrative Problem 5.5.
echo on
SNRindB1=0:1:10;
SNRindB2=0:0.1:10;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe55(SNRindB1(i));
echo o
www.eeworm.com/read/445831/7589508
m ip_05_06.m
% MATLAB script for Illustrative Problem 5.6.
echo on
SNRindB1=0:1:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=smldPe56(SNRindB1(i)); % simulated error rate
echo o
www.eeworm.com/read/445831/7589512
m ip_05_09.m
% MATLAB script for Illustrative Problem 5.9.
echo on
SNRindB1=5:1:25;
SNRindB2=5:0.1:25;
M=16;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe59(SNRindB1(i)
www.eeworm.com/read/445831/7589515
m ip_05_04.m
% MATLAB script for Illustrative Problem 5.4.
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe54(SNRindB1(i));
echo o
www.eeworm.com/read/439811/7701393
m ip_07_05.m
% MATLAB script for Illustrative Problem 7.5.
clear
echo on
SNRindB1=0:2:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm34(SNRindB1(i)); %simulated error rate
echo of
www.eeworm.com/read/198642/7918012
m ip_05_05.m
% MATLAB script for Illustrated Problem 5, Chapter 5.
clear all
echo on
SNRindB1=0:1:10;
SNRindB2=0:10;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe55(SNRindB1(i)
www.eeworm.com/read/298254/7969737
txt res.g5.txt
Graph graphs/data/g5.dat read from file
Vertices: 10 Edges: 26
Empty set initialization
Simulated annealing algorithm
PARAMETERS: t0: 0.3 t1:0.2 alpha:0.999 i_l:5
INI_SOL: 0 RES: 24 foundTem