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


无线信道传播建模与仿真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 MATLABCap01_Introduction to Wireless PropagationBINSequalprobRayleigh.m

     文件        144  2007-09-18 20:54  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless PropagationfCDF.m

     文件         85  2007-09-26 09:47  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless PropagationGaussianCDF.m

     文件        835  2008-01-01 20:28  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationintro11.m

     文件       2958  2008-02-01 16:56  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationproject11.m

     文件       4760  2014-03-15 22:30  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationproject12.m

     文件       1602  2008-02-01 17:02  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationproject131.m

     文件       1591  2008-02-01 17:02  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationproject132.m

     文件         88  2007-08-09 10:12  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless PropagationRayleighCDF.m

     文件        170  2007-09-28 17:27  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless PropagationRayleighHIST.m

     文件        105  2007-09-21 10:02  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless PropagationRayleighpdf.m

     文件     921269  2007-09-19 19:15  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationseries11.mat

     文件    4723510  2008-01-02 13:25  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationseries12.mat

     文件       2146  2007-09-20 08:52  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationseries131.mat

     文件       2062  2007-09-28 18:12  original code of modeling the wireless propagation channel a simulation approach with MATLABCap01_Introduction to Wireless Propagationseries132.mat

     文件        887  2007-10-16 10:33  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsepstein_peterson.m

     文件       2120  2007-07-03 13:01  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectserfz.m

     文件        393  2007-09-11 18:11  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing EffectsFresnel_integrals.m

     文件       1130  2007-09-11 18:23  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsintro21.m

     文件        469  2007-12-06 21:15  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsintro22.m

     文件       2050  2007-12-07 14:14  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject21.m

     文件       1655  2014-03-12 17:28  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject22.m

     文件       3034  2014-03-12 15:38  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject23.m

     文件      15375  2014-03-12 16:52  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject24.m

     文件       5669  2008-04-07 10:41  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject25.m

     文件       2754  2007-12-06 17:10  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject261.m

     文件       3571  2007-12-06 17:28  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject262.m

     文件       5665  2008-01-28 18:06  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject263.m

     文件       2812  2007-12-07 17:58  original code of modeling the wireless propagation channel a simulation approach with MATLABCap02_Shadowing Effectsproject27.m

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

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)