登录
首页 » matlab » D2D-FDD

D2D-FDD

于 2020-12-21 发布
0 282
下载积分: 1 下载次数: 11

代码说明:

说明:  设备到设备(Device-to-device, D2D)通信是一种很有前途的提高蜂窝网络频谱效率的技术 网络。 在本文中,我们研究了联合上行链路和 下行资源分配问题的总和最大化 在保证服务质量的同时保证系统的数据速率 (QoS)蜂窝用户设备(CUEs)和D2D用户 设备(费)。(Device-to-device (D2D) communication is a promising technology to improve the spectral efficiency of cellular networks. In this paper, we investigate the joint uplink and downlink resource allocation problem to maximize the sum data rate of the system while guaranting the quality of service (QoS) for both cellular user equipments (CUEs) and D2D user equipments (DUEs).)

文件列表:

The-JUAD-resource-allocation-for-D2D-in-a-FDD-cellular-network-master, 0 , 2019-10-12
The-JUAD-resource-allocation-for-D2D-in-a-FDD-cellular-network-master\GP_method.m, 16891 , 2019-10-12
The-JUAD-resource-allocation-for-D2D-in-a-FDD-cellular-network-master\Hungarian_Algorithm1.m, 7264 , 2019-10-12
The-JUAD-resource-allocation-for-D2D-in-a-FDD-cellular-network-master\Maximum_matching.m, 7448 , 2019-10-12
The-JUAD-resource-allocation-for-D2D-in-a-FDD-cellular-network-master\final_trsmit_power.m, 4338 , 2019-10-12
The-JUAD-resource-allocation-for-D2D-in-a-FDD-cellular-network-master\final_version_Scenario.m, 11219 , 2019-10-12
The-JUAD-resource-allocation-for-D2D-in-a-FDD-cellular-network-master\final_version_channel_gain.m, 9439 , 2019-10-12

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

发表评论

0 个回复

  • VR_ZS_JiQinGe
    浙江大学ppt课件。讲解几何数据压缩的一些相关技术。对于学习着很有用处。(Zhejiang University Courseware ppt. Data compression on the geometry of some related technologies. For a very useful study.)
    2008-07-04 11:45:11下载
    积分:1
  • Solidworks Registry Edit
    Solidworks Registry Edit
    2018-02-23 09:32:37下载
    积分:1
  • jquery实现的图片左右全屏播放效果
    jquery实现的图片左右全屏播放效果的图片全屏展示效果代码(JQuery picture around the full screen effect of the full screen display effect code)
    2018-11-11 15:25:03下载
    积分:1
  • 20130315111705f2o3xusixs
    vic模型,是关于河道汇流计算方面的小程序,可以试试看,看看好不好用。(vic model, it is wonderful, may be you will have good test on it, thank you)
    2020-06-20 17:40:02下载
    积分:1
  • fem-in-shuilihuanjing
    是一个基于有限元来模拟和预测水利环境容量的资料(Is based on the finite element to simulate and forecast information on water environmental capacity)
    2011-04-23 20:41:44下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • matlab对aloha,s
    matlab对aloha,s-aloha的仿真-matlab pairs of aloha, s-aloha Simulation
    2023-01-29 03:40:04下载
    积分:1
  • 10.1007%2Fs11277-016-3915-3
    Samreen Amir写的Kinect Controlled UGV;Electronic Engineering Department, Dawood University of Engineering and Technology(Samreen Amir write toKinect Controlled UGV Electronic Engineering Department, Dawood University of Engineering and Technology)
    2020-06-22 12:40:01下载
    积分:1
  • TCN-with-attention-master
    说明:  基于注意力的的方法,预测使用的tcn,tcn是比lstm更好的一种预测方法,附数据(Based on the attention method, TCN is better than LSTM in prediction, with data attached)
    2020-12-06 16:19:24下载
    积分:1
  • 使用Matlab设计一个简单的滤波器小程序
    使用Matlab设计一个简单的滤波器小程序-Use Matlab to design a simple filter applet
    2023-06-22 20:05:04下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载