mmWave-master

所属分类:其他
开发工具:matlab
文件大小:112KB
下载次数:19
上传日期:2018-10-15 14:44:32
上 传 者Gani007
说明:  Mm-wave communications systems promise to alleviate the spectrum crunch and be a major part ... Millimeter wave wireless communications

文件列表:
BlockageSimFn.m (5102, 2018-07-20)
BlockageSimFnNLOS.m (6752, 2018-07-20)
CaseStudy (0, 2018-07-20)
CaseStudy\BS-density_vs-bl-density.bmp (289350, 2018-07-20)
CaseStudy\BS-height-density-tradeoff.bmp (707334, 2018-07-20)
CaseStudy\BS_height_density_tradeoff.m (3578, 2018-07-20)
CaseStudy\BS_vs_bl_density.pdf (6835, 2018-07-20)
CaseStudy\a_vs_density.m (913, 2018-07-20)
CaseStudy\a_vs_density.pdf (7434, 2018-07-20)
CaseStudy\casestudy.m (2319, 2018-07-20)
CaseStudy\heightvsdensity.csv (711, 2018-07-20)
CaseStudy\heightvsdensity.pdf (12087, 2018-07-20)
CaseStudy\minimum-BS-density.bmp (705654, 2018-07-20)
DataHex3 (0, 2018-07-20)
DataHex3\output1.csv (35, 2018-07-20)
DataHex3\output10.csv (44, 2018-07-20)
DataHex3\output11.csv (44, 2018-07-20)
DataHex3\output12.csv (43, 2018-07-20)
DataHex3\output2.csv (37, 2018-07-20)
DataHex3\output3.csv (41, 2018-07-20)
DataHex3\output4.csv (39, 2018-07-20)
DataHex3\output6.csv (43, 2018-07-20)
DataHex3\output7.csv (43, 2018-07-20)
DataHex3\output8.csv (44, 2018-07-20)
DataHex3\output9.csv (44, 2018-07-20)
Generate_Mobility.m (12363, 2018-07-20)
HPC_Matlab.md (2754, 2018-07-20)
SimulationLOS.m (3521, 2018-07-20)
SimulationNLOS.m (4026, 2018-07-20)
TheoryLOS.m (15987, 2018-07-20)
TheoryNLOS.m (4558, 2018-07-20)
TheoryNLOS2.m (13933, 2018-07-20)
find_blockage_distance.m (1043, 2018-07-20)
hexagonal.m (3031, 2018-07-20)
mybatch.sbatch (375, 2018-07-20)
plotResults.m (5262, 2018-07-20)
processData8.m (6763, 2018-07-20)
... ...

# Millimeter Wave Blockage Modeling Work towards my thesis at NYU. This work is submitted to JSAC, please find the paper [here](https://arxiv.org/pdf/1807.04388.pdf). We present a simplified model for the key QoS parameters such as blockage probability, frequency, and duration in mmWave cellular systems. Our model considers an open park-like area with dynamic blockage due to mobile blockers and self-blockage due to user's own body. A typical user is at the center and the BSs are distributed uniformly around the user. The user is considered blocked when all potential BSs around the UE are blocked simultaneously. # Understand the Code ## SimulationLOS.m The MATLAB simulations considers random waypoint mobility model for blockers. The main file is [SimulationLOS.m](SimulationLOS.m). It takes around 1 hour to run for a single iteration. We obtained results for 10,000 iterations using [NYU HPC](HPC_Matlab.md) (high performance computing) Note: SimulationLOS.m uses the following the functions- [Generate_Mobility.m](Generate_Mobility.m) (copied from [here)](https://www.mathworks.com/matlabcentral/fileexchange/30939-random-waypoint-mobility-model), [BlockageSimFn.m](BlockageSimFn.m), [find_blockage_distance.m](find_blockage_distance.m). The results are analysed using [processData8.m](processData8.m) ## TheoryLOS.m The [TheoryLOS.m](TheoryLOS.m) implements the theoretical results of LOS blockage. Finally, [plotResults.m](plotResults.m) takes the data from csv files and plots the nice figures comparing theory and simulation :) # Results Our results tentatively show that the density of BS required to provide acceptable quality of experience to AR/VR applications is much higher than that obtained by capacity requirements alone. This suggests that the mmWave cellular networks may be blockage limited instead of capacity limited. Also, the optimal height of BSs would be lower as compared to microwave BSs. # Future Work The following extensions are planned for future work * **Generalized blockage model:** We can add a simple model for static blockage in our analysis of dynamic and self-blockage. * **Capacity analysis:** The data rates of a typical user can be evaluated using the generalized blockage model. We are interested in evaluating whether 5G mmWave is capacity limited or blockage limited. * **Fallback to 4G LTE:** We plan to explore the potential solution to blockages as switching to 4G LTE. Whether 4G would be able to handle the huge intermittent 5G traffic. * **Deterministic networks:** We have considered a random deployment of BSs in our analysis. However, in most cases, the deployments of BSs are based on a deterministic hexagonal grid. Therefore, a blockage model for the deterministic networks is more practical. * **Backhoul capacity analysis:** With the UEs switching between BSs in case of blockage events, the backhoul capacity requirements for the BS may have high fluctuations. It is interesting to study that random process. * **Correlated blockage:** We assumed the dynamic blockages of all the BSs are independent (So the overall blockage probability is the product of the blockage probabilities of all the BS-UE links). However, when blockage of multiple BSs are correlated (depends on blocker location;) we might get a higher blockage probability. Note our recent work include a hexagonal cell analysis for open park scenario and a NLOS model for urban scenario. The details can be found in [our paper](https://arxiv.org/pdf/1807.04388.pdf). The corresponding MATLAB codes will be updated soon.

近期下载者

相关文件


收藏者