WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION

Size: px
Start display at page:

Download "WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION"

Transcription

1 WHITEPAPER MULTICORE SOFTWARE DESIGN FOR AN LTE BASE STATION

2 Executive summary This white paper details the results of running the parallelization features of SLX to quickly explore the HHI/ Frauenhofer reference HEVC codec implementation. The codec allows developers to make trade-offs of coding efficiency versus effective use of the parallel computation resources of the target platform. SLX is primarily used to assess the benefits of any exposed parallelism in the current implementation. LTE (Long Term Evolution), also known as E-UTRAN (Evolved Universal Terrestrial Access Network), introduced in 3GPP R8, is the access part of the Evolved Packet System (EPS). The presented results are based on the unedited implementation of the code as downloaded on a virtual hexacore target platform based on ARM Cortex A7 processors. Fig. Analysis Results for up to 16 cores on Generic Baseband Processing Multi-DSP Platform In a test period of 4 hours of computer run time, the speedup results are shown with the default implementation. For an additional 32 loops, opportunities for further parallelism with its associated potential speedup on the target platform were identified including the inhibiting reason. Overall, SLX quickly identifies the places where manual efforts should be spent and which ones should be avoided. This case study on unchanged, real- life application source code shows the significant productivity increase by using automation versus a costly, manual investigation by parallelism experts. For further information, more White Papers, other resources and for your free trial of SLX, please visit Fig. Gant charts detail set-up and process times throughout this white paper. Fig. Peak power performance is analyzed on 4 and 10 cores Silexica GmbH. All rights reserved worldwide.

3 Table of Contents 1 INTRODUCTION 4 2 LTE OVERVIEW LTE FRAME PHYSICAL CHANNELS PBCH (PHYSICAL BROADCAST CHANNEL) PCFICH (PHYSICAL CONTROL FORMAT INDICATOR CHANNEL) PDCCH (PHYSICAL DOWNLINK CONTROL CHANNEL) PHICH (PHYSICAL HYBRID-ARQ INDICATOR CHANNEL) PDSCH (PHYSICAL DOWNLINK SHARED CHANNEL) 6 3 APPLICATION OVERVIEW PARALLELIZATION STRATEGY 7 4 MAPPING ANALYSIS WITH SLX GENERIC BASEBAND PROCESSING MULTI-DSP PLATFORM GENERIC DSP ARCHITECTURE ENHANCED WITH HARDWARE ACCELERATORS EXPLORING DIFFERENT PROCESSOR FREQUENCIES AND POWER ANALYSIS 15 5 CONCLUSION Silexica GmbH. All rights reserved worldwide.

4 1 Introduction This paper presents a typical base station design scenario, where decisions about HW/SW partitioning, the number of processing elements, and operational system parameters, among other things, need to be made early on by system architects. SLX determines the impact of these various design decisions and parameter selections, while exploring different target architecture configurations and checks if application constraints can be met. In the following, an LTE DownLink Application is used as the application driver. 2 LTE Overview LTE (Long Term Evolution), also known as E-UTRAN (Evolved Universal Terrestrial Access Network), introduced in 3GPP R8, is the access part of the Evolved Packet System (EPS). The main requirements for the new access network are high spectral efficiency, high peak data rates, short round-trip time as well as flexibility in frequency and bandwidth. The case tested here is the implementation of the DownLink (DL) Physical Layer (PHY) of an LTE enodeb (base station). The LTE PHY specification accommodates bandwidths from 1.25MHz to 20MHz. Orthogonal frequency division multiplexing (OFDM) is the selected modulation. The DL is composed of physical channels that convey information from the higher layer and some synchronization signals. Here, we consider the following channels and signals PBCH: Physical Broadcast Channel, PCFICH: Physical Control Format Indicator Channel, PHICH: Physical Hybrid-ARQ Indicator Channel, PDSCH: Physical Downlink Shared Channel, PDCCH: Physical Downlink Control Channel, P-SS: Primary Synchronization Signal, S-SS: Secondary Synchronization Signaling. 2.1 LTE Frame LTE frames are each 10 ms in duration. They are divided into 10 subframes, with each subframe duration being 1 ms. Each subframe is further divided into two slots of 0.5 ms each. Slots consist of either 7 or 6 OFDM symbols, depending on whether the normal or extended cyclic prefix is being employed. A symbol corresponds to a certain time span of a signal, carrying one spot in the modulation schemes I/Q- Constellation Diagram. Figure 1 shows the structure of a frame. In OFDMA (Orthogonal Frequency Division Multiple Access), a specific number of subcarriers for a determined amount of time are allocated to the users. These are referred to as Physical Resource Blocks (PRBs). PRB allocations are handled by higher protocol layers in the enodeb. The available number of PRBs is determined by the bandwidth of the transmission (e.g. 100 PRBs in 20 MHz) Silexica GmbH. All rights reserved worldwide. 4

5 Figure 1: LTE frame structure (normal cyclic prefix) 2.2 Physical Channels All physical channels convey information provided by the higher LTE stack layers. Each physical channel undergoes the following data processing before transmission: Bit scrambling, Modulation, Layer mapping, Precoding, Resource element assignment. Layer mapping and precoding are related to the Multiple Input Multiple Output (MIMO) antenna operation of the base station. For simple MIMO configurations (e.g. 1x1 and 2x2), there is a one-to-one relationship between the layers and the transmitting antennas. For other complex MIMO configurations, there are only two spatially multiplexed data streams. Layer mapping defines how the additional antennas are used. Precoding is used in connection to spatial multiplexing. The next subsections present the 5 relevant physical channels in detail PBCH (Physical Broadcast Channel) All physical channels convey information provided by the higher LTE stack layers. Each physical channel undergoes the following data processing before transmission: Carries only the MIB (Master Information Block). Uses QPSK as the modulation scheme. Is mapped onto 6 Resource Blocks (72 subcarriers), centered around the DC subcarrier in subframe 0. Is mapped to resource elements that are not reserved for transmitting reference signals, PDCCH or PCHICH Silexica GmbH. All rights reserved worldwide. 5

6 2.2.2 PCFICH (Physical Control Format Indicator Channel) Carries the number of symbols that can be used for control channels (PDCCH and PHICH). Mapped onto the first OFDM symbol in each downlink subframe, occupying 16 data subcarriers of the symbol. User equipment (UE) decodes this channel to figure out how many OFDM symbols are assigned for the control channels (PDCCH and PHICH). The exact position of PCFICH is determined by cell ID and bandwidth PDCCH (Physical Downlink Control Channel) Mapped to the first OFDM symbol in each downlink subframe. Number of symbols used for PDCCH: can be 1, 2, or 3. Number of symbols used for PDCCH is specified by PCFICH. PDCCH carries downlink control information (DCIs). Multiple PDCCHs can be assigned in a single subframe. UE then does blind decoding of all PDCCHs. Uses QPSK as the modulation scheme PHICH (Physical Hybrid-ARQ Indicator Channel) Carries repeat request (H-ARQ) feedback for the received PUSCH. Depending on the configuration, several PHICHs constitute a PHICH group using the same resource elements PDSCH (Physical Downlink Shared Channel) Carries user-specific data (DL Payload). Carries random access response message. Uses Adaptation Modulation and Coding (AMC) with QPSK, QAM16, QAM64 or QAM256 modulation schemes. This actual modulation scheme is determined by the modulation and coding scheme (MCS) carried within the DCI specified by PDCCH. 3 Application Overview The application under analysis implements the DL transmission procedure performed by an LTE enodeb. It constructs a test FDD subframe and transmits it. The application performs all corresponding physical layer (PHY) tasks necessary for encoding, modulating and transmitting the PBCH, PDSCH, PHICH, PDCCH and PCFICH physical channels. Since an LTE subframe transmission duration is equal to 1 ms, all prior processing must fulfill a very tight latency constraint (tl). In order to fulfill tl the processing for the subframe must take at most 1 ms (excluding some initial base station setup time). If the processing time is greater than tl then the next subframe will not be ready when the previous subframe completes transmission Silexica GmbH. All rights reserved worldwide. 6

7 Our application is implemented as a data flow model containing 73 processing tasks of varying complexity. Tasks communicate with other tasks via first-in first-out (FIFO) channels, which are initially unmapped to platform communication means. That is, all channels are treated in an abstract manner without defining whether they are mapped onto shared memories, for instance, or handled via DMAs (Direct Memory Access devices). Overall, there are 186 inter-task communication channels. Figure 2 presents the graphical view of an application fragment as shown by SLX. Tasks implementing LTE physical channels and the data flow amongst them can be observed. Figure 2: LTE application diagram in SLX 3.1 Parallelization Strategy The application follows a coarse-grain parallelization strategy that exploits mostly Task-Level Parallelism (TLP) and Pipeline-Level Parallelism (PLP). There is one parallel pipeline for each channel flow, where the specific channel data is processed. When the channel data is encoded, it enters a parallel processing flow that is replicated according to the number of antennas in the system. Figure 3 shows a high-level overview of the parallelism exploited in the application. Figure 3: Parallelism exploited in application 2018 Silexica GmbH. All rights reserved worldwide. 7

8 In order to better understand the concept of a channel pipeline, consider the PDSCH pipeline shown in Figure 4. A controller task called PDSCH_ctrl (1) drives the entire channel flow after receiving encoding parameters and input data from higher layers. The PDSCH_cb task (2) segments the input data into code blocks for encoding. The PDSCH_cb_encod task (3) performs turbo coding and rate matching on the code blocks. The PDSCH_concat task (4) concatenates the resulting encoded code blocks, which are later scrambled by the PDSCH_scrambler task (5). Afterwards, the PDSCH_modmapper (6) performs the channel-specific modulation mapping, which results in a stream of modulation symbols that have to be mapped to layers (PDSCH_lmapper - 7) and precoded (PDSCH_ precoder - 8) before transmission (depending on the current transmit diversity and spatial multiplexing settings). Figure 4: Channel pipeline example 4 Mapping Analysis with SLX In the following, we use SLX to map the application tasks to processing elements for different target architectures. SLX has built-in Mapping and Scheduling algorithms that can find high performance mappings for different optimization goals, such as power, load, and execution time. This determines whether the required application constraints are met when mapping an application to a specific target architecture. With SLX, varying combinations of system parameters, such as the number of processors, memory sizes, and processor frequency, among others, can be evaluated automatically. This way, the features help to answer critical design questions and to perform power/cost/performance trade-off experiments at early design stages. The LTE test application will be analyzed with the following platforms: A generic baseband processing multi-dsp architecture with 16 TI C66x DSP cores operating at 1 GHz An enhanced version of the generic baseband processing multi-dsp architecture including 6 hardware accelerators These architectures represent the baseband processing systems typically used today by most wireless providers. It is also worth mentioning that application mapping/distribution analyses for off-the-shelf System on Chips (SoCs) can also be performed with SLX in the same way as for these generic architectures, but this is out of the scope of this paper. 4.1 Generic Baseband Processing Multi-DSP Platform We compute multiple automatic mappings for the application on the generic baseband processing multi-dsp platform by considering subsets of cores of increasing size. This way the optimal platform size for an application can be estimated. We computed automatic mappings when using 1, 2, 4, 6, 8, 10, 12, 14 and 16 cores in the platform. Figure 5 presents the Mapping Analysis Results Chart generated by SLX. The mapping strategy used in these experiments tries to achieve load and data throughput balancing across the system. The Mapping Analysis Results Chart helps keep track of the performance of different configurations Silexica GmbH. All rights reserved worldwide. 8

9 Figure 5: Mapping Analysis Results for up to 16 cores on Generic Baseband Processing Multi-DSP Platform For the evaluated LTE application, increasing the number of cores consistently decreases the execution time. However, after a certain number of cores are used in the platform, adding more cores only produces marginal improvements. The spatial and temporal mapping (scheduling) computed by SLX can be seen in the Gantt Chart in Figure 6 Figure 6: Gantt Chart of the application on 10 cores on Generic Baseband Processing Multi-DSP Platform By placing time markers (cursors) in the Gantt Chart, the processing time for each process and the underlying timing constraints can be monitored. Using this information the mappings generated by SLX can further refined, e.g. by manually setting further mapping constraints. This is especially useful when applications with time-critical processes (or sections) are mapped onto multi-core platforms with limited resources. In Figures 7, 8, and 9 the application setup time, subframe processing time, and antenna transmission time are shown in more detail Silexica GmbH. All rights reserved worldwide. 9

10 Figure 7: The application setup time highlighted in the Gantt Chart Figure 8: The application subframe processing time highlighted in the Gantt Chart 2018 Silexica GmbH. All rights reserved worldwide. 10

11 Figure 9: Antenna transmission time highlighted in the Gantt Chart The scheduling state (ready, running, read-blocked, write-blocked) over time for each process can be seen in the Task State Graph, which allows users to easily spot bottlenecks associated with read or write-blocks. Figure 10 shows the Task State Graph for the 10-core mapping. Figure 10: Task State Graph Even with 16 cores, the best execution time we were able to achieve was ms. This is not even close to being acceptable for a base station configuration. Using the Profiler view, one can check the process execution time for all application tasks on all processor types in the platform, as shown in Figure 11. In the figure, the reported times are for the TI 66x DSP core running at 1 GHz. It can be seen that the processes that take the most time are the FFT/ IFFTs, turbo coding and bit-level processing tasks in the PDSCH channel Silexica GmbH. All rights reserved worldwide. 11

12 Figure 11: Estimated process execution times for each process 4.2 Generic DSP Architecture Enhanced with Hardware Accelerators see how this changes the application execution time. The enhanced architecture comprises 6 additional hardware accelerators: 4 for FFT/IFFT computation, one for turbo encoding and one for PDSCH bit-code processing. Additionally, we now add to the application specification a real-time latency constraint that specifies the processing time required for a subframe. The most important constraint in LTE is that a subframe is encoded within 1 ms so as to allow the uninterrupted transmission of subsequent subframes. Transmission itself takes an additional 1 ms, but it is performed only by the antennas when the channel data has already been prepared. Therefore, task mapping decisions have significant influence on the first 1 ms (processing time) for a subframe, but no influence at all on the actual transmission time. Apart from the 2 ms subframe time mentioned above (i.e. 1 ms for processing, 1 ms for transmission), a certain initial setup time must be accounted for when booting the system up and preparing the first frames and subframes. During this time, processes like computing the user RB scheduling (performed in higher layers), encoding unique cell identifiers and preparing synchronization signals for the rest of a transmission scenario take place. When these are added together, our selected subframe time constraint is 2.6 ms, corresponding to 1.6 ms for setup and processing and 1 ms for transmission. Specifying a constraint causes SLX to automatically try to find the best system configuration to fulfill it. It is worth mentioning that, although SLX uses cross-target performance estimation tools that can guess the execution time of tasks on processors and DSPs, adding HW accelerators to the system requires the user to provide manual timing annotations for the affected tasks. This is a straightforward procedure, as only a couple of lines have to be added into the application source code. The actual timing numbers come from data sheets, existing implementations or from the user s experience. Similar to previous experiments, the system is analyzed after gradually increasing the number of cores until the imposed timing constraint is met. Figure 12 shows the Mapping Analysis Result comparison for 4 and 6 cores with our previous generic baseband processing multi-dsp architecture Silexica GmbH. All rights reserved worldwide. 12

13 Figure 12: Mapping Analysis Result comparison for 4 and 6 cores A significant improvement in the execution time can be seen with the enhanced platform. Offloading the highly timeconsuming processes decreases execution time by up to 7x and improves performance by 85%. Although the constraint is not met using the enhanced platform with 4 cores, the application setup time and subframe processing time are significantly reduced when compared to the results for the previous architecture (see Figures 7 and 8). Figures 13, 14 and 15 show the respective Gantt charts for 4 cores with hardware accelerators. Figure 13: Gantt chart for 4 cores and hardware accelerators 2018 Silexica GmbH. All rights reserved worldwide. 13

14 Figure 14: Gantt chart for application setup time Figure 15: Gantt chart for subframe processing time From the figures, the subframe setup and processing time is 1.25 ms ms = 2.03 ms. This, added to the 1 ms time required for transmission, still does not fulfill the selected constraint of 2.6 ms. As the current architecture possesses additional DSP cores, one can continue mapping the application onto more cores to see the effect. Figure 16 shows the Mapping Analysis Results Chart for 1, 2, 4, 6, 8, 10, 12 and 14 DSP cores and the 6 hardware accelerators Silexica GmbH. All rights reserved worldwide. 14

15 Figure 16: Mapping result for up to 14 cores on generic DSP architecture with hardware accelerators This time, one can see that using 10 or more DSP cores fulfills the 2.6 ms constraint. The final decision about whether a platform with 10, 12 or 14 cores will be used needs to come after a cost-benefit analysis performed by the system architects. As a matter of fact, faster execution times would certainly leave room to add other tasks later, for instance (e.g. protocol improvements), but this would also yield a higher SoC area that could affect the design s cost effectiveness. 4.3 Exploring Different Processor Frequencies and Power Analysis At this point, many other questions can be easily answered by using SLX. For instance, can the number of cores further be reduced by increasing the processor, bus and memory frequencies? To demonstrate how to answer these questions, we focus next on the cases for 4 and 10 cores, which yielded execution times of 3.04 ms and 2.51 ms respectively. This corresponds to an execution time difference of about 18%. By quickly modifying the SLX high-level architecture model, we increased the frequency of all DSPs from 1 GHz to 1.3 GHz, and mapped the application again on only 4 cores. The Mapping Analysis Results Chart in Figure 17 shows the comparison between 10 cores operating at 1 GHz and 4 cores operating at 1.3 GHz Silexica GmbH. All rights reserved worldwide. 15

16 Figure 17: Mapping analysis result for cores with different operating frequencies As can be seen, mapping onto 4 cores running at 1.3 GHz yields a significantly better execution time than using 10 cores at 1 GHz. Once again, these results and subsequent cost-benefit analyses can help system architects make critical early design decisions. So far, increasing the operating frequency may sound like a sure-fire way to improve the overall execution time of the application. However, it might also have several implications for the power consumed by the base station. For instance, peak power plays an important role in the design of base stations, as power sources in deployed antenna sites are usually constrained. By relying on system-level power estimation strategies, SLX can also provide Power Profile Charts that help to analyze this dimension of the system. Figure 18 shows the resulting Power Profile chart after mapping and scheduling of the application on 4 cores at 1GHz. The figure depicts how much total and individual power/energy is consumed by each core and at which points in time. This allows the user to spot, for instance, critical application sections where an allowed maximum peak power is overshot. The power analysis features in SLX are enabled by providing switching capacitance values of processors functional units, memories and buses, and by specifying the system s voltage and frequency domains/settings. Figure 18: Power Profile chart 2018 Silexica GmbH. All rights reserved worldwide. 16

17 Comparing now the power profile chart of the mapping scenario for 4 cores at 1.3 GHz vs. 10 cores at 1.0 GHz, one can find which system yields better power efficiency. Figures 19 and 20 show fragments of the Power Profile charts of these two mapping configurations. Figure 19: Power Profile chart for GHz operating frequency Figure 20: Power Profile chart for 10 1 GHz operating frequency In this case, it can be seen that mapping the application onto only 4 cores at 1.3 GHz does cause a peak power increment of 15% compared to the case of 10 cores at 1 GHz. However, computing the system s power efficiency in terms of subframes per Watt-second with the formula shows that the solution with 4 cores at higher frequency is superior, resulting in a 13% gain. 5 Conclusion In this report we took a complex LTE base station application and mapped it onto two different architectures, using SLX. Not only did we map and run the application onto these architectures, but we also experimented with different hardware configurations to determine whether different constraints are met (i.e. peak power and total execution time). All in all, Silexica s SLX provide system architects with detailed insights into their target multicore system, and facilitate quick HW/SW partitioning, mapping and scheduling analyses that help system architects answer early design questions and allow them to make informed design decisions early on in the design process Silexica GmbH. All rights reserved worldwide. 17

LTE systems: overview

LTE systems: overview LTE systems: overview Luca Reggiani LTE overview 1 Outline 1. Standard status 2. Signal structure 3. Signal generation 4. Physical layer procedures 5. System architecture 6. References LTE overview 2 Standard

More information

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider Forward Error Correction Decoding for WiMAX and 3GPP LTE Modems Seok-Jun Lee, Manish Goel, Yuming Zhu, Jing-Fei Ren, and Yang Sun DSPS R&D Center, Texas Instruments ECE Depart., Rice University {seokjun,

More information

Test Range Spectrum Management with LTE-A

Test Range Spectrum Management with LTE-A Test Resource Management Center (TRMC) National Spectrum Consortium (NSC) / Spectrum Access R&D Program Test Range Spectrum Management with LTE-A Bob Picha, Nokia Corporation of America DISTRIBUTION STATEMENT

More information

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany

3G/4G Mobile Communications Systems. Dr. Stefan Brück Qualcomm Corporate R&D Center Germany 3G/4G Mobile Communications Systems Dr. Stefan Brück Qualcomm Corporate R&D Center Germany Chapter VI: Physical Layer of LTE 2 Slide 2 Physical Layer of LTE OFDM and SC-FDMA Basics DL/UL Resource Grid

More information

LTE Aida Botonjić. Aida Botonjić Tieto 1

LTE Aida Botonjić. Aida Botonjić Tieto 1 LTE Aida Botonjić Aida Botonjić Tieto 1 Why LTE? Applications: Interactive gaming DVD quality video Data download/upload Targets: High data rates at high speed Low latency Packet optimized radio access

More information

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

More information

5G Toolbox. Model, simulate, design and test 5G systems with MATLAB

5G Toolbox. Model, simulate, design and test 5G systems with MATLAB 5G Toolbox Model, simulate, design and test 5G systems with MATLAB Houman Zarrinkoub, PhD. Product Manager 5G, Communications, LTE and WLAN Toolboxes Signal Processing & Communications houmanz@mathworks.com

More information

UNDERSTANDING LTE WITH MATLAB

UNDERSTANDING LTE WITH MATLAB UNDERSTANDING LTE WITH MATLAB FROM MATHEMATICAL MODELING TO SIMULATION AND PROTOTYPING Dr Houman Zarrinkoub MathWorks, Massachusetts, USA WILEY Contents Preface List of Abbreviations 1 Introduction 1.1

More information

Physical Layer Frame Structure in 4G LTE/LTE-A Downlink based on LTE System Toolbox

Physical Layer Frame Structure in 4G LTE/LTE-A Downlink based on LTE System Toolbox IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 1, Issue 3, Ver. IV (May - Jun.215), PP 12-16 www.iosrjournals.org Physical Layer Frame

More information

American Journal of Engineering Research (AJER) 2015

American Journal of Engineering Research (AJER) 2015 American Journal of Engineering Research (AJER) 215 Research Paper American Journal of Engineering Research (AJER) e-issn : 232-847 p-issn : 232-936 Volume-4, Issue-1, pp-175-18 www.ajer.org Open Access

More information

TECHTRAINED. Foundations Explained. Learn Technology in 10 minutes. Contact:

TECHTRAINED. Foundations Explained. Learn Technology in 10 minutes. Contact: TT 1608: LTE Air Interface Foundations Explained Contact: hello@techtrained.com 469-619-7419 918-908-0336 Course Overview: If you are trying to learn LTE and don t know where to start. You or your technical

More information

Agenda. Overview of LTE UE Attach Procedure OAI-UE Threading Structure & Timing Walk through the OAI-UE Codes

Agenda. Overview of LTE UE Attach Procedure OAI-UE Threading Structure & Timing Walk through the OAI-UE Codes OAI UE overview Wilson W. K. Thong (ASTRI), Fabrice Nabet, Haithem Bilel (TCL), Florian Kaltenberger, Raymond Knopp (Eurecom) OAI workshop 2017 BUPT, Beijing, April 27 th 2017 Agenda Overview of LTE UE

More information

Planning of LTE Radio Networks in WinProp

Planning of LTE Radio Networks in WinProp Planning of LTE Radio Networks in WinProp AWE Communications GmbH Otto-Lilienthal-Str. 36 D-71034 Böblingen mail@awe-communications.com Issue Date Changes V1.0 Nov. 2010 First version of document V2.0

More information

LTE-Advanced and Release 10

LTE-Advanced and Release 10 LTE-Advanced and Release 10 1. Carrier Aggregation 2. Enhanced Downlink MIMO 3. Enhanced Uplink MIMO 4. Relays 5. Release 11 and Beyond Release 10 enhances the capabilities of LTE, to make the technology

More information

MACHINE TO MACHINE (M2M) COMMUNICATIONS-PART II

MACHINE TO MACHINE (M2M) COMMUNICATIONS-PART II MACHINE TO MACHINE (M2M) COMMUNICATIONS-PART II BASICS & CHALLENGES Dr Konstantinos Dimou Senior Research Engineer Ericsson Research konstantinos.dimou@ericsson.com Overview Introduction Definition Vision

More information

Adaptive Modulation and Coding for LTE Wireless Communication

Adaptive Modulation and Coding for LTE Wireless Communication IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Adaptive and Coding for LTE Wireless Communication To cite this article: S S Hadi and T C Tiong 2015 IOP Conf. Ser.: Mater. Sci.

More information

3GPP Long Term Evolution LTE

3GPP Long Term Evolution LTE Chapter 27 3GPP Long Term Evolution LTE Slides for Wireless Communications Edfors, Molisch, Tufvesson 630 Goals of IMT-Advanced Category 1 2 3 4 5 peak data rate DL / Mbit/s 10 50 100 150 300 max DL modulation

More information

Introduction. Air Interface. LTE and UMTS Terminology and Concepts

Introduction. Air Interface. LTE and UMTS Terminology and Concepts LTE and UMTS Terminology and Concepts By Chris Reece, Subject Matter Expert - 8/2009 UMTS and LTE networks are surprisingly similar in many respects, but the terms, labels and acronyms they use are very

More information

LTE Air Interface. Course Description. CPD Learning Credits. Level: 3 (Advanced) days. Very informative, instructor was engaging and knowledgeable!

LTE Air Interface. Course Description. CPD Learning Credits. Level: 3 (Advanced) days. Very informative, instructor was engaging and knowledgeable! Innovating Telecoms Training Very informative, instructor was engaging and knowledgeable! Watch our course intro video. LTE Air Interface Course Description With the introduction of LTE came the development

More information

3GPP TS V ( )

3GPP TS V ( ) TS 36.216 V10.3.1 (2011-09) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); Physical

More information

Background: Cellular network technology

Background: Cellular network technology Background: Cellular network technology Overview 1G: Analog voice (no global standard ) 2G: Digital voice (again GSM vs. CDMA) 3G: Digital voice and data Again... UMTS (WCDMA) vs. CDMA2000 (both CDMA-based)

More information

3G Evolution HSPA and LTE for Mobile Broadband Part II

3G Evolution HSPA and LTE for Mobile Broadband Part II 3G Evolution HSPA and LTE for Mobile Broadband Part II Dr Stefan Parkvall Principal Researcher Ericsson Research stefan.parkvall@ericsson.com Outline Series of three seminars I. Basic principles Channel

More information

5G New Radio Design. Fall VTC-2017, Panel September 25 th, Expanding the human possibilities of technology to make our lives better

5G New Radio Design. Fall VTC-2017, Panel September 25 th, Expanding the human possibilities of technology to make our lives better 5G New Radio Design Expanding the human possibilities of technology to make our lives better Fall VTC-2017, Panel September 25 th, 2017 Dr. Amitabha Ghosh Head of Small Cell Research, Nokia Fellow, IEEE

More information

Interference management Within 3GPP LTE advanced

Interference management Within 3GPP LTE advanced Interference management Within 3GPP LTE advanced Konstantinos Dimou, PhD Senior Research Engineer, Wireless Access Networks, Ericsson research konstantinos.dimou@ericsson.com 2013-02-20 Outline Introduction

More information

References. What is UMTS? UMTS Architecture

References. What is UMTS? UMTS Architecture 1 References 2 Material Related to LTE comes from 3GPP LTE: System Overview, Product Development and Test Challenges, Agilent Technologies Application Note, 2008. IEEE Communications Magazine, February

More information

Architecture Overview NCHU CSE LTE - 1

Architecture Overview NCHU CSE LTE - 1 Architecture Overview NCHU CSE LTE - 1 System Architecture Evolution (SAE) Packet core networks are also evolving to the flat System Architecture Evolution (SAE) architecture. This new architecture optimizes

More information

UNIVERSITY OF SUSSEX

UNIVERSITY OF SUSSEX UNIVERSITY OF SUSSEX OFDMA in 4G Mobile Communications Candidate Number: 130013 Supervisor: Dr. Falah Ali Submitted for the degree of MSc. in Digital Communication Systems School of Engineering and Informatics

More information

MIMO-OFDM for LTE 최수용. 연세대학교전기전자공학과

MIMO-OFDM for LTE 최수용.   연세대학교전기전자공학과 MIMO-OFDM for LTE 최수용 csyong@yonsei.ac.kr http://web.yonsei.ac.kr/sychoi/ 연세대학교전기전자공학과 LTE 시스템의특징 : Architecture LTE(Long Term Evolution) (=E-UTRAN) SAE(System Architecture Evolution) (=EPC) EPS(Evolved

More information

DOWNLINK AIR-INTERFACE...

DOWNLINK AIR-INTERFACE... 1 ABBREVIATIONS... 10 2 FUNDAMENTALS... 14 2.1 INTRODUCTION... 15 2.2 ARCHITECTURE... 16 2.3 INTERFACES... 18 2.4 CHANNEL BANDWIDTHS... 21 2.5 FREQUENCY AND TIME DIVISION DUPLEXING... 22 2.6 OPERATING

More information

A REVIEW OF RESOURCE ALLOCATION TECHNIQUES FOR THROUGHPUT MAXIMIZATION IN DOWNLINK LTE

A REVIEW OF RESOURCE ALLOCATION TECHNIQUES FOR THROUGHPUT MAXIMIZATION IN DOWNLINK LTE A REVIEW OF RESOURCE ALLOCATION TECHNIQUES FOR THROUGHPUT MAXIMIZATION IN DOWNLINK LTE 1 M.A. GADAM, 2 L. MAIJAMA A, 3 I.H. USMAN Department of Electrical/Electronic Engineering, Federal Polytechnic Bauchi,

More information

Simulation Analysis of the Long Term Evolution

Simulation Analysis of the Long Term Evolution POSTER 2011, PRAGUE MAY 12 1 Simulation Analysis of the Long Term Evolution Ádám KNAPP 1 1 Dept. of Telecommunications, Budapest University of Technology and Economics, BUTE I Building, Magyar tudósok

More information

Lecture 13 UMTS Long Term Evolution. I. Tinnirello

Lecture 13 UMTS Long Term Evolution. I. Tinnirello Lecture 13 UMTS Long Term Evolution Beyond 3G International Mobile Telecommunications (IMT)-2000 introduced global standard for 3G Systems beyond IMT-2000 (IMT-Advanced) are set to introduce evolutionary

More information

Agilent Vector Signal Analysis Software Option BHD 3GPP LTE Modulation Analysis. Technical Overview and Self-Guided Demonstration

Agilent Vector Signal Analysis Software Option BHD 3GPP LTE Modulation Analysis. Technical Overview and Self-Guided Demonstration Agilent 89600 Vector Signal Analysis Software Option BHD 3GPP LTE Modulation Analysis Technical Overview and Self-Guided Demonstration 2 Table of Contents Introduction... 3 Downlink physical layer channels

More information

(COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number:

(COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number: (COMPUTER NETWORKS & COMMUNICATION PROTOCOLS) Ali kamil Khairullah Number: 15505071 22-12-2016 Downlink transmission is based on Orthogonal Frequency Division Multiple Access (OFDMA) which converts the

More information

Pilot Patterns for the Primary Link in a MIMO-OFDM Two-Tier Network

Pilot Patterns for the Primary Link in a MIMO-OFDM Two-Tier Network Pilot Patterns for the Primary Link in a MIMO-OFDM Two-Tier Network by Sara Al-Kokhon A thesis submitted in conformity with the requirements for the degree of Master of Applied Science Electrical and Computer

More information

Radio Access Techniques for LTE-Advanced

Radio Access Techniques for LTE-Advanced Radio Access Techniques for LTE-Advanced Mamoru Sawahashi Musashi Institute of of Technology // NTT DOCOMO, INC. August 20, 2008 Outline of of Rel-8 LTE (Long-Term Evolution) Targets for IMT-Advanced Requirements

More information

A Radio Resource Management Framework for the 3GPP LTE Uplink

A Radio Resource Management Framework for the 3GPP LTE Uplink A Radio Resource Management Framework for the 3GPP LTE Uplink By Amira Mohamed Yehia Abdulhadi Afifi B.Sc. in Electronics and Communications Engineering Cairo University A Thesis Submitted to the Faculty

More information

Enhancing Energy Efficiency in LTE with Antenna Muting

Enhancing Energy Efficiency in LTE with Antenna Muting Enhancing Energy Efficiency in LTE with Antenna Muting Per Skillermark and Pål Frenger Ericsson AB, Ericsson Research, Sweden {per.skillermark, pal.frenger}@ericsson.com Abstract The concept of antenna

More information

3G long-term evolution

3G long-term evolution 3G long-term evolution by Stanislav Nonchev e-mail : stanislav.nonchev@tut.fi 1 2006 Nokia Contents Radio network evolution HSPA concept OFDM adopted in 3.9G Scheduling techniques 2 2006 Nokia 3G long-term

More information

Introduction to WiMAX Dr. Piraporn Limpaphayom

Introduction to WiMAX Dr. Piraporn Limpaphayom Introduction to WiMAX Dr. Piraporn Limpaphayom 1 WiMAX : Broadband Wireless 2 1 Agenda Introduction to Broadband Wireless Overview of WiMAX and Application WiMAX: PHY layer Broadband Wireless Channel OFDM

More information

ETSI TS V8.1.0 ( ) Technical Specification

ETSI TS V8.1.0 ( ) Technical Specification TS 136 201 V8.1.0 (2008-11) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Long Term Evolution (LTE) physical layer; General description (3GPP TS 36.201 version 8.1.0

More information

3GPP TS V ( )

3GPP TS V ( ) TS 36.201 V10.0.0 (2010-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); LTE physical

More information

(LTE Fundamental) LONG TERMS EVOLUTION

(LTE Fundamental) LONG TERMS EVOLUTION (LTE Fundamental) LONG TERMS EVOLUTION 1) - LTE Introduction 1.1: Overview and Objectives 1.2: User Expectation 1.3: Operator expectation 1.4: Mobile Broadband Evolution: the roadmap from HSPA to LTE 1.5:

More information

TS 5G.201 v1.0 (2016-1)

TS 5G.201 v1.0 (2016-1) Technical Specification KT PyeongChang 5G Special Interest Group (); KT 5th Generation Radio Access; Physical Layer; General description (Release 1) Ericsson, Intel Corp., Nokia, Qualcomm Technologies

More information

Long Term Evolution (LTE)

Long Term Evolution (LTE) 1 Lecture 13 LTE 2 Long Term Evolution (LTE) Material Related to LTE comes from 3GPP LTE: System Overview, Product Development and Test Challenges, Agilent Technologies Application Note, 2008. IEEE Communications

More information

5G new radio architecture and challenges

5G new radio architecture and challenges WHITE PAPER 5G new radio architecture and challenges By Dr Paul Moakes, CTO, CommAgility www.commagility.com 5G New Radio One of the key enabling technologies for 5G will be New Radio (NR). 5G NR standardization

More information

ARIB STD-T V Evolved Universal Terrestrial Radio Access (E-UTRA); LTE Physical Layer - General Description (Release 8)

ARIB STD-T V Evolved Universal Terrestrial Radio Access (E-UTRA); LTE Physical Layer - General Description (Release 8) ARIB STD-T63-36.201 V8.3.0 Evolved Universal Terrestrial Radio Access (E-UTRA); LTE Physical Layer - General Description () Refer to Industrial Property Rights (IPR) in the preface of ARIB STD-T63 for

More information

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis,

Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis, Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior, ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis, mobilegt, PowerQUICC, Processor Expert, QorIQ, Qorivva, StarCore,

More information

multiple access (FDMA) solution with dynamic bandwidth. This approach TERMS AND ABBREVIATIONS

multiple access (FDMA) solution with dynamic bandwidth. This approach TERMS AND ABBREVIATIONS LTE test bed Bernt Johansson and Tomas Sundin The Third Generation Partnership Project (3GPP) is specifying the longterm evolution of third-generation cellular systems to meet demands for higher user bit

More information

2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 2016 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

HSPA & HSPA+ Introduction

HSPA & HSPA+ Introduction HSPA & HSPA+ Introduction www.huawei.com Objectives Upon completion of this course, you will be able to: Understand the basic principle and features of HSPA and HSPA+ Page1 Contents 1. HSPA & HSPA+ Overview

More information

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU

IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU IMPLEMENTATION OF SOFTWARE-BASED 2X2 MIMO LTE BASE STATION SYSTEM USING GPU Seunghak Lee (HY-SDR Research Center, Hanyang Univ., Seoul, South Korea; invincible@dsplab.hanyang.ac.kr); Chiyoung Ahn (HY-SDR

More information

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR COMMUNICATION SYSTEMS Abstract M. Chethan Kumar, *Sanket Dessai Department of Computer Engineering, M.S. Ramaiah School of Advanced

More information

TITLE DOWNLINK CONTROL INFORMATION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS

TITLE DOWNLINK CONTROL INFORMATION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS TITLE DOWNLINK CONTROL INFORMATION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/289,949,

More information

Folded Low Resource HARQ Detector Design and Tradeoff Analysis with Virtex 5 using PlanAhead Tool

Folded Low Resource HARQ Detector Design and Tradeoff Analysis with Virtex 5 using PlanAhead Tool Folded Low Resource HARQ Detector Design and Tradeoff Analysis with Virtex 5 using PlanAhead Tool # S.Syed Ameer Abbas #1, S.J.Thiruvengadam *2, S.Susithra #3 Dept. of Electronics and Communication Engineering,

More information

Radio Interface and Radio Access Techniques for LTE-Advanced

Radio Interface and Radio Access Techniques for LTE-Advanced TTA IMT-Advanced Workshop Radio Interface and Radio Access Techniques for LTE-Advanced Motohiro Tanno Radio Access Network Development Department NTT DoCoMo, Inc. June 11, 2008 Targets for for IMT-Advanced

More information

Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA. OFDM-Based Radio Access in Downlink. Features of Evolved UTRA and UTRAN

Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA. OFDM-Based Radio Access in Downlink. Features of Evolved UTRA and UTRAN Evolved UTRA and UTRAN Investigation on Multiple Antenna Transmission Techniques in Evolved UTRA Evolved UTRA (E-UTRA) and UTRAN represent long-term evolution (LTE) of technology to maintain continuous

More information

2014 ARO-MURI Cyber Situation Awareness Review University of California at Santa Barbara, November 19,

2014 ARO-MURI Cyber Situation Awareness Review University of California at Santa Barbara, November 19, 2014 ARO-MURI Cyber Situation Awareness Review University of California at Santa Barbara, November 19, 2014 1 1 Correlation Engine COAs Data Data Data Data Real World Enterprise Network Mission Cyber-Assets

More information

RF chipset verification for UMTS LTE (FDD) with R&S SMU200A and R&S FSQ Application Note

RF chipset verification for UMTS LTE (FDD) with R&S SMU200A and R&S FSQ Application Note RF chipset verification for UMTS LTE (FDD) with R&S SMU200A and R&S FSQ Application Note Products: R&S SMU200A R&S SMU-K55 R&S EX-IQ-Box R&S FSQ R&S FSQ-K100 R&S FSQ-K101 This application note describes

More information

Training Programme. 1. LTE Planning Overview. 2. Modelling a LTE Network. 3. LTE Predictions. 4. Frequency and PCI Plan Analysis

Training Programme. 1. LTE Planning Overview. 2. Modelling a LTE Network. 3. LTE Predictions. 4. Frequency and PCI Plan Analysis ATOLL LTE FEATURES Training Programme 1. LTE Planning Overview 2. Modelling a LTE Network 3. LTE Predictions 4. Frequency and PCI Plan Analysis 5. Monte-Carlo Based Simulations Slide 2 of 82 1. LTE Planning

More information

LTE-1x/1xEV-DO Terms Comparison

LTE-1x/1xEV-DO Terms Comparison LTE-1x/1xEV-DO Terms Comparison 2/2009 1. Common/General Terms UE User Equipment Access Terminal (AT) or MS enode B Evolved Node B Base station (BTS) Downlink (DL) Transmissions from the network to the

More information

Low latency in 4.9G/5G

Low latency in 4.9G/5G Low latency in 4.9G/5G Solutions for millisecond latency White Paper The demand for mobile networks to deliver low latency is growing. Advanced services such as robotics control, autonomous cars and virtual

More information

WiMAX Basestation: Software Reuse Using a Resource Pool. Arnon Friedmann SW Product Manager

WiMAX Basestation: Software Reuse Using a Resource Pool. Arnon Friedmann SW Product Manager WiMAX Basestation: Software Reuse Using a Resource Pool Cory Modlin Wireless Systems Architect cmodlin@ti.com L. N. Reddy Wireless Software Manager lnreddy@tataelxsi.co.in Arnon Friedmann SW Product Manager

More information

Evaluation of the Impact of Higher Order Modulation and MIMO for LTE Downlink

Evaluation of the Impact of Higher Order Modulation and MIMO for LTE Downlink Australian Journal of Basic and Applied Sciences, 4(9): 4499-4508, 2010 ISSN 1991-8178 Evaluation of the Impact of Higher Order Modulation and MIMO for LTE Downlink 1 2 1 1 1 Shahzad A. Malik, Madad Ali

More information

5G Synchronization Aspects

5G Synchronization Aspects 5G Synchronization Aspects Michael Mayer Senior Staff Engineer Huawei Canada Research Centre WSTS, San Jose, June 2016 Page 1 Objective and outline Objective: To provide an overview and summarize the direction

More information

Channel Estimation for Downlink LTE System Based on LAGRANGE Polynomial Interpolation

Channel Estimation for Downlink LTE System Based on LAGRANGE Polynomial Interpolation Channel Estimation for Downlink LTE System Based on LAGRANGE Polynomial Interpolation Mallouki Nasreddine,Nsiri Bechir,Walid Hakimiand Mahmoud Ammar University of Tunis El Manar, National Engineering School

More information

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications

Lecture LTE (4G) -Technologies used in 4G and 5G. Spread Spectrum Communications COMM 907: Spread Spectrum Communications Lecture 10 - LTE (4G) -Technologies used in 4G and 5G The Need for LTE Long Term Evolution (LTE) With the growth of mobile data and mobile users, it becomes essential

More information

LTE and 1x/1xEV-DO Terminology and Concepts

LTE and 1x/1xEV-DO Terminology and Concepts LTE and 1x/1xEV-DO Terminology and Concepts By Don Hanley, Senior Consultant 2/2009 1xEV-DO and LTE networks are surprisingly similar in many respects, but the terms, labels and acronyms they use are very

More information

Downlink Scheduling in Long Term Evolution

Downlink Scheduling in Long Term Evolution From the SelectedWorks of Innovative Research Publications IRP India Summer June 1, 2015 Downlink Scheduling in Long Term Evolution Innovative Research Publications, IRP India, Innovative Research Publications

More information

Performance Evaluation of IEEE e (Mobile WiMAX) in OFDM Physical Layer

Performance Evaluation of IEEE e (Mobile WiMAX) in OFDM Physical Layer Performance Evaluation of IEEE 802.16e (Mobile WiMAX) in OFDM Physical Layer BY Prof. Sunil.N. Katkar, Prof. Ashwini S. Katkar,Prof. Dattatray S. Bade ( VidyaVardhini s College Of Engineering And Technology,

More information

3GPP: Evolution of Air Interface and IP Network for IMT-Advanced. Francois COURAU TSG RAN Chairman Alcatel-Lucent

3GPP: Evolution of Air Interface and IP Network for IMT-Advanced. Francois COURAU TSG RAN Chairman Alcatel-Lucent 3GPP: Evolution of Air Interface and IP Network for IMT-Advanced Francois COURAU TSG RAN Chairman Alcatel-Lucent 1 Introduction Reminder of LTE SAE Requirement Key architecture of SAE and its impact Key

More information

Over-the-air Signaling in Cellular Networks: An Overview

Over-the-air Signaling in Cellular Networks: An Overview Over-the-air Signaling in Cellular Networks: An Overview Chunliang Yang Abstract To improve the capacity and coverage of current cellular networks, many advanced technologies such as massive MIMO, inter-cell

More information

LTE-ADVANCED - WHAT'S NEXT? Meik Kottkamp (Rohde & Schwarz GmBH & Co. KG, Munich, Germany;

LTE-ADVANCED - WHAT'S NEXT? Meik Kottkamp (Rohde & Schwarz GmBH & Co. KG, Munich, Germany; Proceedings of SDR'11-WInnComm-Europe, 22-24 Jun 2011 LTE-ADVANCED - WHAT'S NEXT? Meik Kottkamp (Rohde & Schwarz GmBH & Co. KG, Munich, Germany; meik.kottkamp@rohde-schwarz.com) ABSTRACT From 2009 onwards

More information

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1

OFDMA PHY for EPoC: a Baseline Proposal. Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 OFDMA PHY for EPoC: a Baseline Proposal Andrea Garavaglia and Christian Pietsch Qualcomm PAGE 1 Supported by Jorge Salinger (Comcast) Rick Li (Cortina) Lup Ng (Cortina) PAGE 2 Outline OFDM: motivation

More information

TITLE DUAL CONNECTIVITY POWER CONTROL FOR WIRELESS NETWORK AND WIRELESS DEVICE

TITLE DUAL CONNECTIVITY POWER CONTROL FOR WIRELESS NETWORK AND WIRELESS DEVICE TITLE DUAL CONNECTIVITY POWER CONTROL FOR WIRELESS NETWORK AND WIRELESS DEVICE CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/408,338,

More information

Wireless Networks: An Introduction

Wireless Networks: An Introduction Wireless Networks: An Introduction Master Universitario en Ingeniería de Telecomunicación I. Santamaría Universidad de Cantabria Contents Introduction Cellular Networks WLAN WPAN Conclusions Wireless Networks:

More information

What s Behind 5G Wireless Communications?

What s Behind 5G Wireless Communications? What s Behind 5G Wireless Communications? Marc Barberis 2015 The MathWorks, Inc. 1 Agenda 5G goals and requirements Modeling and simulating key 5G technologies Release 15: Enhanced Mobile Broadband IoT

More information

Sourjya Bhaumik, Shoban Chandrabose, Kashyap Jataprolu, Gautam Kumar, Paul Polakos, Vikram Srinivasan, Thomas Woo

Sourjya Bhaumik, Shoban Chandrabose, Kashyap Jataprolu, Gautam Kumar, Paul Polakos, Vikram Srinivasan, Thomas Woo CloudIQ Anand Muralidhar (anand.muralidhar@alcatel-lucent.com) Sourjya Bhaumik, Shoban Chandrabose, Kashyap Jataprolu, Gautam Kumar, Paul Polakos, Vikram Srinivasan, Thomas Woo Load(%) Baseband processing

More information

CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION

CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION CHAPTER 14 4 TH GENERATION SYSTEMS AND LONG TERM EVOLUTION These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent

More information

Improving MU-MIMO Performance in LTE-(Advanced) by Efficiently Exploiting Feedback Resources and through Dynamic Scheduling

Improving MU-MIMO Performance in LTE-(Advanced) by Efficiently Exploiting Feedback Resources and through Dynamic Scheduling Improving MU-MIMO Performance in LTE-(Advanced) by Efficiently Exploiting Feedback Resources and through Dynamic Scheduling Ankit Bhamri, Florian Kaltenberger, Raymond Knopp, Jyri Hämäläinen Eurecom, France

More information

SORBAS 200 3GPP LTE Test UE Solution for FDD and TDD Operation

SORBAS 200 3GPP LTE Test UE Solution for FDD and TDD Operation SORBAS 200 3GPP LTE Test UE Solution for FDD and TDD Operation The SORBAS 3GPP LTE Test UE is designed for testing evolving LTE mobile communications infrastructure and networks. It has the capabilities

More information

Performance Analysis of n Wireless LAN Physical Layer

Performance Analysis of n Wireless LAN Physical Layer 120 1 Performance Analysis of 802.11n Wireless LAN Physical Layer Amr M. Otefa, Namat M. ElBoghdadly, and Essam A. Sourour Abstract In the last few years, we have seen an explosive growth of wireless LAN

More information

UMTS Radio Access Techniques for IMT-Advanced

UMTS Radio Access Techniques for IMT-Advanced Wireless Signal Processing & Networking Workshop at Tohoku University UMTS Radio Access Techniques for IMT-Advanced M. M. Sawahashi,, Y. Y. Kishiyama,, and H. H. Taoka Musashi Institute of of Technology

More information

Performance Evaluation of LTE-Advanced Channel Estimation Techniques in Vehicular Environments

Performance Evaluation of LTE-Advanced Channel Estimation Techniques in Vehicular Environments Performance Evaluation of LTE-Advanced Channel Estimation Techniques in Vehicular Environments Noor Munther Noaman 1 and Emad H. Al-Hemiary 2 1 Information and Communication Engineering Department College

More information

LTE and NB-IoT. Luca Feltrin. RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna. Telecom Italia Mobile S.p.a. - TIM

LTE and NB-IoT. Luca Feltrin. RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna. Telecom Italia Mobile S.p.a. - TIM LTE and NB-IoT Luca Feltrin RadioNetworks, DEI, Alma Mater Studiorum - Università di Bologna Telecom Italia Mobile S.p.a. - TIM Index Ø 3GPP and LTE Specifications Ø LTE o Architecture o PHY Layer o Procedures

More information

TITLE UPLINK SIGNAL STARTING POSITION IN A WIRELESS DEVICE AND WIRELESS NETWORK

TITLE UPLINK SIGNAL STARTING POSITION IN A WIRELESS DEVICE AND WIRELESS NETWORK TITLE UPLINK SIGNAL STARTING POSITION IN A WIRELESS DEVICE AND WIRELESS NETWORK CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 62/332,510,

More information

Fading & OFDM Implementation Details EECS 562

Fading & OFDM Implementation Details EECS 562 Fading & OFDM Implementation Details EECS 562 1 Discrete Mulitpath Channel P ~ 2 a ( t) 2 ak ~ ( t ) P a~ ( 1 1 t ) Channel Input (Impulse) Channel Output (Impulse response) a~ 1( t) a ~2 ( t ) R a~ a~

More information

ETSI TS V ( )

ETSI TS V ( ) TS 136 201 V11.1.0 (2013-02) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); LTE physical layer; General description (3GPP TS 36.201 version 11.1.0 Release 11) 1 TS 136

More information

Advanced Radio Access Techniques in LTE

Advanced Radio Access Techniques in LTE Advanced Radio Access Techniques in LTE a review written by Farkas Pál for the scholarship called: HUAWEI-a Holnap Innovatív Vezetői, offered by the Huawei Technologies Hungary Ltd., and Pro Progressio

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) TS 36.213 V8.0.0 (2007-09) Technical Specification 3 rd Generation Partnership Project; Technical Specification Group Radio Access Network; Evolved Universal Terrestrial Radio Access (E-UTRA); Physical

More information

On the Performance of PDCCH in LTE and 5G New Radio

On the Performance of PDCCH in LTE and 5G New Radio On the Performance of PDCCH in LTE and 5G New Radio Hongzhi Chen, De Mi, Manuel Fuentes, David Vargas, Eduardo Garro, Jose Luis Carcel, Belkacem Mouhouche, Pei Xiao and Rahim Tafazolli Institute for Communication

More information

An LTE compatible massive MIMO testbed based on OpenAirInterface. Xiwen JIANG, Florian Kaltenberger EURECOM

An LTE compatible massive MIMO testbed based on OpenAirInterface. Xiwen JIANG, Florian Kaltenberger EURECOM An LTE compatible massive MIMO testbed based on OpenAirInterface Xiwen JIANG, Florian Kaltenberger EURECOM Testbed Overview Open source platform Based on OAI hardware and software 3GPP LTE compatible Incorporate

More information

PXI LTE FDD and LTE TDD Measurement Suites Data Sheet

PXI LTE FDD and LTE TDD Measurement Suites Data Sheet PXI LTE FDD and LTE TDD Measurement Suites Data Sheet The most important thing we build is trust A production ready ATE solution for RF alignment and performance verification UE Tx output power Transmit

More information

Introduction to Shortened TTI And Processing Time for LTE. Sam Meng HTC

Introduction to Shortened TTI And Processing Time for LTE. Sam Meng HTC Introduction to Shortened TTI And Processing Time for LTE Sam Meng HTC 1 Table of Contents Background Design Considerations Specification Concluding Remarks 2 3 Background TTI in LTE Short for Transmission

More information

On Design and Analysis of Channel Aware LTE Uplink and Downlink Scheduling Algorithms

On Design and Analysis of Channel Aware LTE Uplink and Downlink Scheduling Algorithms On Design and Analysis of Channel Aware LTE Uplink and Downlink Scheduling Algorithms by Aswin Kanagasabai 7553177 A thesis submitted to the Faculty of Graduate and Postdoctoral Studies in partial fulfillment

More information

Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system

Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system Nidhi Sindhwani Department of ECE, ASET, GGSIPU, Delhi, India Abstract: In MIMO system, there are several number of users

More information

RAN and Key technologies in 5G NR

RAN and Key technologies in 5G NR RAN and Key technologies in 5G NR Zhixi Wang Huawei Technology September,2018 Agenda NR Overall Architecture and Network Interfaces Physical Layer Layer 2 and RRC Deployment Architecture and Scenarios

More information

Design of LTE radio access network testbed

Design of LTE radio access network testbed Design of LTE radio access network testbed Rohit Budhiraja Advisor Bhaskar Ramamurthi Department of Electrical Engineering IIT Madras Rohit Budhiraja (IIT Madras) LTE RAN Testbed 1 / 42 Brief profile Practical

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICCE.2012. Zhu, X., Doufexi, A., & Koçak, T. (2012). A performance enhancement for 60 GHz wireless indoor applications. In ICCE 2012, Las Vegas Institute of Electrical and Electronics Engineers (IEEE). DOI: 10.1109/ICCE.2012.6161865

More information

Lecture 12: Summary Advanced Digital Communications (EQ2410) 1

Lecture 12: Summary Advanced Digital Communications (EQ2410) 1 : Advanced Digital Communications (EQ2410) 1 Monday, Mar. 7, 2016 15:00-17:00, B23 1 Textbook: U. Madhow, Fundamentals of Digital Communications, 2008 1 / 15 Overview 1 2 3 4 2 / 15 Equalization Maximum

More information