SlideShare a Scribd company logo
1 of 4
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 4, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 866
Simulation and Performance Analysis of Long Term Evolution (LTE)
Cellular Networks for Downlink
Gaganbhai R. Dabhi1
Hina Patel2
1
PG Student 2
Assistant Professor
1, 2
Electronics & Communication Engineering Department
1, 2
Parul Institute of Engineering & Technology
Abstract—In the development, standardization and
implementation of LTE Networks based on Orthogonal
Freq. Division Multiple Access (OFDMA), simulations are
necessary to test as well as optimize algorithms and
procedures before real time establishment. This can be done
by both Physical Layer (Link-Level) and Network (System-
Level) context. This paper proposes Network Simulator 3
(NS-3) which is capable of evaluating the performance of
the Downlink Shared Channel of LTE networks and
comparing it with available MatLab based LTE System
Level Simulator performance.
Keywords: 3GPP, LTE, Downlink, NS-3, Simulator, MAC,
PHY
I. INTRODUCTION
The Long Term Evolution (LTE) standard specified by the
3rd Generation Partnership Project (3GPP) is a new mobile
communication technology, which is evolution of the
Universal Mobile Telecommunications System (UMTS) and
High-Speed Packet Access (HSPA) systems. LTE intends to
deliver high speed data and multimedia services to next
generation. LTE is also backward compatible with the
CDMA family of technologies and thereby enables even
CDMA operators to move to this technology. The main
reasons for these changes in the Radio Access Network
(RAN) system design are the need to provide higher spectral
efficiency, lower delay, and more multi-user flexibility than
the currently deployed networks. LTE supports scalable
carrier bandwidths, from 1.4 MHz to 20 MHz and supports
both frequency division duplexing (FDD) and time-division
duplexing (TDD). The IP-based network architecture called
the Evolved Packet Core (EPC) is designed to replace the
GPRS Core Network. The LTE device has been conceived
as a container of several entities: the IP classifier, the RRC
entity, the MAC entity and the PHY layer. The core of the
LTE module is composed by both MAC and PHY layers of
an LTE device.
The Evolved Packet Core comprises the Mobility
Management Entity (MME), the Serving Gateway (SGW),
and the Packet Data Network Gateway (PGW). The MME is
responsible for user mobility, intra-LTE handover, and
tracking and paging procedures of User Equipments (UEs)
upon connection establishment. The main purpose of the
SGW is, instead, to route and forward user data packets
among LTE nodes, and to manage handover among LTE
and other 3GPP technologies. The PGW interconnects LTE
network with the rest of the world, providing connectivity
among UEs and external packet data networks. The LTE
access network can host only two kinds of node: the UE
(that is the end-user) and the eNB. Note that eNB nodes are
directly connected to each other (this speeds up signaling
procedures) and to the MME gateway. The eNB is the only
device in charge of performing both radio resource
management and control procedures on the radio interface.
Figure 1 shows Service Architecture Evolution in LTE
network [7].
Fig. 1 Service Architecture Evolution in LTE network[1]
Multiple-Input Multiple-Output (MIMO) gains, Adaptive
Modulation and Coding (AMC) feedback, modeling of
channel encoding and decoding or physical layer modeling
for system-level can be achieved by Link Level. Network-
related issues such as scheduling, mobility handling or
interference management can be achieved by System Level.
Link-Level simulation tools are limited to consider the
performance at the physical layer only. System level
simulators (such as MatLab based) can go beyond the
physical layer by introducing the MAC layer together with
an abstract model of the higher layers. Due to this
abstraction of the higher layers and evaluation of Radio
Resource Management (RRM) algorithms, it cannot provide
proper end-to-end performance and behavior of the network
as a whole. Solution is Network Simulator and it can
implement all the protocol layers from the MAC up to the
application. LTE network simulator supports single and
multi-cell environments, QoS management, multi user’s
environment, user mobility, handover procedures,
scheduling, interference management and frequency reuse
techniques.
In this proposed work, creation of LTE Network in
NS-3 and its comparison with MatLab based System Level
Simulator described. Require simulating LTE technology
like scheduling or interference management using NS-3.
II. THE LTE MODULE FOR NS-3
Figure 2 shows schematic block diagram of LTE system
level simulator [5].
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink
(IJSRD/Vol. 1/Issue 4/2013/0015)
All rights reserved by www.ijsrd.com 867
Fig. 2 LTE system level simulator
Similarly to other system-level simulators, the core part
consists of (i) a link measurement model and (ii) a link
performance model. The link measurement model abstracts
the measured link quality used for link adaptation and
resource allocation. On the other hand the link performance
model determines the link Block Error Ratio (BLER) at
reduced complexity.
The most important features provided by the proposed LTE
NS-3 module are
1)A basic implementation of both the User Equipment
(UE) and the enhanced NodeB (eNB) devices,
2)RRC entities for both the UE and the eNB,
3)A state-of-the-art Adaptive Modulation and Coding
(AMC) scheme for the downlink,
4)The management of the data radio bearers (with their
QoS parameters), the MAC queues and the RLC
instances,
5)Channel Quality Indicator (CQI) management,
6)Support for downlink packet scheduling,
7)A channel model with propagation loss model,
8)Interference Management.
III. NETWORK DEVICES
NS-3 device contains and manages the main entities of the
E-UTRAN protocol stack i.e. RRC, RLC, MAC and PHY.
The UE stores information about which eNB it is registered
to and using UE Manager, the eNB knows all the registered
UEs. The most important task of the eNB is the Radio
Resource Management (RRM).
A. Radio Resource Management Entity
In LTE, each traffic flows between the UE and the eNB are
grouped into logical entities called End-to-End Bearers
which are identified by their common end-to-endd QoS
requirements and the corresponding accounting and billing
policies. In detail: (i) the type of a radio bearer (Guaranteed
Bit Rate (GBR) or Non-Guaranteed Bit Rate (Non-GBR));
(ii) The QoS Class Identifier which identifies the different
treatment to be adopted for each bearer; (iii) The value of
the guaranteed bit rate that represents the expected bit rate
for a GBR bearer; (iv) The minimum bit rate to provide to
the GBR bearer.
B. The RRC Entity
The Radio Resource Control (RRC) entity handles (i)
connection establishment and management, (ii) broadcast of
system information, (iii) radio bearer establishment and
management, (iv) mobility management, and (v) paging.
The interaction between the MAC and the Radio Bearer is
provided by the RLC entity. In this simulation model, the
RLC entity takes care of dequeueing the packets from the
MAC queue and delivering them to the lower layer. RLC
delivers all packets to the MAC layer without performing
neither segmentation nor concatenation and without adding
any RLC header.
C. The MAC Entity
The MAC Entity provides an interface between the device
and the physical layer for both the UE and the eNB devices.
It is responsible for the creation of the transport block to be
sent to the PHY layer by composing packets and/or
fragments provided by the RLC. Moreover, the MAC entity
hosts the Adaptive Modulation and Coding (AMC) module.
D. The Adaptive Modulation and Coding module
It takes care of adapting the modulation and coding scheme
used in the physical layer to the channel conditions faced by
each user, in order to maximize the channel capacity and
keep the residual bit error rate below a maximum acceptable
threshold. The MAC scheduler needs to consider the
behavior of AMC in order to take effective scheduling
decisions. AMC module provides an unique mapping among
the CQI, the MCS, the spectral efficiency, and the Transport
Block (TB) Size.
E. CQI management
The eNB sends reference symbols every Transmission Time
Interval (TTI), spreaded over the whole operative downlink
bandwidth. In order to estimate the channel quality, the UE
uses the data collected from these reference symbols to
compute the SINR (Signal to Interference plus Noise Ratio)
of the received signal. In particular, a SINR value is
obtained for each downlink sub-channel. These values are
then converted into CQI values that are sent to the target
eNB using the uplink control channel.
IV. SIMULATION RESULT AND COMPARISON
The MATLAB based simulation result of this algorithm is
shown in Fig. 3, Fig. 4 and Fig. 5 [5].
Fig. 3 BLER (Block Error Rate) for CQIs
A single CQI value is used to convey the channel quality
over a large number of Scheduling Blocks (SBs), the
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink
(IJSRD/Vol. 1/Issue 4/2013/0015)
All rights reserved by www.ijsrd.com 868
scheduler may not be able to distinguish the quality
variations within the reported range of subcarriers.
Fig. 4 SNR-CQI Mapping
Fig. 5 Macroscopic Pathloss and Fading
The NS-3 based simulation result of network creation with 2
UE and 2 eNB is shown in Fig. 6
Fig. 6 Network created for CQI threshold, Pathloss and
Fading
Table. 1: Downlink MAC output (2 eNBs and 2 UEs)
Table. 2: Downlink RLC output (2 eNBs and 2 UEs)
V. CONCLUSION
Studied the basic concepts of Long Term Evolution,
Orthogonal Frequency Division Multiple Access, LTE
networks, MatLab based System Level Simulation, Ubuntu
Operating system and Network Simulator 3. Simulated code
of CQI, pathloss and fading modules for LTE downlink
using MatLab and NS3. Using NS3, Implemented interface
between User Equipment (UE) and the enhanced NodeB
(eNB) devices.
Obtained the expected results and found that
MatLab based System Level simulation can go up to
Physical Layer simulation properly and require more
computational time. Downlink MAC and Downlink RLC
output shows quick response between interfaces UE-eNB,
can try for more UEs.
REFERENCES
[1] 3GPP, “Technical specification group radio access
network; (E-UTRA) and (E-UTRAN); physical channels
and modulation; (release 8),” Tech. Rep., Sep. 2008.
[Online]. Available:
http://www.3gpp.org/ftp/Specs/html-info/36211.htm
[2] C. Mehlf¨uhrer, M. Wrulich, J. C. Ikuno, D. Bosanska,
and M. Rupp, “Simulating the long term evolution
physical layer,” in Proc. of the 17th European Signal
Processing Conference (EUSIPCO 2009), Glasgow,
Scotland, Aug. 2009.
[3] D. Gonzalez, S. Ruiz, M. Garcia-Lozano, J. Olmos, and
A. Serra. “System level evaluation of LTE networks with
semidistributed intercell interference coordination,” in
Proc. of IEEE PIRMC 2009, Tokyo, Japan, Sep. 2009.
[4] G. Piro, L. A. Grieco, G. Boggia, and P. Camarda. A
“Two-level Scheduling Algorithm for QoS Support in
the Downlink of LTE Cellular Networks,” in Proc. Of
European Wireless, EW2010, Apr. 2010.
-20 -10 0 10 20 30
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SNR-CQI measured mapping (10% BLER)
SNR [dB]
CQI
-20 -10 0 10 20 30
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SNR-CQI mapping model
SNR [dB]
CQI
Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink
(IJSRD/Vol. 1/Issue 4/2013/0015)
All rights reserved by www.ijsrd.com 869
[5] J. C. Ikuno, M. Wrulich, and M. Rupp, “System level
simulation of LTE networks,” in Vehicular Technology
Conference (VTC-Spring), Taipei, May 2010.
[6] M. Wrulich, S. Eder, I. Viering, and M. Rupp, “Efficient
link-to-system level model for MIMO HSDPA,” in Proc.
of the 4th IEEE Broadband Wireless Access Workshop,
2008.
[7] LTE Module, “Service Architecture Evolution” [Online]
Available: http://www.nsnam.org/docs/models/html/lte-
design.html#id6
[8] “MatLab Based LTE Simulator” [Online]. Available:
http://www.nt.tuwien.ac.at/ltesimulator/

More Related Content

What's hot

Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...
Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...
Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...Eiko Seidel
 
Final Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortium
Final Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortiumFinal Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortium
Final Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortiumEiko Seidel
 
02eb68ab60b13bbfca46c09bb73eb608d353
02eb68ab60b13bbfca46c09bb73eb608d35302eb68ab60b13bbfca46c09bb73eb608d353
02eb68ab60b13bbfca46c09bb73eb608d353Shanti Tripathi
 
WC & LTE 4G Broadband Module 2- 2019 by Prof.Suresha V
WC & LTE 4G Broadband  Module 2- 2019 by Prof.Suresha VWC & LTE 4G Broadband  Module 2- 2019 by Prof.Suresha V
WC & LTE 4G Broadband Module 2- 2019 by Prof.Suresha VSURESHA V
 
Specifica‘tion, verification and simulation of a wireless lan
Specifica‘tion, verification and simulation of a wireless lanSpecifica‘tion, verification and simulation of a wireless lan
Specifica‘tion, verification and simulation of a wireless lanambitlick
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...csandit
 
Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...Makhdoom Waseem Hashmi
 
A DDRESSING T HE M ULTICHANNEL S ELECTION , S CHEDULING A ND C OORDINATION...
A DDRESSING  T HE  M ULTICHANNEL S ELECTION , S CHEDULING  A ND C OORDINATION...A DDRESSING  T HE  M ULTICHANNEL S ELECTION , S CHEDULING  A ND C OORDINATION...
A DDRESSING T HE M ULTICHANNEL S ELECTION , S CHEDULING A ND C OORDINATION...pijans
 
Module 2 lan,data link layer
Module 2 lan,data link layerModule 2 lan,data link layer
Module 2 lan,data link layerDeepak John
 
EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3
EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3
EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3ijwmn
 
A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...
A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...
A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...ijaia
 
PERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHM
PERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHMPERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHM
PERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHMijcsit
 
Handover Behaviour of Transparent Relay in WiMAX Networks
Handover Behaviour of Transparent Relay in WiMAX NetworksHandover Behaviour of Transparent Relay in WiMAX Networks
Handover Behaviour of Transparent Relay in WiMAX NetworksIDES Editor
 
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...ijceronline
 
Performance Analysis of MIMO-LTE for MQAM over Fading Channels
Performance Analysis of MIMO-LTE for MQAM over Fading ChannelsPerformance Analysis of MIMO-LTE for MQAM over Fading Channels
Performance Analysis of MIMO-LTE for MQAM over Fading ChannelsIOSRJECE
 
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...ijwmn
 

What's hot (17)

Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...
Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...
Heterogeneous LTE Networks and Inter-Cell Interference Coordination - Dec 201...
 
Final Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortium
Final Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortiumFinal Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortium
Final Performance Evaluation of 3GPP NR eMBB within 5G-PPP consortium
 
02eb68ab60b13bbfca46c09bb73eb608d353
02eb68ab60b13bbfca46c09bb73eb608d35302eb68ab60b13bbfca46c09bb73eb608d353
02eb68ab60b13bbfca46c09bb73eb608d353
 
WC & LTE 4G Broadband Module 2- 2019 by Prof.Suresha V
WC & LTE 4G Broadband  Module 2- 2019 by Prof.Suresha VWC & LTE 4G Broadband  Module 2- 2019 by Prof.Suresha V
WC & LTE 4G Broadband Module 2- 2019 by Prof.Suresha V
 
Specifica‘tion, verification and simulation of a wireless lan
Specifica‘tion, verification and simulation of a wireless lanSpecifica‘tion, verification and simulation of a wireless lan
Specifica‘tion, verification and simulation of a wireless lan
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
 
Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...Ns 2 based simulation environment for performance evaluation of umts architec...
Ns 2 based simulation environment for performance evaluation of umts architec...
 
A DDRESSING T HE M ULTICHANNEL S ELECTION , S CHEDULING A ND C OORDINATION...
A DDRESSING  T HE  M ULTICHANNEL S ELECTION , S CHEDULING  A ND C OORDINATION...A DDRESSING  T HE  M ULTICHANNEL S ELECTION , S CHEDULING  A ND C OORDINATION...
A DDRESSING T HE M ULTICHANNEL S ELECTION , S CHEDULING A ND C OORDINATION...
 
Module 2 lan,data link layer
Module 2 lan,data link layerModule 2 lan,data link layer
Module 2 lan,data link layer
 
EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3
EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3
EFFECTS OF MAC PARAMETERS ON THE PERFORMANCE OF IEEE 802.11 DCF IN NS-3
 
A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...
A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...
A MAC PROTOCOL WITH DYNAMIC ALLOCATION OF TIME SLOTS BASED ON TRAFFIC PRIORIT...
 
PERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHM
PERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHMPERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHM
PERFORMANCE EVALUATION OF LTE NETWORK USING MAXIMUM FLOW ALGORITHM
 
Handover Behaviour of Transparent Relay in WiMAX Networks
Handover Behaviour of Transparent Relay in WiMAX NetworksHandover Behaviour of Transparent Relay in WiMAX Networks
Handover Behaviour of Transparent Relay in WiMAX Networks
 
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
Performance Analysis of Ad-hoc on Demand Distance Vector Routing (AODV) and D...
 
Performance Analysis of MIMO-LTE for MQAM over Fading Channels
Performance Analysis of MIMO-LTE for MQAM over Fading ChannelsPerformance Analysis of MIMO-LTE for MQAM over Fading Channels
Performance Analysis of MIMO-LTE for MQAM over Fading Channels
 
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
PERFORMANCE ANALYSIS OF OLSR PROTOCOL IN MANET CONSIDERING DIFFERENT MOBILITY...
 
eaodv
eaodveaodv
eaodv
 

Similar to Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink

Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Ericsson
 
Simulation_of_LTE_signaling.pdf
Simulation_of_LTE_signaling.pdfSimulation_of_LTE_signaling.pdf
Simulation_of_LTE_signaling.pdfFitsum Mergia
 
Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...
Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...
Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...IJECEIAES
 
Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...
Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...
Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...EMERSON EDUARDO RODRIGUES
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...csandit
 
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...IJCNCJournal
 
Amir ahmadian tlt-6507-seminar report final version-
Amir ahmadian tlt-6507-seminar report final version-Amir ahmadian tlt-6507-seminar report final version-
Amir ahmadian tlt-6507-seminar report final version-Amir Mehdi Ahmadian
 
Survey on scheduling and radio resources allocation in lte
Survey on scheduling and radio resources allocation in lteSurvey on scheduling and radio resources allocation in lte
Survey on scheduling and radio resources allocation in lteijngnjournal
 
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKSPERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKScscpconf
 
Performance analysis of resource
Performance analysis of resourcePerformance analysis of resource
Performance analysis of resourcecsandit
 
Lte protocol Stack
Lte protocol StackLte protocol Stack
Lte protocol StackShoeb Ahmed
 
The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...IJCNCJournal
 
Lte training an introduction-to-lte-basics
Lte training an introduction-to-lte-basicsLte training an introduction-to-lte-basics
Lte training an introduction-to-lte-basicsSaurabh Verma
 
LTE (Long Term Evolution) Introduction
LTE (Long Term Evolution) IntroductionLTE (Long Term Evolution) Introduction
LTE (Long Term Evolution) IntroductionGuisun Han
 
4G-Questions interview.pdf
4G-Questions interview.pdf4G-Questions interview.pdf
4G-Questions interview.pdfMohamedShabana37
 
Practical aspects of lte design and deployment
Practical aspects of lte design and deploymentPractical aspects of lte design and deployment
Practical aspects of lte design and deploymentDr. Ayman Elnashar, PhD
 

Similar to Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink (20)

Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
Machine Learning Based Session Drop Prediction in LTE Networks and its SON As...
 
Simulation_of_LTE_signaling.pdf
Simulation_of_LTE_signaling.pdfSimulation_of_LTE_signaling.pdf
Simulation_of_LTE_signaling.pdf
 
Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...
Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...
Exponential MLWDF (EXP-MLWDF) Downlink Scheduling Algorithm Evaluated in LTE ...
 
Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...
Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...
Emerson Eduardo Rodrigues - ENGINEERING STUDIES1 Rfplanningandoptimizationfor...
 
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
QOS-B ASED P ERFORMANCE E VALUATION OF C HANNEL -A WARE /QOS-A WARE S CHEDULI...
 
Lte questions adv
Lte questions advLte questions adv
Lte questions adv
 
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
MODELING, IMPLEMENTATION AND PERFORMANCE ANALYSIS OF MOBILITY LOAD BALANCING ...
 
Amir ahmadian tlt-6507-seminar report final version-
Amir ahmadian tlt-6507-seminar report final version-Amir ahmadian tlt-6507-seminar report final version-
Amir ahmadian tlt-6507-seminar report final version-
 
Survey on scheduling and radio resources allocation in lte
Survey on scheduling and radio resources allocation in lteSurvey on scheduling and radio resources allocation in lte
Survey on scheduling and radio resources allocation in lte
 
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKSPERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
PERFORMANCE ANALYSIS OF RESOURCE SCHEDULING IN LTE FEMTOCELLS NETWORKS
 
Performance analysis of resource
Performance analysis of resourcePerformance analysis of resource
Performance analysis of resource
 
Lte protocol Stack
Lte protocol StackLte protocol Stack
Lte protocol Stack
 
The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...The improvement of end to end delays in network management system using netwo...
The improvement of end to end delays in network management system using netwo...
 
LTE optimization
LTE optimizationLTE optimization
LTE optimization
 
Eee projects
Eee projectsEee projects
Eee projects
 
Lte training an introduction-to-lte-basics
Lte training an introduction-to-lte-basicsLte training an introduction-to-lte-basics
Lte training an introduction-to-lte-basics
 
comparsion of LTE and wimax
comparsion of LTE and wimaxcomparsion of LTE and wimax
comparsion of LTE and wimax
 
LTE (Long Term Evolution) Introduction
LTE (Long Term Evolution) IntroductionLTE (Long Term Evolution) Introduction
LTE (Long Term Evolution) Introduction
 
4G-Questions interview.pdf
4G-Questions interview.pdf4G-Questions interview.pdf
4G-Questions interview.pdf
 
Practical aspects of lte design and deployment
Practical aspects of lte design and deploymentPractical aspects of lte design and deployment
Practical aspects of lte design and deployment
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 

Recently uploaded (20)

APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 

Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 4, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 866 Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink Gaganbhai R. Dabhi1 Hina Patel2 1 PG Student 2 Assistant Professor 1, 2 Electronics & Communication Engineering Department 1, 2 Parul Institute of Engineering & Technology Abstract—In the development, standardization and implementation of LTE Networks based on Orthogonal Freq. Division Multiple Access (OFDMA), simulations are necessary to test as well as optimize algorithms and procedures before real time establishment. This can be done by both Physical Layer (Link-Level) and Network (System- Level) context. This paper proposes Network Simulator 3 (NS-3) which is capable of evaluating the performance of the Downlink Shared Channel of LTE networks and comparing it with available MatLab based LTE System Level Simulator performance. Keywords: 3GPP, LTE, Downlink, NS-3, Simulator, MAC, PHY I. INTRODUCTION The Long Term Evolution (LTE) standard specified by the 3rd Generation Partnership Project (3GPP) is a new mobile communication technology, which is evolution of the Universal Mobile Telecommunications System (UMTS) and High-Speed Packet Access (HSPA) systems. LTE intends to deliver high speed data and multimedia services to next generation. LTE is also backward compatible with the CDMA family of technologies and thereby enables even CDMA operators to move to this technology. The main reasons for these changes in the Radio Access Network (RAN) system design are the need to provide higher spectral efficiency, lower delay, and more multi-user flexibility than the currently deployed networks. LTE supports scalable carrier bandwidths, from 1.4 MHz to 20 MHz and supports both frequency division duplexing (FDD) and time-division duplexing (TDD). The IP-based network architecture called the Evolved Packet Core (EPC) is designed to replace the GPRS Core Network. The LTE device has been conceived as a container of several entities: the IP classifier, the RRC entity, the MAC entity and the PHY layer. The core of the LTE module is composed by both MAC and PHY layers of an LTE device. The Evolved Packet Core comprises the Mobility Management Entity (MME), the Serving Gateway (SGW), and the Packet Data Network Gateway (PGW). The MME is responsible for user mobility, intra-LTE handover, and tracking and paging procedures of User Equipments (UEs) upon connection establishment. The main purpose of the SGW is, instead, to route and forward user data packets among LTE nodes, and to manage handover among LTE and other 3GPP technologies. The PGW interconnects LTE network with the rest of the world, providing connectivity among UEs and external packet data networks. The LTE access network can host only two kinds of node: the UE (that is the end-user) and the eNB. Note that eNB nodes are directly connected to each other (this speeds up signaling procedures) and to the MME gateway. The eNB is the only device in charge of performing both radio resource management and control procedures on the radio interface. Figure 1 shows Service Architecture Evolution in LTE network [7]. Fig. 1 Service Architecture Evolution in LTE network[1] Multiple-Input Multiple-Output (MIMO) gains, Adaptive Modulation and Coding (AMC) feedback, modeling of channel encoding and decoding or physical layer modeling for system-level can be achieved by Link Level. Network- related issues such as scheduling, mobility handling or interference management can be achieved by System Level. Link-Level simulation tools are limited to consider the performance at the physical layer only. System level simulators (such as MatLab based) can go beyond the physical layer by introducing the MAC layer together with an abstract model of the higher layers. Due to this abstraction of the higher layers and evaluation of Radio Resource Management (RRM) algorithms, it cannot provide proper end-to-end performance and behavior of the network as a whole. Solution is Network Simulator and it can implement all the protocol layers from the MAC up to the application. LTE network simulator supports single and multi-cell environments, QoS management, multi user’s environment, user mobility, handover procedures, scheduling, interference management and frequency reuse techniques. In this proposed work, creation of LTE Network in NS-3 and its comparison with MatLab based System Level Simulator described. Require simulating LTE technology like scheduling or interference management using NS-3. II. THE LTE MODULE FOR NS-3 Figure 2 shows schematic block diagram of LTE system level simulator [5].
  • 2. Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink (IJSRD/Vol. 1/Issue 4/2013/0015) All rights reserved by www.ijsrd.com 867 Fig. 2 LTE system level simulator Similarly to other system-level simulators, the core part consists of (i) a link measurement model and (ii) a link performance model. The link measurement model abstracts the measured link quality used for link adaptation and resource allocation. On the other hand the link performance model determines the link Block Error Ratio (BLER) at reduced complexity. The most important features provided by the proposed LTE NS-3 module are 1)A basic implementation of both the User Equipment (UE) and the enhanced NodeB (eNB) devices, 2)RRC entities for both the UE and the eNB, 3)A state-of-the-art Adaptive Modulation and Coding (AMC) scheme for the downlink, 4)The management of the data radio bearers (with their QoS parameters), the MAC queues and the RLC instances, 5)Channel Quality Indicator (CQI) management, 6)Support for downlink packet scheduling, 7)A channel model with propagation loss model, 8)Interference Management. III. NETWORK DEVICES NS-3 device contains and manages the main entities of the E-UTRAN protocol stack i.e. RRC, RLC, MAC and PHY. The UE stores information about which eNB it is registered to and using UE Manager, the eNB knows all the registered UEs. The most important task of the eNB is the Radio Resource Management (RRM). A. Radio Resource Management Entity In LTE, each traffic flows between the UE and the eNB are grouped into logical entities called End-to-End Bearers which are identified by their common end-to-endd QoS requirements and the corresponding accounting and billing policies. In detail: (i) the type of a radio bearer (Guaranteed Bit Rate (GBR) or Non-Guaranteed Bit Rate (Non-GBR)); (ii) The QoS Class Identifier which identifies the different treatment to be adopted for each bearer; (iii) The value of the guaranteed bit rate that represents the expected bit rate for a GBR bearer; (iv) The minimum bit rate to provide to the GBR bearer. B. The RRC Entity The Radio Resource Control (RRC) entity handles (i) connection establishment and management, (ii) broadcast of system information, (iii) radio bearer establishment and management, (iv) mobility management, and (v) paging. The interaction between the MAC and the Radio Bearer is provided by the RLC entity. In this simulation model, the RLC entity takes care of dequeueing the packets from the MAC queue and delivering them to the lower layer. RLC delivers all packets to the MAC layer without performing neither segmentation nor concatenation and without adding any RLC header. C. The MAC Entity The MAC Entity provides an interface between the device and the physical layer for both the UE and the eNB devices. It is responsible for the creation of the transport block to be sent to the PHY layer by composing packets and/or fragments provided by the RLC. Moreover, the MAC entity hosts the Adaptive Modulation and Coding (AMC) module. D. The Adaptive Modulation and Coding module It takes care of adapting the modulation and coding scheme used in the physical layer to the channel conditions faced by each user, in order to maximize the channel capacity and keep the residual bit error rate below a maximum acceptable threshold. The MAC scheduler needs to consider the behavior of AMC in order to take effective scheduling decisions. AMC module provides an unique mapping among the CQI, the MCS, the spectral efficiency, and the Transport Block (TB) Size. E. CQI management The eNB sends reference symbols every Transmission Time Interval (TTI), spreaded over the whole operative downlink bandwidth. In order to estimate the channel quality, the UE uses the data collected from these reference symbols to compute the SINR (Signal to Interference plus Noise Ratio) of the received signal. In particular, a SINR value is obtained for each downlink sub-channel. These values are then converted into CQI values that are sent to the target eNB using the uplink control channel. IV. SIMULATION RESULT AND COMPARISON The MATLAB based simulation result of this algorithm is shown in Fig. 3, Fig. 4 and Fig. 5 [5]. Fig. 3 BLER (Block Error Rate) for CQIs A single CQI value is used to convey the channel quality over a large number of Scheduling Blocks (SBs), the
  • 3. Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink (IJSRD/Vol. 1/Issue 4/2013/0015) All rights reserved by www.ijsrd.com 868 scheduler may not be able to distinguish the quality variations within the reported range of subcarriers. Fig. 4 SNR-CQI Mapping Fig. 5 Macroscopic Pathloss and Fading The NS-3 based simulation result of network creation with 2 UE and 2 eNB is shown in Fig. 6 Fig. 6 Network created for CQI threshold, Pathloss and Fading Table. 1: Downlink MAC output (2 eNBs and 2 UEs) Table. 2: Downlink RLC output (2 eNBs and 2 UEs) V. CONCLUSION Studied the basic concepts of Long Term Evolution, Orthogonal Frequency Division Multiple Access, LTE networks, MatLab based System Level Simulation, Ubuntu Operating system and Network Simulator 3. Simulated code of CQI, pathloss and fading modules for LTE downlink using MatLab and NS3. Using NS3, Implemented interface between User Equipment (UE) and the enhanced NodeB (eNB) devices. Obtained the expected results and found that MatLab based System Level simulation can go up to Physical Layer simulation properly and require more computational time. Downlink MAC and Downlink RLC output shows quick response between interfaces UE-eNB, can try for more UEs. REFERENCES [1] 3GPP, “Technical specification group radio access network; (E-UTRA) and (E-UTRAN); physical channels and modulation; (release 8),” Tech. Rep., Sep. 2008. [Online]. Available: http://www.3gpp.org/ftp/Specs/html-info/36211.htm [2] C. Mehlf¨uhrer, M. Wrulich, J. C. Ikuno, D. Bosanska, and M. Rupp, “Simulating the long term evolution physical layer,” in Proc. of the 17th European Signal Processing Conference (EUSIPCO 2009), Glasgow, Scotland, Aug. 2009. [3] D. Gonzalez, S. Ruiz, M. Garcia-Lozano, J. Olmos, and A. Serra. “System level evaluation of LTE networks with semidistributed intercell interference coordination,” in Proc. of IEEE PIRMC 2009, Tokyo, Japan, Sep. 2009. [4] G. Piro, L. A. Grieco, G. Boggia, and P. Camarda. A “Two-level Scheduling Algorithm for QoS Support in the Downlink of LTE Cellular Networks,” in Proc. Of European Wireless, EW2010, Apr. 2010. -20 -10 0 10 20 30 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 SNR-CQI measured mapping (10% BLER) SNR [dB] CQI -20 -10 0 10 20 30 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 SNR-CQI mapping model SNR [dB] CQI
  • 4. Simulation and Performance Analysis of Long Term Evolution (LTE) Cellular Networks for Downlink (IJSRD/Vol. 1/Issue 4/2013/0015) All rights reserved by www.ijsrd.com 869 [5] J. C. Ikuno, M. Wrulich, and M. Rupp, “System level simulation of LTE networks,” in Vehicular Technology Conference (VTC-Spring), Taipei, May 2010. [6] M. Wrulich, S. Eder, I. Viering, and M. Rupp, “Efficient link-to-system level model for MIMO HSDPA,” in Proc. of the 4th IEEE Broadband Wireless Access Workshop, 2008. [7] LTE Module, “Service Architecture Evolution” [Online] Available: http://www.nsnam.org/docs/models/html/lte- design.html#id6 [8] “MatLab Based LTE Simulator” [Online]. Available: http://www.nt.tuwien.ac.at/ltesimulator/