资源简介
阴影衰落建模,随机产生的服从正态分布的阴影衰落相互间没有相关性,而实际上阴影衰落在空间上有很强的相关性,代码中采用卷积的方法得到服从空间相关性的一组阴影衰落参量
代码片段和文件信息
function R=correlation(NLL)
%CORRELATION correlation function which depends only on the distance between two nodes
%N a square grid of N×N nodes ;n*n的节点
%LL coherence length;相干长度取20m
%R correlation matrix;相关矩阵
M=N;
for i=1:M
for j=1:N
D(ij)=sqrt((i-1-M/2)^2+(j-1-N/2)^2); %the distance between two nodes
end
end
R=exp(-D/LL); %R is an N×N correlation matrix
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 573 2011-10-18 09:40 shadow model\correlation.m
文件 941 2011-09-09 15:54 shadow model\figure3.asv
文件 150136 2005-11-08 17:22 shadow model\figure3.fig
文件 937 2011-09-09 15:58 shadow model\figure3.m
文件 267752 2005-11-08 17:15 shadow model\figure7.fig
文件 471 2005-11-09 09:56 shadow model\figure7.m
文件 1271 2011-10-18 09:55 shadow model\intercellshadow.m
文件 1718016 2005-11-08 20:22 shadow model\shadowmap.fig
文件 1955 2005-11-09 22:18 shadow model\shadowmap.m
..A..H. 162 2011-10-17 14:53 shadow model\~$ogram reference(Nokia).doc
目录 0 2011-10-18 11:19 shadow model
文件 30720 2011-09-04 21:25 shadow model\program reference(Nokia).doc
----------- --------- ---------- ----- ----
2172934 12
相关资源
- BL_model.rar
- Model Predictive Control
- Business Model Generation商业模式新生代
- Model Predictive Control System Design using M
- Model Predictive Control System Design and Imp
- Modelling.the.Wireless.Propagation.Channel.A.s
- MATLAB设计FPGA实现联合ISE和Modelsim仿真
- Random Walk Model Matlab源代码
- Robotics Modelling Planning and Control
- wind turbine model
- Practical Finite ElementModeling in Earth Scie
- dace.rar+Kriging+surrogate model
- Model+Predictive Control System Design and Imp
- Dirichlet Process Mixture Models(DPMM)
- ModelPredictiveControlSystemDesignandImplement
- Multiphysics Modeling Using COMSOL5 and MATLAB书
- model facenet模型
- 机器人学导论课后答案及参考书籍R
- LeslieModel.zip
- GAC model code
- 质子交换膜燃料电池建模与MATLAB仿真
- 时间序列的分析——模型的识别与预
-
MATLABSimuli
nk与Modelsim联合仿真步骤及 -
matlab simuli
nk 逆变器并网model VF/PQ控 - 网络数据包丢失模型matlab代码 Gilbe
- Matlab SIS model code
- 光伏电池组 局部阴影时输出模型 P-
- matlab混合高斯背景建模
- KaYaModel.mta
- Elhorst_files_matlab_spatial_modeling.zip
评论
共有 条评论