代码搜索:Simulated

找到约 1,823 项符合「Simulated」的源代码

代码结果 1,823
www.eeworm.com/read/126854/6011424

tbl ar5111_rx_gain_2ghz.tbl

/* 1 = desired gain 2 = rf_b_lnagain 3 = rf_b_rfgain2 4 = rf_b_rfgain1 5 = rf_b_rfgain0 6 = rf_rf_gain 7 = rf_rf_atten0 8 = rf_if_gain 9 = rf_bb_gain1 10 = rf_
www.eeworm.com/read/158620/11597848

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/158619/11597860

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/151959/12158539

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/151959/12158552

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/292945/8321552

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/268111/11154248

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/268109/11154257

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/235546/14064156

m ofdm_fading_plot.m

clear all; close all; SNRindB1=0:1:10; for i=1:length(SNRindB1) [smld_err_prb(i),smld_per_prb(i)]=ofdm_fading(SNRindB1(i)); % simulated error rate end; semilogy(SNRindB1,smld_err_prb,'-*r');
www.eeworm.com/read/235546/14064212

asv ofdm_fading_plot.asv

clear all; close all; SNRindB1=0:1:10; for i=1:length(SNRindB1) [smld_err_prb(i),smld_per_prb(i)]=ofdm(SNRindB1(i)); % simulated error rate end; semilogy(SNRindB1,smld_err_prb,'-*r'); hold