KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
V2X-MMWAVE
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
EpollServer
:
A high efficient Tcp server based on Epoll, Using reactor and producer consumer threadpool pattern. And use memory pool to improve the efficiency. prefer to use binary protocol to support some financial trading.
alfred-esa-workflow
:
esa on Alfred workflow
iOS10.2-iphoneheaders
:
No description available.
oreilly-building-microservices-training
:
Repository for building microservices training
PyGerbv
:
Python wrapper for libgerbv - Gerber converter
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
V2X-MMWAVE
?
Download (.md)
# 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).