代码搜索:Simulated

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

代码结果 1,823
www.eeworm.com/read/431297/8690537

m mimosimspectralhelp.m

function [t,y] = MIMOsimSpectral(q,nBS,nMS,kappa,mu,gamma,alpha,beta,fmax,BS_spacing,MS_spacing,Delta,NofR,dt,Tmax,Plots) % MIMOsimSpectral % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % A Simple
www.eeworm.com/read/363487/9949226

m mimosimspectralhelp.m

function [t,y] = MIMOsimSpectral(q,nBS,nMS,kappa,mu,gamma,alpha,beta,fmax,BS_spacing,MS_spacing,Delta,NofR,dt,Tmax,Plots) % MIMOsimSpectral % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % A Simple
www.eeworm.com/read/424416/10452697

m mimosimspectralhelp.m

function [t,y] = MIMOsimSpectral(q,nBS,nMS,kappa,mu,gamma,alpha,beta,fmax,BS_spacing,MS_spacing,Delta,NofR,dt,Tmax,Plots) % MIMOsimSpectral % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % A Simple
www.eeworm.com/read/272523/10954479

m mimosimspectralhelp.m

function [t,y] = MIMOsimSpectral(q,nBS,nMS,kappa,mu,gamma,alpha,beta,fmax,BS_spacing,MS_spacing,Delta,NofR,dt,Tmax,Plots) % MIMOsimSpectral % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % A Simple
www.eeworm.com/read/303683/13810309

m mimosimspectralhelp.m

function [t,y] = MIMOsimSpectral(q,nBS,nMS,kappa,mu,gamma,alpha,beta,fmax,BS_spacing,MS_spacing,Delta,NofR,dt,Tmax,Plots) % MIMOsimSpectral % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % A Simple
www.eeworm.com/read/158097/11643700

m mimosimspectralhelp.m

function [t,y] = MIMOsimSpectral(q,nBS,nMS,kappa,mu,gamma,alpha,beta,fmax,BS_spacing,MS_spacing,Delta,NofR,dt,Tmax,Plots) % MIMOsimSpectral % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % A Simple
www.eeworm.com/read/305910/13756400

m hw2a.m

close all; clear all; clc echo on %Input snr_in_db for test snr_in_db=0:0.2:10; %thorey BER for i=1:length(snr_in_db) snr=10^(snr_in_db(i)/10); theory_Pe(i)=erfc(sqrt(snr))/2;
www.eeworm.com/read/305910/13756402

asv hw2a.asv

close all; clear all; clc echo on %Input snr_in_db for test snr_in_db=0:0.2:10; %thorey BER for i=1:length(snr_in_db) snr=10^(snr_in_db(i)/10); theory_Pe(i)=erfc(sqrt(snr))/2; end
www.eeworm.com/read/305910/13756403

m hw2b.m

close all; clear all; clc echo on %Input snr_in_db for test snr_in_db=0:0.5:14; %thorey BER for i=1:length(snr_in_db) snr=10^(snr_in_db(i)/10); theory_Pe(i)=(1-sqrt(snr/(1+snr)))/2;
www.eeworm.com/read/305910/13756404

asv hw2b.asv

close all; clear all; clc echo on %Input snr_in_db for test snr_in_db=0:0.2:10; %thorey BER for i=1:length(snr_in_db) snr=10^(snr_in_db(i)/10); theory_Pe(i)=(1-sqrt(SNR/(1+SNR)))/2;