代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/235546/14064270
m ofdmda_plot.m
clear all;
close all;
SNRindB1=0:1:10;
for i=1:length(SNRindB1)
[smld_err_prb(i),smld_per_prb(i)]=ofdmda(SNRindB1(i)); % simulated error rate
end;
semilogy(SNRindB1,smld_err_prb,'-*r');
www.eeworm.com/read/235546/14064281
asv ofdmce1_plot.asv
clear all;
close all;
SNRindB1=0:5:30;
%for i=1:length(SNRindB1)
%[smld_err_prb(i),smld_per_prb(i)]=ofdmce4_mmse(SNRindB1(i)); % simulated error rate
%end;
%semilogy(SNRindB1,smld_err_prb,'-*r')
www.eeworm.com/read/235546/14064284
m ofdma_plot.m
clear all;
close all;
SNRindB1=0:1:10;
for i=1:length(SNRindB1)
[smld_err_prb(i),smld_per_prb(i)]=ofdmda(SNRindB1(i)); % simulated error rate
end;
semilogy(SNRindB1,smld_err_prb,'-*r');
www.eeworm.com/read/125476/14491769
cc tst_simulate_european_options.cc
// file tst_simulate_european_options.cc
#include "fin_recipes.h"
void test_simulate_pricing() {
cout
www.eeworm.com/read/206790/15289888
asv qpsk_system_ber_simulation.asv
% QPSK System Simulation, Pe evaluation
clear;
echo on
SNRindB1=0:1:8;
SNRindB2=0:0.1:8;
% rayleigh channel
for i=1:length(SNRindB1),
[pb,ps]=raychn(SNRindB1(i)); % simulated
www.eeworm.com/read/152843/5657204
kconfig
menu "HP Simulator drivers"
depends on IA64_HP_SIM || IA64_GENERIC
config HP_SIMETH
bool "Simulated Ethernet "
config HP_SIMSERIAL
bool "Simulated serial driver support"
config HP_SIMSERIAL_CON
www.eeworm.com/read/446761/7565497
m trng_guass.m
function bpskerr_rate=trng_gauss
close all;
clear all;
clc
echo on
SNRindb1=0:2:12;
SNRindb2=0:2:12;
for i=1:length(SNRindb1)
smld_err_prb(i)=cm_bpske(SNRindb1(i)); %simulated error rate
www.eeworm.com/read/446761/7565501
m trng_ray.m
function bpskerr_rate=trng_ray
close all;
clear all;
clc
echo on
SNRindb1=0:2:12;
SNRindb2=0:2:12;
for i=1:length(SNRindb1)
smld_err_prb(i)=cm_bpske(SNRindb1(i)); %simulated error rate
www.eeworm.com/read/331939/12795993
m trng_guass.m
function bpskerr_rate=trng_gauss
close all;
clear all;
clc
echo on
SNRindb1=0:2:12;
SNRindb2=0:2:12;
for i=1:length(SNRindb1)
smld_err_prb(i)=cm_bpske(SNRindb1(i)); %simulated error rate
www.eeworm.com/read/331939/12796001
m trng_ray.m
function bpskerr_rate=trng_ray
close all;
clear all;
clc
echo on
SNRindb1=0:2:12;
SNRindb2=0:2:12;
for i=1:length(SNRindb1)
smld_err_prb(i)=cm_bpske(SNRindb1(i)); %simulated error rate