andreatassi / V2X-MMWAVE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2X-MMWAVE

For further details, please refer to https://arxiv.org/abs/1706.00298

License

Should this code be used for drafting a manuscript, the authors are required to cite the following paper:

    @ARTICLE{2017arXiv170600298T,
        author = {{Tassi}, A. and {Egan}, M. and {Piechocki}, R.~J. and {Nix}, A.},
        title = "{Modeling and Design of Millimeter-Wave Networks for Highway Vehicular Communication}",
        journal={IEEE Transactions on Vehicular Technology}, 
        year = 2017,
        month = jul,
        adsurl = {http://adsabs.harvard.edu/abs/2017arXiv170600298T},
    }

Please note that the code contained in the following locations have been developed by third parties. These pieces of software can be downloaded from MATLAB Central File Exchange (https://uk.mathworks.com/matlabcentral/fileexchange/), for free:

  • ./src/export_fig
  • ./src/+tvt_activity/+utils/plotsparsemarkers.m
  • ./src/+tvt_activity/+utils/+hyp2f1mex
  • ./src/+tvt_activity/plotTickLatex2D.m

Requirements

The code is compatible with Linux (Ubuntu 14.04 LTS) and OS X 10.11.6. The figure generation process is only compatible with OS X 10.11.6.

Furthermore, the code requires what follows:

  • MATLAB R2015a (including the Parallel Computing Toolbox) with the capability of building MEX files by means of g++. Please be aware that our MEX files are compiled by using the g++ compiler flag --std=c++11.

To Replicate the results and the figures reported in the manuscript:

0. Add to the MATLAB path the folder ./src/export_fig
1. Change the MATLAB folder to ./src
2. Run in MATLAB the script main.m - This will both generate the results (in ./src/data) and all the figures included both in the manuscript and in the reply to the reviewers (in ./src/doc/Img). 

About

License:Apache License 2.0


Languages

Language:MATLAB 80.7%Language:C 19.3%Language:M 0.1%