资源简介

无线信道传播建模与仿真MATLAB源代码

资源截图

代码片段和文件信息

function RR=BINSequalprobRayleigh(Nbins sigma)

% Nbins=5;
% sigma=1;

ProbBIN=1/Nbins;

RR=[0];
R1=0;
for ii=1:Nbins-1
    R2=sqrt(-2*sigma^2*log(exp(-R1.^2/(2*sigma^2))-ProbBIN));
    R1=R2;
    RR=[RR; R2];
end
RR=[RR; 99];


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        245  2007-09-22 09:11  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\BINSequalprobRayleigh.m

     文件        144  2007-09-18 20:54  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\fCDF.m

     文件         85  2007-09-26 09:47  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\GaussianCDF.m

     文件        835  2008-01-01 20:28  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\intro11.m

     文件       2958  2008-02-01 16:56  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\project11.m

     文件       4760  2014-03-15 22:30  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\project12.m

     文件       1602  2008-02-01 17:02  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\project131.m

     文件       1591  2008-02-01 17:02  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\project132.m

     文件         88  2007-08-09 10:12  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\RayleighCDF.m

     文件        170  2007-09-28 17:27  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\RayleighHIST.m

     文件        105  2007-09-21 10:02  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\Rayleighpdf.m

     文件     921269  2007-09-19 19:15  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\series11.mat

     文件    4723510  2008-01-02 13:25  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\series12.mat

     文件       2146  2007-09-20 08:52  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\series131.mat

     文件       2062  2007-09-28 18:12  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap01_Introduction to Wireless Propagation\series132.mat

     文件        887  2007-10-16 10:33  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\epstein_peterson.m

     文件       2120  2007-07-03 13:01  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\erfz.m

     文件        393  2007-09-11 18:11  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\Fresnel_integrals.m

     文件       1130  2007-09-11 18:23  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\intro21.m

     文件        469  2007-12-06 21:15  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\intro22.m

     文件       2050  2007-12-07 14:14  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project21.m

     文件       1655  2014-03-12 17:28  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project22.m

     文件       3034  2014-03-12 15:38  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project23.m

     文件      15375  2014-03-12 16:52  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project24.m

     文件       5669  2008-04-07 10:41  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project25.m

     文件       2754  2007-12-06 17:10  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project261.m

     文件       3571  2007-12-06 17:28  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project262.m

     文件       5665  2008-01-28 18:06  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project263.m

     文件       2812  2007-12-07 17:58  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\project27.m

     文件        372  2007-10-29 17:47  original code of modeling the wireless propagation channel a simulation approach with MATLAB\Cap02_Shadowing Effects\triang_win.m

............此处省略158个文件信息

评论

共有 条评论