Understanding LTE with MATLAB – From Mathematical Modeling to Simulation and Prototyping
Home > Science, Technology & Agriculture > Electronics and communications engineering > Communications engineering / telecommunications > WAP (wireless) technology > Understanding LTE with MATLAB – From Mathematical Modeling to Simulation and Prototyping
Understanding LTE with MATLAB – From Mathematical Modeling to Simulation and Prototyping

Understanding LTE with MATLAB – From Mathematical Modeling to Simulation and Prototyping


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
About the Book

An introduction to technical details related to the Physical Layer of the LTE standard with MATLAB(R) The LTE (Long Term Evolution) and LTE-Advanced are among the latest mobile communications standards, designed to realize the dream of a truly global, fast, all-IP-based, secure broadband mobile access technology. This book examines the Physical Layer (PHY) of the LTE standards by incorporating three conceptual elements: an overview of the theory behind key enabling technologies; a concise discussion regarding standard specifications; and the MATLAB(R) algorithms needed to simulate the standard. The use of MATLAB(R), a widely used technical computing language, is one of the distinguishing features of this book. Through a series of MATLAB(R) programs, the author explores each of the enabling technologies, pedagogically synthesizes an LTE PHY system model, and evaluates system performance at each stage. Following this step-by-step process, readers will achieve deeper understanding of LTE concepts and specifications through simulations. Key Features: Accessible, intuitive, and progressive; one of the few books to focus primarily on the modeling, simulation, and implementation of the LTE PHY standard Includes case studies and testbenches in MATLAB(R), which build knowledge gradually and incrementally until a functional specification for the LTE PHY is attained Accompanying Web site includes all MATLAB(R) programs, together with PowerPoint slides and other illustrative examples Dr Houman Zarrinkoub has served as a development manager and now as a senior product manager with MathWorks, based in Massachusetts, USA. Within his 12 years at MathWorks, he has been responsible for multiple signal processing and communications software tools. Prior to MathWorks, he was a research scientist in the Wireless Group at Nortel Networks, where he contributed to multiple standardization projects for 3G mobile technologies. He has been awarded multiple patents on topics related to computer simulations. He holds a BSc degree in Electrical Engineering from McGill University and MSc and PhD degrees in Telecommunications from the Institut Nationale de la Recherche Scientifique, in Canada. www.wiley.com/go/zarrinkoub

Table of Contents:
Preface xiii List of Abbreviations xvii 1 Introduction 1 1.1 Quick Overview of Wireless Standards 1 1.2 Historical Profile of Data Rates 4 1.3 IMT-Advanced Requirements 4 1.4 3GPP and LTE Standardization 5 1.5 LTE Requirements 5 1.6 Theoretical Strategies 6 1.7 LTE-Enabling Technologies 7 1.8 LTE Physical Layer (PHY) Modeling 9 1.9 LTE (Releases 8 and 9) 11 1.10 LTE-Advanced (Release 10) 11 1.11 MATLAB(R) and Wireless System Design 11 1.12 Organization of This Book 11 References 12 2 Overview of the LTE Physical Layer 13 2.1 Air Interface 13 2.2 Frequency Bands 14 2.3 Unicast and Multicast Services 14 2.4 Allocation of Bandwidth 16 2.5 Time Framing 17 2.6 Time Frequency Representation 17 2.7 OFDM Multicarrier Transmission 20 2.8 Single-Carrier Frequency Division Multiplexing 23 2.9 Resource Grid Content 24 2.10 Physical Channels 25 2.11 Physical Signals 31 2.12 Downlink Frame Structures 34 2.13 Uplink Frame Structures 35 2.14 MIMO 35 2.15 MIMO Modes 40 2.16 PHY Processing 41 2.17 Downlink Processing 41 2.18 Uplink Processing 43 2.19 Chapter Summary 45 References 46 3 MATLAB(R) for Communications System Design 47 3.1 System Development Workflow 47 3.2 Challenges and Capabilities 48 3.3 Focus 49 3.4 Approach 49 3.5 PHY Models in MATLAB 49 3.6 MATLAB 49 3.7 MATLAB Toolboxes 50 3.8 Simulink 51 3.9 Modeling and Simulation 52 3.10 Prototyping and Implementation 53 3.11 Introduction to System Objects 54 3.12 MATLAB Channel Coding Examples 60 3.13 Chapter Summary 68 References 69 4 Modulation and Coding 71 4.1 Modulation Schemes of LTE 72 4.2 Bit-Level Scrambling 79 4.3 Channel Coding 85 4.4 Turbo Coding 85 4.5 Early-Termination Mechanism 93 4.6 Rate Matching 99 4.7 Codeblock Segmentation 105 4.8 LTE Transport-Channel Processing 107 4.9 Chapter Summary 112 References 113 5 OFDM 115 5.1 Channel Modeling 115 Examples 117 5.2 Scope 121 5.3 Workflow 121 5.4 OFDM and Multipath Fading 122 5.5 OFDM and Channel-Response Estimation 123 5.6 Frequency-Domain Equalization 124 5.7 LTE Resource Grid 124 5.8 Configuring the Resource Grid 125 5.9 Generating Reference Signals 130 5.10 Resource Element Mapping 132 5.11 OFDM Signal Generation 136 5.12 Channel Modeling 137 5.13 OFDM Receiver 140 5.14 Resource Element Demapping 141 5.15 Channel Estimation 143 5.16 Equalizer Gain Computation 145 5.17 Visualizing the Channel 146 5.18 Downlink Transmission Mode 1 147 5.19 Chapter Summary 164 References 165 6 MIMO 167 6.1 Definition of MIMO 167 6.2 Motivation for MIMO 168 6.3 Types of MIMO 168 6.4 Scope of MIMO Coverage 170 6.5 MIMO Channels 170 Implementation 171 6.6 Common MIMO Features 178 6.7 Specific MIMO Features 197 6.8 Chapter Summary 260 References 262 7 Link Adaptation 263 7.1 System Model 264 7.2 Link Adaptation in LTE 265 7.3 MATLAB(R) Examples 266 7.4 Link Adaptations between Subframes 275 7.5 Adaptive Modulation 277 7.6 Adaptive Modulation and Coding Rate 283 7.7 Adaptive Precoding 287 7.8 Adaptive MIMO 291 7.9 Downlink Control Information 294 7.10 Chapter Summary 302 References 303 8 System-Level Specification 305 8.1 System Model 306 8.2 System Model in MATLAB 315 8.3 Quantitative Assessments 316 8.4 Throughput Analysis 325 8.5 System Model in Simulink 326 8.6 Qualitative Assessment 349 8.7 Chapter Summary 351 References 352 9 Simulation 353 9.1 Speeding Up Simulations in MATLAB 353 9.2 Workflow 354 9.3 Case Study: LTE PDCCH Processing 355 9.4 Baseline Algorithm 356 9.5 MATLAB Code Profiling 358 9.6 MATLAB Code Optimizations 360 9.7 Using Acceleration Features 383 9.8 Using a Simulink Model 387 9.9 GPU Processing 399 9.10 Case Study: Turbo Coders on GPU 406 9.11 Chapter Summary 419 10 Prototyping as C/C++ Code 421 10.1 Use Cases 422 10.2 Motivations 422 10.3 Requirements 422 10.4 MATLAB Code Considerations 423 10.5 How to Generate Code 423 10.6 Structure of the Generated C Code 429 10.7 Supported MATLAB Subset 432 10.8 Complex Numbers and Native C Types 436 10.9 Support for System Toolboxes 438 10.10 Support for Fixed-Point Data 444 10.11 Support for Variable-Sized Data 447 10.12 Integration with Existing C/C++ Code 458 10.13 Chapter Summary 471 References 471 11 Summary 473 11.1 Modeling 473 11.2 Simulation 476 11.3 Directions for Future Work 477 11.4 Concluding Remarks 480 Index 483

About the Author :
Dr Houman Zarrinkoub has served as a development manager and now as a senior product manager with MathWorks, based in Massachusetts, USA. Within his 12 years at MathWorks, he has been responsible for multiple signal processing and communications software tools. Prior to MathWorks, he was a research scientist in the Wireless Group at Nortel Networks, where he contributed to multiple standardization projects for 3G mobile technologies. He has been awarded multiple patents on topics related to computer simulations. He holds a BSc degree in Electrical Engineering from McGill University and MSc and PhD degrees in Telecommunications from the Institut Nationale de la Recherche Scientifique, in Canada. www.wiley.com/go/zarrinkoub


Best Sellers


Product Details
  • ISBN-13: 9781118443446
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Height: 250 mm
  • No of Pages: 512
  • Weight: 666 gr
  • ISBN-10: 1118443446
  • Publisher Date: 31 Jan 2014
  • Binding: Other digital
  • Language: English
  • Spine Width: 15 mm
  • Width: 150 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Understanding LTE with MATLAB – From Mathematical Modeling to Simulation and Prototyping
John Wiley & Sons Inc -
Understanding LTE with MATLAB – From Mathematical Modeling to Simulation and Prototyping
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Understanding LTE with MATLAB – From Mathematical Modeling to Simulation and Prototyping

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!