massivemimobook-master

所属分类:matlab编程
开发工具:matlab
文件大小:7531KB
下载次数:7
上传日期:2020-07-30 00:24:26
上 传 者here.senthil
说明:  MASSIVE MIMO TEXT BOOK

文件列表:
Code (0, 2020-05-15)
Code\functionCPcomputation.m (5500, 2020-05-15)
Code\functionCPmodel.m (1788, 2020-05-15)
Code\functionChannelEstimates.m (8888, 2020-05-15)
Code\functionChannelEstimates_LS.m (3528, 2020-05-15)
Code\functionChannelEstimates_impairments.m (6865, 2020-05-15)
Code\functionComputeGainVariations.m (4072, 2020-05-15)
Code\functionComputeSE_DL_MR_impairments.m (6384, 2020-05-15)
Code\functionComputeSE_DL_estimation.m (18837, 2020-05-15)
Code\functionComputeSE_DL_hardening.m (8877, 2020-05-15)
Code\functionComputeSE_DL_impairments.m (6584, 2020-05-15)
Code\functionComputeSE_DL_poweralloc.m (1672, 2020-05-15)
Code\functionComputeSE_UL.m (6796, 2020-05-15)
Code\functionComputeSE_UL_MR_MC.m (6158, 2020-05-15)
Code\functionComputeSE_UL_MR_impairments.m (4891, 2020-05-15)
Code\functionComputeSE_UL_impairments.m (7425, 2020-05-15)
Code\functionComputeSINR_DL.m (5463, 2020-05-15)
Code\functionComputeULDLPowerLevels.m (4579, 2020-05-15)
Code\functionComputeULPowerLevels.m (7375, 2020-05-15)
Code\functionComputeULPowerLevels_impairments.m (11027, 2020-05-15)
Code\functionExampleSetup.m (6930, 2020-05-15)
Code\functionExampleSetup_Quadriga.m (10808, 2020-05-15)
Code\functionExampleSetup_backhaul.m (4555, 2020-05-15)
Code\functionMinAntennasPower.m (2886, 2020-05-15)
Code\functionPowerOptimization_maxmin.m (4629, 2020-05-15)
Code\functionPowerOptimization_prodSINR.m (4005, 2020-05-15)
Code\functionRlocalscattering.m (3327, 2020-05-15)
Code\functionRlocalscattering3D.m (2943, 2020-05-15)
Code\functionRlocalscatteringApprox.m (2064, 2020-05-15)
Code\functionSpatialSignature3DLoS.m (1155, 2020-05-15)
Code\section1_figure12.m (2273, 2020-05-15)
Code\section1_figure13.m (2274, 2020-05-15)
Code\section1_figure14.m (4325, 2020-05-15)
Code\section1_figure15.m (1582, 2020-05-15)
Code\section1_figure16.m (9004, 2020-05-15)
Code\section1_figure17.m (5895, 2020-05-15)
Code\section1_figure18.m (4841, 2020-05-15)
Code\section1_figure9.m (2817, 2020-05-15)
... ...

Massive MIMO Networks: Spectral, Energy, and Hardware Efficiency ================== This repository contains the authors' free public PDF of the textbook: Emil Bjornson, Jakob Hoydis and Luca Sanguinetti (2017), "[Massive MIMO Networks: Spectral, Energy, and Hardware Efficiency](https://www.massivemimobook.com)", Foundations and Trends in Signal Processing: Vol. 11, No. 3-4, pp. 154-655. DOI: 10.1561/2000000093. For further information about the book, please visit: [https://www.massivemimobook.com](https://www.massivemimobook.com) **Simulation code:** The repository also contains the code package that is distributed along with the textbook. The package contains a simulation environment, based on Matlab, that can be used to reproduce all the simulation results in the monograph. We hope that the code will support you in the learning of the Massive MIMO topic and also serve as a baseline for further research endeavors. *We encourage you to also perform reproducible research!* ## Abstract of the Book Massive multiple-input multiple-output (MIMO) is one of the most promising technologies for the next generation of wireless communication networks because it has the potential to provide game-changing improvements in spectral efficiency (SE) and energy efficiency (EE). This monograph summarizes many years of research insights in a clear and self-contained way and provides the reader with the necessary knowledge and mathematical tools to carry out independent research in this area. Starting from a rigorous definition of Massive MIMO, the monograph covers the important aspects of channel estimation, SE, EE, hardware efficiency (HE), and various practical deployment considerations. From the beginning, a very general, yet tractable, canonical system model with spatial channel correlation is introduced. This model is used to realistically assess the SE and EE, and is later extended to also include the impact of hardware impairments. Owing to this rigorous modeling approach, a lot of classic “wisdom” about Massive MIMO, based on too simplistic system models, is shown to be questionable. The monograph contains many numerical examples, which can be reproduced using Matlab code that is available online. ## Content of the Code Package This code package contains 74 Matlab scripts, 29 Matlab functions, and 7 binary files with Matlab data. Each script is used to reproduce a particular simulation-generated figure in the book. The scripts are named using the convention sectionX_figureY, which is interpreted as the script that reproduces Figure X.Y. A few scripts are instead named as sectionX_figureY_Z and will then generate both Figure X.Y and Figure X.Z. The functions are used by the scripts to carry out certain tasks, such as initiating a simulation setup, generating channel correlation matrices, generating channel realizations, computing channel estimates, computing SEs, computing the power consumption, etc. The Matlab data files are of the type .mat and contain measurement results or particular precomputed simulation results. See each script and function for further documentation. Note that some of the functions use [CVX](http://cvxr.com/cvx/) and [QuaDRiGa](http://quadriga-channel-model.de), which need to be installed separately; see below. ## Software and Hardware Requirements The code was written to be used in Matlab and has been tested in Matlab 2015b. Some of the scripts and functions might also work in Octave, but there is no guarantee of compatibility. A few scripts and functions require additional software packages that have been developed independently and are delivered with separate licenses. To generate Figures 7.2, 7.41, and 7.42, you need to solve convex optimization problems using CVX from CVX Research, Inc. ([http://cvxr.com/cvx/](http://cvxr.com/cvx/)). The code has been tested with CVX 2.1 (Build 1112) using the solver Mosek (version 7.1.0.12). We discourage the use of the solvers SDPT3 and SeDuMi since these crashed during the test. To generate Figures 7.41 and 7.42, you also need to generate channels using the QuaDRiGa channel model from the Fraunhofer Heinrich Hertz Institute ([http://www.quadriga-channel-model.de](http://www.quadriga-channel-model.de)). The code has been tested with [QuaDRiGa version 1.4.8-571](http://quadriga-channel-model.de/wp-content/uploads/2016/09/QuaDriGa_2016.09.05_v1.4.8-571.zip). Since the running example in this monograph considers a setup with 16 cells, 100 antennas per BS, and 10 UEs per cell, some of the simulations require a lot of RAM to store the channel correlation matrices and channel realizations. The code has been tested successfully on a MacBook Pro with 8 GB 1600 MHz DDR3 RAM and a 2.6 GHz Intel Core i5 processor, which should be viewed as a minimum requirement for using this code. Some of the simulations can take days to run, therefore we recommend that you first set nbrOfSetups = 1 to check how much time it takes for each realization of random UE location and shadow fading. ## Acknowledgements We would like to thank the editor Robert W. Heath Jr. for organizing the review of this monograph and the anonymous reviewers for their constructive and detailed comments. We are grateful for the feedback provided by our proof-readers Alessio Zappone (University of Cassino and Southern Lazio), Maximilian Arnold (University of Stuttgart), Andrea Pizzo (University of Pisa), Daniel Verenzuela, Hei Victor Cheng, Giovanni Interdonato, Marcus Karlsson, Antzela Kosta, Ozgecan Ozdogan (Linkoping University), and Zahid Aslam (Siradel). Emil Bjornson has been supported by ELLIIT, CENIIT, and the Swedish Foundation for Strategic Research. Luca Sanguinetti has been supported by the ERC Starting Grant 305123 MORE. ## License and Referencing The authors' version of the textbook, which is found in this repository, is delivered for free personal use. It may not be redistributed without permission and may not be sold. The copyright is owned by the authors, E. Bjornson, J. Hoydis and L. Sanguinetti. You can buy color-printed hardback books from [https://www.nowpublishers.com/article/Details/SIG-093](https://www.nowpublishers.com/article/Details/SIG-093) The simulation code is licensed under the GPLv2 license. If you in any way use this code for research that results in publications, please cite our textbook as described above. We also recommend that you mention the existence of this code package in your manuscript, to spread the word about its existence and to ensure that you will not be accused of plagiarism by the reviewers of your manuscript.

近期下载者

相关文件


收藏者