代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/476081/6773420
m ip_07_03.m
% MATLAB script for Illustrative Problem 7.3.
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
s
www.eeworm.com/read/323947/6784874
m ip_05_08.m
% MATLAB script for Illustrated Problem 5.8.
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe58(SNRindB1(i));
www.eeworm.com/read/323947/6784877
m ip_05_08.m
% MATLAB script for Illustrated Problem 5.8.
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe58(SNRindB1(i));
www.eeworm.com/read/414455/11111252
m ip_07_03.m
% MATLAB script for Illustrative Problem 7.3.
clear
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 rat
www.eeworm.com/read/414455/11111315
m ip_05_08.m
% MATLAB script for Illustrated Problem 5.8.
clear
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldpe58(SNRindB1(i
www.eeworm.com/read/414455/11111367
m ip_05_05.m
% MATLAB script for Illustrative Problem 5.5.
clear
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));
www.eeworm.com/read/414455/11111387
m ip_05_06.m
% MATLAB script for Illustrative Problem 5.6.
clear
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
www.eeworm.com/read/414455/11111494
m ip_05_09.m
% MATLAB script for Illustrative Problem 5.9.
clear
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(SNRi
www.eeworm.com/read/414455/11111563
m ip_05_04.m
% MATLAB script for Illustrative Problem 5.4.
clear
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));
www.eeworm.com/read/335805/12497548
m ip_05_08.m
% MATLAB script for Illustrated Problem 5.8.
echo on
SNRindB1=0:1:12;
SNRindB2=0:0.1:12;
for i=1:length(SNRindB1),
% simulated error rate
smld_err_prb(i)=smldPe58(SNRindB1(i));