资源简介
该程序比较完整的分析了D2D通信的仿真程序,为研究D2D通信的研究着提供了研究的依据
代码片段和文件信息
%% Cell Scenarios With Fixed D2D link Lengths(100 nodes)
% Num=50; % Half of Number of nodes
R=1000; % Cell Raius(meters) xiaoqubanjing
% L=1000; % Length of links
% Circleit stands for a cell which has a radiu equal to 1000 meter.
seta=0:0.0001:2*pi;
x=R*sin(seta);
y=R*cos(seta);
figure(5)
plot(xy‘LineWidth‘2‘Color‘‘k‘)
axis square
hold on
% Plot the center of the circle
x_c=0;
y_c=0;
plot(x_cy_c‘*blue‘‘LineWidth‘1.5‘MarkerSize‘8)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 476 2012-05-07 15:30 D2D-communication-simulation\50nodes_tongji.m
文件 5632 2012-05-09 19:30 D2D-communication-simulation\Scenario_1_nodes_500.m
文件 136 2012-04-25 10:32 D2D-communication-simulation\budingjifen.m
文件 2296 2012-05-29 18:48 D2D-communication-simulation\node50_dangong_shuanggong.m
文件 2365 2012-05-10 10:18 D2D-communication-simulation\nodes50r1000_choose.m
文件 4 2012-04-24 10:10 D2D-communication-simulation\p-16-function-1.m
文件 155 2012-04-25 10:58 D2D-communication-simulation\tianchong+Dindjifen.m
目录 0 2015-10-21 17:17 D2D-communication-simulation\
- 上一篇:优酷1080p视频转换(批处理
- 下一篇:VFP学生信息查询系统
评论
共有 条评论