登录
首页 » PDF » 面向5G通信网的D2D技术综述

面向5G通信网的D2D技术综述

于 2020-03-10 发布
0 152
下载积分: 1 下载次数: 4

代码说明:

说明:  在探讨D2D 对通信技术未来发展的导向作用基础上,明确了影响D2D 系统设计的多个因素,即D2D 设 备发现、资源分配、缓存技术、D2D-MIMO。从而勾画出基于D2D 技术的光纤前传和软件定义网络实现数据/控制分离的扁平化5G 架构,提出负责接入的下层宏/小基站蜂窝网和负责管理的上层网络云的管理机制。将D2D技术、SDN 技术、边缘计算和物联网技术等关键技术引入未来移动通信网络已经成为研究领域的热点,针对与之相关的、未来大规模网络的移动性、QoS 和大数据特性进行了讨论。(On the basis of discussing the guiding role of D2D in the future development of communication technology, this paper makes clear the factors influencing the design of D2D system, namely D2D hypothesis Standby discovery, resource allocation, caching techniques, d2d-mimo.Thus, the flat 5G architecture for data/control separation is outlined based on D2D technology of optical fiber prepreel and software-defined network, and the management mechanism of the lower macro/small base station cellular network responsible for access and the upper network cloud responsible for management is proposed.The introduction of D2D technology, SDN technology, edge computing and Internet of things into the future mobile communication network has become a hot topic in the research field.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 33节点DG最优分布
    说明:  通过粒子群算法实现在33节点中的分布式电源的选址定容(Location and capacity determination of distributed generation in 33 nodes by particle swarm optimization)
    2021-04-01 17:19:08下载
    积分:1
  • IR21084_94IC
    componente ir511hd420ictr for proteus
    2018-11-11 19:07:53下载
    积分:1
  • labview 写的拼图游戏,挺好玩的,华容道
    labview 写的拼图游戏,挺好玩的,华容道-labview game
    2023-02-28 23:45:04下载
    积分:1
  • average
    用于批量多组向量求平均,平均光谱个数必须是相等的,如所有光谱每三个求一个平均(The average number of spectra must be equal for each batch of vectors, such as the average of every three of them)
    2017-11-09 10:22:52下载
    积分:1
  • 该程序利用向量V作为依据。生成方循环矩阵
    This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string. -This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string.
    2022-12-18 03:50:03下载
    积分:1
  • 2022-06-01 12:13:56下载
    积分:1
  • HMM代码整理与hmmlearn安装详细教程
    说明:  HMM代码整理与hmmlearn安装详细教程 ,包含三种问题的PYTHON实现(HMM code finishing and hmmlearn installation detailed tutorial, including PYTHON implementation of three problems)
    2020-11-03 17:03:54下载
    积分:1
  • 12V 2.5A反激电源
    12v 2.5a硬件pcb 计算反激电源计算(12V, 2.5A hardware, PCB calculation, flyback power calculation)
    2021-04-12 23:38:57下载
    积分:1
  • asm-tree-4.0
    说明:  ssh搭建 asm-all-4.0.jar 解决ssh包冲突问题(SSH architecture Solving SSH Packet Conflict Problem)
    2020-06-17 12:40:02下载
    积分:1
  • 有关Delphi Cell报表的相关测试实例源码
    收集了一些有关Delphi Cell报表的相关测试实例源码,比如delphi取数示例程序、Delphi自定义函数示例程序,介绍了用友华表Cell组件/插件编写自定义函数的操作。在delphi中利用cell组件的数据库取数示例:   利用单元格坐标设计思路:   1. 模板的制作,这一功能主要是真对一些,打印格式比较固定的应用行业,可以很方便的通过cell自带的模板设计器制作模板,如本例中的"报表.cll"文件.   2.在程序中通过方法openfile即可实现调用模板.从而避免了复杂的程序设计.然后就可以通过ado从数据苦中取数填入掉设计好的模板中.   3.如果数据库中的某个记录的内容比较多,可以通过cell提供的自动折行方法进行动态调节,不会影响模板的美观.   利用设置好的变量想单元格填数设计思路:   1. 模板的制作,同上面多了一向单元格变量的设置,本例中使用的是同一模板。   2.在程序中通过方法openfile即可实现调用模板.从而避免了复杂的程序设计.然后就可以通过ado从数据苦中取数填入掉设计好的模板中.在这个过成中可以取到定义好的变量,利用这些变量找到数据并填到变量相应的单元格内。   3.如果数据库中的某个记录的内容比较多,可以通过cell提供的自动折行方法进行动态调节,不会影响原来模板的美观.   具体操作:   1.运行起可执行程序后,可以在文本框中输入你查寻的出版社的编号,然后点击"显示记录"就会在模板显示你想要的内容,并且不用你重新排版哦.   2.保存:你还可以通过保存把你文件保存到相应的目录,以备比较或存储.   3.打印:当然,最主要的是你可以把你的资料打印出来哦,你可以很方便进行设置打印格式.   4.显示记录, 全记录显示,利用变量取数 分别对应上述取数功能。    本示例知识简单的介绍了cell数据库取数功能,仅做抛砖引玉之用,希望你能丛中领悟的好思想.
    2022-01-27 14:08:33下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载