代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/323951/13306741
m ip_07_05.m
% MATLAB script for Illustrative Problem 7.5.
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 off ;
e
www.eeworm.com/read/321160/13411580
m ip_07_08.m
% MATLAB script for Illustrative Problem 8, Chapter 7.
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo off ;
www.eeworm.com/read/321160/13411581
m ip_07_05.m
% MATLAB script for Illustrative Problem 5, Chapter 7.
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 off ;
www.eeworm.com/read/321050/13412784
m ip_07_08.m
% MATLAB script for Illustrative Problem 7.8.
clear
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo o
www.eeworm.com/read/313963/13577670
m ip_07_08.m
% MATLAB script for Illustrative Problem 7.8.
clear
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo o
www.eeworm.com/read/313956/13577986
m ip_07_08.m
% MATLAB script for Illustrative Problem 8, Chapter 7.
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
end;
www.eeworm.com/read/313956/13577999
m ip_07_05.m
% MATLAB script for Illustrative Problem 5, Chapter 7.
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
end;
www.eeworm.com/read/306478/13744556
m ip_07_08.m
% MATLAB script for Illustrative Problem 7.8.
clear
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo o
www.eeworm.com/read/303558/13812507
m ip_07_08.m
% MATLAB script for Illustrative Problem 7.8.
clear
echo on
SNRindB1=0:2:15;
SNRindB2=0:0.1:15;
for i=1:length(SNRindB1),
smld_err_prb(i)=cm_sm52(SNRindB1(i)); % simulated error rate
echo o
www.eeworm.com/read/147422/5729723
m sa.m
% sa.m
% Simulated Annealing Algorithm
ii1 = rem(floor(iseed1/177),177) + 2;
j = rem(iseed1,177) + 2;
k = rem(floor(iseed2/169),178) + 1;
l = rem(iseed2,169);
for ii=1:97,
s = 0.0;