(#ResourceAllocationV2XThisprojectcontainsMATLABcodesforthefollowingpaper.Pleaseconsidercitingthepaperifyoufinditofanyhelp.L.Liang,G.Y.Li,andW.Xu"ResourceallocationforD2D-enabledvehicularcommunications,"IEEETransactionsonCommunications,vol.65,no.7,pp.3186-3197,Jul.2017.-Pleasestartwithmainfile:"main_rateVsSpeed.m",reproducingFig.5inthepaper.-Allother(function)filesarecalledinthemainfile.-Otherfiguresinthepapershallbeeasytoreproducewiththeprovidedfunctionfiles.Pleasedirectallquestions/inquirestolliang@gatech.edu.)-IMDN开发者社群-imdn.cn"> (#ResourceAllocationV2XThisprojectcontainsMATLABcodesforthefollowingpaper.Pleaseconsidercitingthepaperifyoufinditofanyhelp.L.Liang,G.Y.Li,andW.Xu"ResourceallocationforD2D-enabledvehicularcommunications,"IEEETransactionsonCommunications,vol.65,no.7,pp.3186-3197,Jul.2017.-Pleasestartwithmainfile:"main_rateVsSpeed.m",reproducingFig.5inthepaper.-Allother(function)filesarecalledinthemainfile.-Otherfiguresinthepapershallbeeasytoreproducewiththeprovidedfunctionfiles.Pleasedirectallquestions/inquirestolliang@gatech.edu.) - IMDN开发者社群-imdn.cn">
登录
首页 » matlab » ResourceAllocationV2X-master

ResourceAllocationV2X-master

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

代码说明:

说明:  # ResourceAllocationV2X 这个项目包含了下面这篇论文的MATLAB代码。 如果你觉得这篇论文有帮助的话,请考虑引用它。 ? 梁亮,李国勇,徐伟,“基于d2d的车载通信资源分配方法”,通信学报,vol. 33, no. 4, pp . 391 - 395。 2017年7月,3186-3197页。 -请从主文件开始:"main_rateVsSpeed。 m”,再现了本文中的图5。 -所有其他(函数)文件在主文件中调用。 -论文中的其他图形应易于使用提供的功能文件进行复制。 如有任何问题或咨询,请发邮件至lliang@gatech.edu。(# ResourceAllocationV2X This project contains MATLAB codes for the following paper. Please consider citing the paper if you find it of any help. L. Liang, G. Y. Li, and W. Xu "Resource allocation for D2D-enabled vehicular communications," IEEE Transactions on Communications, vol. 65, no. 7, pp. 3186-3197, Jul. 2017. - Please start with main file: "main_rateVsSpeed.m", reproducing Fig. 5 in the paper. - All other (function) files are called in the main file. - Other figures in the paper shall be easy to reproduce with the provided function files. Please direct all questions/inquires to lliang@gatech.edu.)

文件列表:

ResourceAllocationV2X-master, 0 , 2019-01-22
ResourceAllocationV2X-master\README.md, 620 , 2019-01-22
ResourceAllocationV2X-master\computeCapacity.m, 698 , 2019-01-22
ResourceAllocationV2X-master\genCUEandDUE.m, 2667 , 2019-01-22
ResourceAllocationV2X-master\genPL.m, 1116 , 2019-01-22
ResourceAllocationV2X-master\main_rateVsSpeed.m, 13746 , 2019-01-22
ResourceAllocationV2X-master\maxMin.m, 974 , 2019-01-22
ResourceAllocationV2X-master\munkres.m, 7171 , 2019-01-22
ResourceAllocationV2X-master\sumAndMin.m, 696 , 2019-01-22

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

发表评论

0 个回复

  • wugongyouhua
    IEEE33无功优化,遗传算法,牛顿拉夫逊潮流算法(Reactive Power Optimization of IEEE33, Genetic Algorithms, Newton Raphson Power Flow Algorithms)
    2019-06-02 09:57:54下载
    积分:1
  • C-mdvrptw (20个文件实例)
    具有时间窗的多车场的车辆路径问题, Cordeau的Instances文件数据可直接被调用(The Cordeau Instances file data can be directly invoked by the vehicle routing problem with a time window.)
    2020-11-24 21:39:35下载
    积分:1
  • 水库调度java程序
    说明:  运用java编写的水库优化调度程序,运用动态规划算法求解,适用性强。(Reservoir optimal operation program, using dynamic planning algorithm, strong adaptability, using java programming)
    2021-01-11 11:18:49下载
    积分:1
  • Using API transfer MessageBox box!
    用API调出MessageBox框! -Using API transfer MessageBox box!
    2023-03-30 10:30:03下载
    积分:1
  • 1-Python
    说明:  Python Essential Reference, Second Edition
    2020-06-24 17:40:02下载
    积分:1
  • Weather
    VB采集新浪数据编写天气预报软件,有需要的下。(VB to write the data collection Sina weather software, there is need for the next.)
    2013-07-31 08:15:54下载
    积分:1
  • Routing_protocol_on_wireless_sensor_network
    About wireless sensor network and routing protocols
    2018-03-08 03:04:47下载
    积分:1
  • 课程设计,希望对大家有一定的参考价值,谢谢大家
    课程设计,希望对大家有一点参考价值,-curriculum design, we hope to have some reference value, thank you
    2022-02-26 08:07:56下载
    积分:1
  • 非线性方程求根
    说明:  二分法和牛顿迭代法求解非线性方程的根的matlab实现(Matlab implementation of dichotomy method and Newton iteration method for solving roots of nonlinear equations)
    2019-01-26 21:22:36下载
    积分:1
  • EEPROM接口的FPGA实现
    EEPROM接口的FPGA实现 工程说明 AT93C46在DI接收到读指令时,地址被解码,数据在DO引脚上串行输出。写周期是完全自主调时的,在写入之前不需要单独的擦除周期。本项目要求AT93C46完成读和写功能的混合功能。 案例补充说明 本案例要求实现一个AT93C46的接口能够根据命令,实现EWEN、WRITE和READ功能,在这里我们提供了具体的设计思路: 1. 上游模块在rdy=1时,给出start命令,开始进行EWEN、WRITE或者READ操作;在rdy=0期间,start命令无效。 2. 当start有效时,如果mode=0表示进行EWEN操作;mode=1表示进行WRITE操作;mode=2表示进行READ操作。 3. 当start有效时,addr和wdata有效。 4. 当进行EWEN操作时,将addr写入at93c46。 5. 当进行WRITE操作时,将addr和wdata写入at93c46。 6. 当进行READ操作时,将addr写入at93c46,并从at93c46读到数据,通过rdata和rdata_vld返回给上游模块。(FPGA implementation of EEPROM interface Engineering description)
    2017-08-01 16:44:23下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载