LTE-Sim_R2_1

所属分类:matlab编程
开发工具:matlab
文件大小:16014KB
下载次数:83
上传日期:2012-05-24 19:35:11
上 传 者makro123
说明:  LTE System Level Simulator 2.1

文件列表:
LTE-Sim_R2_1 (0, 2011-12-20)
LTE-Sim_R2_1\AUTHORS (401, 2011-08-25)
LTE-Sim_R2_1\bugs (169, 2011-04-26)
LTE-Sim_R2_1\CONFIG (0, 2011-12-20)
LTE-Sim_R2_1\CONFIG\global_config (1325, 2011-11-16)
LTE-Sim_R2_1\CONFIG\load-parameters-start (879, 2011-04-26)
LTE-Sim_R2_1\CONFIG\load-parameters.h.back (2062, 2011-04-26)
LTE-Sim_R2_1\CONFIG\LTE-Sim (382, 2011-04-26)
LTE-Sim_R2_1\CONFIG\LTE-Sim-end (754, 2011-04-26)
LTE-Sim_R2_1\CONFIG\LTE-Sim-end-clear (709, 2011-04-26)
LTE-Sim_R2_1\CONFIG\make_load-parameter-file.sh (239, 2011-04-26)
LTE-Sim_R2_1\CONTRIBUTORS (415, 2011-08-25)
LTE-Sim_R2_1\Debug (0, 2011-12-20)
LTE-Sim_R2_1\Debug\makefile (2380, 2011-11-16)
LTE-Sim_R2_1\Debug\objects.mk (231, 2011-11-16)
LTE-Sim_R2_1\Debug\sources.mk (1130, 2011-11-16)
LTE-Sim_R2_1\Debug\src (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\channel (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\channel\propagation-model (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\channel\propagation-model\subdir.mk (2621, 2011-11-16)
LTE-Sim_R2_1\Debug\src\channel\subdir.mk (731, 2011-11-16)
LTE-Sim_R2_1\Debug\src\componentManagers (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\componentManagers\subdir.mk (1045, 2011-11-16)
LTE-Sim_R2_1\Debug\src\core (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\core\cartesianCoodrdinates (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\core\cartesianCoodrdinates\subdir.mk (856, 2011-11-16)
LTE-Sim_R2_1\Debug\src\core\eventScheduler (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\core\eventScheduler\subdir.mk (1309, 2011-11-16)
LTE-Sim_R2_1\Debug\src\core\idealMessages (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\core\idealMessages\subdir.mk (818, 2011-11-16)
LTE-Sim_R2_1\Debug\src\core\spectrum (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\core\spectrum\subdir.mk (914, 2011-11-16)
LTE-Sim_R2_1\Debug\src\device (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\device\CqiManager (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\device\CqiManager\subdir.mk (1084, 2011-11-16)
LTE-Sim_R2_1\Debug\src\device\IPClassifier (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\device\IPClassifier\subdir.mk (947, 2011-11-16)
LTE-Sim_R2_1\Debug\src\device\subdir.mk (1056, 2011-11-16)
LTE-Sim_R2_1\Debug\src\flows (0, 2011-12-20)
LTE-Sim_R2_1\Debug\src\flows\application (0, 2011-12-20)
... ...

LTE-Sim an open source framework to simulate LTE networks ------------------------------------------------- Table of Contents: ------------------ 1) An overview 2) Getting LTE-Sim 3) Compiling LTE-Sim 4) Running LTE-Sim 5) LTE-Sim documentation 6) How to collaborate with us 1) An overview -------------- LTE-Sim is an open source framework to simulate LTE networks. It encompasses several aspects of LTE networks, including both the Evolved Universal Terrestrial Radio Access (E-UTRAN) and the Evolved Packet System (EPS). It supports single and multi-cell environments, QoS management, multi users environment, user mobility, handover procedures, and frequency reuse techniques. Three kinds of network nodes are modeled: user equipment (UE), evolved Node B (eNB) and Mobility Management Entity/Gateway (MME/GW). Four different traffic generators at the application layer have been implemented and the management of data radio bearer is supported. Finally, well-known scheduling strategies (such as Proportional Fair, Modified Largest Weighted Delay First, and Exponential Proportional Fair), AMC scheme, Channel Quality Indicator feedback, frequency reuse techniques, and models for physical layer have been developed. web page: http://telematics.poliba.it/LTE-Sim 2) Getting LTE-Sim ------------------ LTE-sim is available via Subversion at http://telematics.poliba.it/svn/LTE-Sim/ To obtain LTE-Sim enter into the your prefered folder and write the following syntax: $ svn co http://telematics.poliba.it/svn/LTE-Sim/ To synchronize the project repository with the local copy, you can run update sub-command. The syntax is as follows: $ svn update 3) Compiling LTE-Sim -------------------- On recent Linux systems, you can buil LTE-Sim with the following command: $ make To clear the project, you can use the following command: $ make clean 4) Running LTE-Sim ------------------ In this release several LTE scenarios have been developed. To run a simple simulation, you can use the following command: $ ./LTE-Sim Simple For more details about available LTE scenario, use $ ./LTE-Sim -h If you want to create a new LTE scenario, see tutorial and manual (you can find them into the DOC/ folder) for details. 5) LTE-Sim documentation ------------------------- All of that documentation should always be available from the LTE-Sim website: http:://telematics.poliba.it/LTE-Sim but we include it in this release for ease of use. You can find it in DOC folder. This documentation includes: - a tutorial - a manual (not yet available!) Moreover, a dedicated mailing list has been createt at http://groups.google.com/group/lte-sim/ 6) How to collaborate with us ------------------------------ Please, contact the author! -- Giuseppe Piro ============= Software manager and main developer 2010,2011 TELEMATICS LAB - Politecnico di Bari g.piro@poliba.it peppe@giuseppepiro.com

近期下载者

相关文件


收藏者