代码搜索:Simulated

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

代码结果 1,823
www.eeworm.com/read/101557/15827423

m ip_05_08.m

% MATLAB script for Illustrated Problem 8, Chapter 5. echo on SNRindB1=0:1:12; SNRindB2=0:0.1:12; for i=1:length(SNRindB1), % simulated error rate smld_err_prb(i)=smldPe57(SNRind
www.eeworm.com/read/431628/8664545

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/431621/8664703

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/287843/8665189

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/287843/8665295

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/287843/8665320

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/287843/8665344

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/287843/8665526

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/287843/8665688

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/186716/8914584

m dart.m

function [a,b]=dart(mu,var,n,k) % DART visual depiction of the results from a simulated dart game. % % DART( [mean_x mean_y], [var_x var_y], N, K ) % [ mean_x mean_y ] .. : x and y coordinates