From Bits to Antenna to RF: Wireless System Design with MATLAB

Size: px
Start display at page:

Download "From Bits to Antenna to RF: Wireless System Design with MATLAB"

Transcription

1 From Bits to Antenna to RF: Wireless System Design with MATLAB Houman Zarrinkoub, PhD. Signal Processing & Communications MathWorks 2014 The MathWorks, Inc. 1

2 Agenda Landscape of wireless design Antenna-to-Bit simulation Case study: n/ac/ad Systems Smart RF design Case study: ADI Agile Transceiver Modeling LTE and LTE-Advanced Case study: MU-MIMO Summary 2

3 Mobile Communications: LTE, 5G and Beyond 5G standardization times faster speeds Reliable service everywhere Greater complexity New architectures New frequency bands (mmwave) More antennas (massive MIMO) Advanced RF and DSP co-design 3

4 Connected Smart Devices, Internet of Things Internet of Things Embedded sensors Digital health Industrial instruments Pervasive computing Connected wirelessly to internet Low power Generate lots of data 4

5 Wireless System Design: MATLAB and Simulink Who are our users? R&D algorithm designer Digital baseband engineer RF system engineer Test or validation engineer Multi-domain system Single domain system Wireless System Design What do they need? Algorithm End-to-end simulation Simulate & Analyze Prototype & Test Implement Design verification Real-world over-the-air testing 5

6 1 2 3 Antenna to Bits simulation Smart RF design LTE & LTE-Advanced 6

7 Antenna-to-Bits Simulation MATLAB & Simulink Simulate a complete wireless link Design modern wireless systems with components such as MIMO, OFDM, and adaptive beam-forming Analyze signals and make measurements such as EVM, ACLR, BLER, Throughput Generate waveforms and create verification references for downstream implementation New Antenna Toolbox 1.0 released in R2015a 7

8 Demo: n/ac/ad modeling a MIMO-OFDM system Step-by-step MATLAB demo OFDM as the air interface technology of n Beamforming as a MIMO technique Easy-to-follow end-to-end simulation Graphical test bench Adjustment of channel characteristics on the fly 8

9 How does a MIMO-OFDM System work? Transmitter Input bits Channel coding Modulation MIMO.... Large-scale fading (path-loss ) Channel Small-scale fading (Multipath, Doppler effects) Interference Output bits Receiver Channel decoding Demodulation MIMO Receiver (Equalizer) Channel estimation OFDM receiver Noise OFDM receiver 9

10 Baseband demo workflow 10

11 Version 1: Baseline - Modulation and Coding Start with a SISO transceiver with modulation, coding, scrambling Channel modeling (Interferer + path loss) No multipath fading yet Isotropic (non-directional) antennas (1x1) θθ II Interference Source (I) Signal Source (S) dd SS θθ SS dd II 11

12 MATLAB tools for modeling of adaptive modulation and coding Use algorithms in Communications System Toolbox Quickly build and run fast & reliable simulations Simulate dynamic changes of systems (such as modulation scheme) Perform measurements and examine performance metrics during simulation 12

13 Version 2: Baseline + OFDM Introduce OFDM transmission Transceiver with modulation, coding, scrambling & OFDM transmitter & receiver Channel (Interferer + path loss) modeling No multipath fading yet Interference Source (I) Signal Source (S) dd II dd SS 13

14 MATLAB tools for modeling OFDM multicarrier transmission systems OFDM modulator and demodulator from Communications System Toolbox Gold or PN Sequence generators to generate pilots (reference signals) System objects make exploring with system parameters easier Explore a wide range of center frequencies and bandwidths 14

15 Version 3: Baseline + OFDM + Transmit-side beamforming Introduce Receive-side beamforming Transceiver with modulation, coding, scrambling, OFDM transmitter & SIMO receiver Channel with Interferer + path loss + fading Receiver has multiple Antennas (1 to 8) Signal Source (S) Interference Source (I) 15

16 MATLAB tools for modeling multi-antenna systems and beamforming Antenna arrays and beamformers from Phased-Array System Toolbox 2-D and 3-D spatial array responses and directional gains Implement null-steering and interference cancelation algorithms with a few lines of MATLAB code Easily quantify interference mitigation gains provided by beam-forming 16

17 Version 4: Baseline + OFDM + Transmit-side beamforming + Multipath fading Introduce Transmit-side beamforming with Multipath fading Transceiver with modulation, coding, scrambling, MIMO-OFDM transmitter & receiver Channel with Interferer + path loss + fading Transmitter has multiple Antennas (1 to 8) Signal Source (S) Interference Source (I) 17

18 MATLAB tools for modeling fading channels and channel estimation-equalization MIMO fading channels from Communications System Toolbox Channel estimation and equalization with received values of time-frequency grid Combine OFDM and MIMO to approach a prototype of n/ac Experiment with ideal and pilot-based channel estimation algorithms 18

19 What We Learned in This Demo Easily setup MIMO-OFDM system components Modulation, coding, OFDM MIMO fading channels Beamforming, beam steering & interference cancelation Dynamic & interactive MATLAB test benches On-the-fly tunable parameters Spectral analysis Visualizations and measurements Qualitative and quantitative metrics Live feeds of telemetry data as transmitted bit stream 19

20 Antenna Toolbox Easy design Library of 22 parameterized antenna elements Functionality for the design of linear and rectangular antenna arrays No need for full CAD design Rapid simulation setup Method of Moments field solver for port, field, and surface analysis No need to be an EM expert Seamless integration Model the antenna together with signal processing algorithms Rapid iteration of different antenna scenarios for radar and communication systems design 20

21 Antenna Toolbox Demo Build your first antenna array >> a = lineararray >> a.element = p; >> a.elementspacing = 0.1; >> a.numelements = 4; >> layout(a); >> pattern(a, 1.66e9); 21

22 Integration Demo: Phased Array System Toolbox atx_array_modeling_with_embedded_element_pattern... % Import antenna element in Phased Array myura1 = phased.ura; Phased Array myura1.element = mydipole; Antenna element... % Import the embedded element pattern EmbAnt = Phased.CustomAntennaElement(... 'FrequencyVector',freqVector,... 'AzimuthAngles',az,... 'ElevationAngles',el,... 'RadiationPattern',embpattern); myura2 = phased.ura; myura2.element = EmbAnt;... Pattern of the embedded element computed with Antenna Toolbox 22

23 Learn more about measurement, analysis, visualization Constellation Scope Visualizes the effects of channel degradations on modulated symbols Shows rotations and attenuations caused by various fading mechanism Measurements included: EVM MER Spectrum Analyzer Visualizes flat or frequency-selective nature of channel Measurements included: Complimentary Cumulative Distribution Function (CCDF) measurement and visualization Adjacent Channel Power Ratio (ACPR) measurements Harmonic & Intermodulation distortions 23

24 Learn more about Speeding up simulations Use Best Practices in Programming Vectorization Pre-allocation Parallel Computing High level parallel constructs (e.g. parfor) Utilize cluster, clouds, and grids MATLAB to C GPUs Webinar: Accelerating Communications System Simulations in MATLAB 24

25 Summary We have modern algorithms (OFDM and MIMO) & analysis tools and even modern standard-based products (LTE) for modern systems We have incorporated features and tools like C code generation, parallel computing etc. into our tool that substantially accelerate simulation We now have very high end communications measurements and analysis tools like Spectrum Analyzers, etc. They work directly in MATLAB and come at the low toolbox price 25

26 1 2 3 Antenna to Bits simulation Smart RF design LTE & LTE-Advanced 26

27 Smart RF Design Fast behavioral RF modeling & simulation Model and simulate RF transceiver together with baseband algorithms Develop calibration and control algorithms such as DPD or AGC to mitigate impairments and interferers Add measured RF component characteristics Use circuit envelope techniques to accelerate simulation of RF transceivers MATLAB & Simulink Analog Devices AD9361 RF Agile Transceiver 27

28 Example: Simulation of Analog Devices RF Transceivers with MATLAB and SimRF AGC RSSI 28

29 RF Receiver AGC Manual and slow attack mode RSSI CW test signal LTE-like or custom test signal Tunable RF receiver Analog continuous-time programmable filters Third order Delta-Sigma ADC Multi-rate finite-precision programmable decimation filters 29

30 Simulation Results: MGC, 2 Tones In-band noise Images DC Offset IP2 Fundamental IP3 30

31 Which Tools? MATLAB, Simulink and 31

32 Learn More About: RF Modeling SimRF: fast simulation of RF front-ends Design the architecture and specs of the RF front-end Integrate RF with adaptive algorithms such as DPD, AGC Test and debug the implementation before going in the lab Provide a model to your colleagues and customers Webinar: Design and Verify RF Transceivers for Wireless Communication Systems 32

33 Trade Off Simulation Speed and Modeling Fidelity How do your signals look like? Simulation speed Equivalent Baseband Spectrum Signal bandwidth Carrier Circuit Envelope Spectrum freq DC Carrier 1 Carrier 2 freq True Pass-Band Spectrum Modeling fidelity freq 33

34 Summary Executable specifications of real-life communication systems across multiple disciplines Develop smarter algorithms faster Improve the communication between different teams Understand, debug, test your system before going in the lab Provide (IP protected) models to the end users 34

35 1 2 3 Antenna to Bits simulation Smart RF design LTE & LTE-Advanced 35

36 LTE & LTE-Advanced Design, simulate, and test LTE and LTE-Advanced systems Specify your LTE and LTE-A PHY systems covering all transmission modes, channels, and signals Combine your LTE baseband models with RF modeling for a combined digital-rf design New features in R2015a LTE Rel. 11 support UMTS/HSPA+ Waveform Generation Coordinated Multipoint (CoMP) MATLAB & Simulink Qualifying question Are you working on LTE Physical layer? 36

37 What s the LTE System Toolbox? Release 8,9, 10 &11 (LTE-A) Scope TDD/FDD, Uplink/Downlink Transmitter/Receiver ~200 functions for physical layer (PHY) modeling Link-level simulation Conformance Tests 37

38 Signal Generation and Analysis Reference Measurement Channels TS Standard-compliant signal available in the MATLAB workspace >> ltermcdltool 38

39 Typical Use Cases Golden reference to verify in-house PHY models Complete end-to-end link-level simulation Signal generation and analysis Transmitter Test Waveform Generation RF Signal Generator Signal information recovery 39

40 Demo: Equalizing the Downlink Grid Transmitter Channel Receiver Test Waveform Generation Fading Channel Synchronisation & OFDM Demodulation Channel Estimation & Equalisation 40

41 Summary Comprehensive Comprehensive set of PHY models Numerous preset, extensible examples Open environment MATLAB-based Link to test and measurement instruments Standard-compliance Ability to generate and transmit signals using hardware signal generators Trusted by numerous customers 41

Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal

Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal Wireless Communication and RF System Design Using MATLAB and Simulink Giorgia Zucchelli Technical Marketing RF & Mixed-Signal 2013 The MathWorks, Inc. 1 Outline of Today s Presentation Introduction to

More information

Propsim enabled Mobile Ad-hoc Network Testing

Propsim enabled Mobile Ad-hoc Network Testing www.anite.com Propsim enabled Mobile Ad-hoc Network Testing Anite is now part of Keysight Technologies Lab-based, end-to-end performance testing of systems using Propsim MANET channel emulation A Mobile

More information

Agilent Technologies. Generating Custom, Real-World Waveforms Integrating Test Instrumentation into the Design Process Application Note 1360

Agilent Technologies. Generating Custom, Real-World Waveforms Integrating Test Instrumentation into the Design Process Application Note 1360 Agilent Technologies Generating Custom, Real-World Waveforms Integrating Test Instrumentation into the Design Process Application Note 1360 Table of Contents Introduction...............................................................................3

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

Accelerating Mobile Testing for High Volume Production

Accelerating Mobile Testing for High Volume Production WHITEPAPER Accelerating Mobile Testing for High Volume Production Key Considerations for Fast, Effective Mobile Test 2012 LitePoint, A Teradyne Company. All rights reserved. Accelerating Mobile Testing

More information

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy

GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy GSM/EDGE Output RF Spectrum on the V93000 Joe Kelly and Max Seminario, Verigy Introduction A key transmitter measurement for GSM and EDGE is the Output RF Spectrum, or ORFS. The basis of this measurement

More information

Revision of Lecture Eighteen

Revision of Lecture Eighteen Revision of Lecture Eighteen Previous lecture has discussed equalisation using Viterbi algorithm: Note similarity with channel decoding using maximum likelihood sequence estimation principle It also discusses

More information

Evolution in Mobile Radio Networks

Evolution in Mobile Radio Networks Evolution in Mobile Radio Networks Multiple Antenna Systems & Flexible Networks InfoWare 2013, July 24, 2013 1 Nokia Siemens Networks 2013 The thirst for mobile data will continue to grow exponentially

More information

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS Qizheng Gu Nokia Mobile Phones, Inc. 4y Springer Contents Preface xiii Chapter 1. Introduction 1 1.1. Wireless Systems 1 1.1.1. Mobile Communications

More information

Non-Data Aided Carrier Offset Compensation for SDR Implementation

Non-Data Aided Carrier Offset Compensation for SDR Implementation Non-Data Aided Carrier Offset Compensation for SDR Implementation Anders Riis Jensen 1, Niels Terp Kjeldgaard Jørgensen 1 Kim Laugesen 1, Yannick Le Moullec 1,2 1 Department of Electronic Systems, 2 Center

More information

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal.

The front end of the receiver performs the frequency translation, channel selection and amplification of the signal. Many receivers must be capable of handling a very wide range of signal powers at the input while still producing the correct output. This must be done in the presence of noise and interference which occasionally

More information

Product Development Flow Including Model- Based Design and System-Level Functional Verification

Product Development Flow Including Model- Based Design and System-Level Functional Verification Product Development Flow Including Model- Based Design and System-Level Functional Verification 2006 The MathWorks, Inc. Ascension Vizinho-Coutry, avizinho@mathworks.fr Agenda Introduction to Model-Based-Design

More information

LTE System Specifications and their Impact on RF & Base Band Circuits. Application Note. Products: R&S FSW R&S SMU R&S SFU R&S FSV R&S SMJ R&S FSUP

LTE System Specifications and their Impact on RF & Base Band Circuits. Application Note. Products: R&S FSW R&S SMU R&S SFU R&S FSV R&S SMJ R&S FSUP Application Note Dr. Oliver Werther/Roland Minihold 04.2013 1MA221_1E LTE System Specifications and their Impact on RF & Base Band Circuits Application Note Products: R&S FSW R&S SMU R&S SFU R&S FSV R&S

More information

A Faster, More Accurate Approach for System-Level Performance Verification of a Wireless RFIC Design

A Faster, More Accurate Approach for System-Level Performance Verification of a Wireless RFIC Design A Faster, More Accurate Approach for System-Level Performance Verification of a Wireless RFIC Design By Nebabie Kebebew and Rich Davis, Cadence Wireless RFIC designs are growing more complex, increasing

More information

Lezione 6 Communications Blockset

Lezione 6 Communications Blockset Corso di Tecniche CAD per le Telecomunicazioni A.A. 2007-2008 Lezione 6 Communications Blockset Ing. Marco GALEAZZI 1 What Is Communications Blockset? Communications Blockset extends Simulink with a comprehensive

More information

Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications

Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications Course Curriculum for Master Degree in Electrical Engineering/Wireless Communications The Master Degree in Electrical Engineering/Wireless Communications, is awarded by the Faculty of Graduate Studies

More information

Rapid Prototyping of a Frequency Hopping Ad Hoc Network System

Rapid Prototyping of a Frequency Hopping Ad Hoc Network System Rapid Prototyping of a Frequency Hopping Ad Hoc Network System Martin Braun, Nico Otterbach, Jens Elsner, and Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology (KIT),

More information

HD Radio FM Transmission System Specifications Rev. F August 24, 2011

HD Radio FM Transmission System Specifications Rev. F August 24, 2011 HD Radio FM Transmission System Specifications Rev. F August 24, 2011 SY_SSS_1026s TRADEMARKS HD Radio and the HD, HD Radio, and Arc logos are proprietary trademarks of ibiquity Digital Corporation. ibiquity,

More information

Understanding the Effect of Uncorrelated Phase Noise on Multi-channel RF Vector Signal Generators and Analysers

Understanding the Effect of Uncorrelated Phase Noise on Multi-channel RF Vector Signal Generators and Analysers Understanding the Effect of Uncorrelated Phase Noise on Multi-channel RF Vector Signal Generators and Analysers David A. Hall, Product Marketing Manager Andy Hinde, RF Systems Engineer Introduction With

More information

Introduction to Receivers

Introduction to Receivers Introduction to Receivers Purpose: translate RF signals to baseband Shift frequency Amplify Filter Demodulate Why is this a challenge? Interference (selectivity, images and distortion) Large dynamic range

More information

Welcome. Rulon VanDyke RF System Architect, Agilent Technologies. David Leiss Senior RF Simulation Consultant, Agilent Technologies

Welcome. Rulon VanDyke RF System Architect, Agilent Technologies. David Leiss Senior RF Simulation Consultant, Agilent Technologies Welcome Rulon VanDyke RF System Architect, Agilent Technologies David Leiss Senior RF Simulation Consultant, Agilent Technologies January 12, 2012 Agenda RF Architecture Definition Costs of Poor Architecture

More information

LTE UE RF measurements An introduction and overview

LTE UE RF measurements An introduction and overview An introduction and overview February 2010 Andreas Roessler Andreas.Roessler@rohde-schwarz.com Technology Manager North America Rohde & Schwarz, Germany Guenter Pfeifer Guenter.Pfeifer@rohde-schwarz.com

More information

Coexistence Tips the Market for Wireless System Simulation Chris Aden, MathWorks

Coexistence Tips the Market for Wireless System Simulation Chris Aden, MathWorks Coexistence Tips the Market for Wireless System Simulation Chris Aden, MathWorks Introduction From time to time, marshalling events occur in stable markets placing difficult new requirements on established

More information

Maximizing Receiver Dynamic Range for Spectrum Monitoring

Maximizing Receiver Dynamic Range for Spectrum Monitoring Home Maximizing Receiver Dynamic Range for Spectrum Monitoring Brian Avenell, National Instruments Corp., Austin, TX October 15, 2012 As consumers continue to demand more data wirelessly through mobile

More information

Evolution of the Air Interface From 2G Through 4G and Beyond

Evolution of the Air Interface From 2G Through 4G and Beyond Evolution of the Air Interface From 2G Through 4G and Beyond Presentation to IEEE Ottawa Section / Alliance of IEEE Consultants Network (AICN) - 2nd May 2012 Frank Rayal BLiNQ Networks/ Telesystem Innovations

More information

Using a design-to-test capability for LTE MIMO (Part 2 of 2)

Using a design-to-test capability for LTE MIMO (Part 2 of 2) Using a design-to-test capability for LTE MIMO (Part 2 of 2) System-level simulation helps engineers gain valuable insight into the design sensitivities of Long Term Evolution (LTE) Multiple-Input Multiple-Output

More information

IEEE C802.20-03/88 An Alternative Approach for Enhancing Security of WMANs using Physical Layer Encryption

IEEE C802.20-03/88 An Alternative Approach for Enhancing Security of WMANs using Physical Layer Encryption IEEE C802.20-03/88 An Alternative Approach for Enhancing Security of WMANs using Physical Layer Encryption By Arpan Pal Wireless Group Center of Excellence for Embedded Systems Tata Consultancy Services

More information

RF Measurements Using a Modular Digitizer

RF Measurements Using a Modular Digitizer RF Measurements Using a Modular Digitizer Modern modular digitizers, like the Spectrum M4i series PCIe digitizers, offer greater bandwidth and higher resolution at any given bandwidth than ever before.

More information

The future of mobile networking. David Kessens <david.kessens@nsn.com>

The future of mobile networking. David Kessens <david.kessens@nsn.com> The future of mobile networking David Kessens Introduction Current technologies Some real world measurements LTE New wireless technologies Conclusion 2 The future of mobile networking

More information

MIMO Antenna Systems in WinProp

MIMO Antenna Systems in WinProp MIMO Antenna Systems 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 Feb. 2011

More information

How To Use A Sound Card With A Subsonic Sound Card

How To Use A Sound Card With A Subsonic Sound Card !"## $#!%!"# &"#' ( "#' )*! #+ #,# "##!$ -+./0 1" 1! 2"# # -&1!"#" (2345-&1 #$6.7 -&89$## ' 6! #* #!"#" +" 1##6$ "#+# #-& :1# # $ #$#;1)+#1#+

More information

Technical and economical assessment of selected LTE-A schemes.

Technical and economical assessment of selected LTE-A schemes. Technical and economical assessment of selected LTE-A schemes. Heinz Droste,, Darmstadt Project Field Intelligent Wireless Technologies & Networks 1 Mobile Networks enabler for connected life & work. Textbox

More information

Optimizing IP3 and ACPR Measurements

Optimizing IP3 and ACPR Measurements Optimizing IP3 and ACPR Measurements Table of Contents 1. Overview... 2 2. Theory of Intermodulation Distortion... 2 3. Optimizing IP3 Measurements... 4 4. Theory of Adjacent Channel Power Ratio... 9 5.

More information

ISI Mitigation in Image Data for Wireless Wideband Communications Receivers using Adjustment of Estimated Flat Fading Errors

ISI Mitigation in Image Data for Wireless Wideband Communications Receivers using Adjustment of Estimated Flat Fading Errors International Journal of Engineering and Management Research, Volume-3, Issue-3, June 2013 ISSN No.: 2250-0758 Pages: 24-29 www.ijemr.net ISI Mitigation in Image Data for Wireless Wideband Communications

More information

802.11ac Wi-Fi Fundamentals Eric Johnson March 2014

802.11ac Wi-Fi Fundamentals Eric Johnson March 2014 802.11ac Wi-Fi Fundamentals Eric Johnson March 2014 Agenda 11ac Standards Physical Layer Overview 11ac Data Rates Radio Realities Transmitters Receivers Antennas 11ac Beamforming 11ac Products 2 802.11ac

More information

Propagation Channel Emulator ECP_V3

Propagation Channel Emulator ECP_V3 Navigation simulators Propagation Channel Emulator ECP_V3 1 Product Description The ECP (Propagation Channel Emulator V3) synthesizes the principal phenomena of propagation occurring on RF signal links

More information

A survey on Spectrum Management in Cognitive Radio Networks

A survey on Spectrum Management in Cognitive Radio Networks A survey on Spectrum Management in Cognitive Radio Networks Ian F. Akyildiz, Won-Yeol Lee, Mehmet C. Vuran, Shantidev Mohanty Georgia Institute of Technology Communications Magazine, vol 46, April 2008,

More information

Propsim enabled Aerospace, Satellite and Airborne Radio System Testing

Propsim enabled Aerospace, Satellite and Airborne Radio System Testing www.anite.com Propsim enabled Aerospace, Satellite and Airborne Radio System Testing Anite is now part of Keysight Technologies Realistic and repeatable real-time radio channel emulation solutions for

More information

Cooperative Techniques in LTE- Advanced Networks. Md Shamsul Alam

Cooperative Techniques in LTE- Advanced Networks. Md Shamsul Alam Cooperative Techniques in LTE- Advanced Networks Md Shamsul Alam Person-to-person communications Rich voice Video telephony, video conferencing SMS/MMS Content delivery Mobile TV High quality video streaming

More information

ETSI EN 302 774 V1.2.1 (2012-02)

ETSI EN 302 774 V1.2.1 (2012-02) EN 302 774 V1.2.1 (2012-02) Harmonized European Standard Broadband Wireless Access Systems (BWA) in the 3 400 MHz to 3 800 MHz frequency band; Base Stations; Harmonized EN covering the essential requirements

More information

RF System Design and Analysis Software Enhances RF Architectural Planning

RF System Design and Analysis Software Enhances RF Architectural Planning From April 2010 High Frequency Electronics Copyright 2010 Summit Technical Media, LLC RF System Design and Analysis Software Enhances RF Architectural Planning By Dale D. Henkes Applied Computational Sciences

More information

Spectrum analyzer with USRP, GNU Radio and MATLAB

Spectrum analyzer with USRP, GNU Radio and MATLAB Spectrum analyzer with USRP, GNU Radio and MATLAB António José Costa, João Lima, Lúcia Antunes, Nuno Borges de Carvalho {antoniocosta, jflima, a30423, nbcarvalho}@ua.pt January 23, 2009 Abstract In this

More information

RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL

RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL RADIO FREQUENCY INTERFERENCE AND CAPACITY REDUCTION IN DSL Padmabala Venugopal, Michael J. Carter*, Scott A. Valcourt, InterOperability Laboratory, Technology Drive Suite, University of New Hampshire,

More information

[Download Tech Notes TN-11, TN-18 and TN-25 for more information on D-TA s Record & Playback solution] SENSOR PROCESSING FOR DEMANDING APPLICATIONS 29

[Download Tech Notes TN-11, TN-18 and TN-25 for more information on D-TA s Record & Playback solution] SENSOR PROCESSING FOR DEMANDING APPLICATIONS 29 is an extremely scalable and ultra-fast 10 Gigabit record and playback system. It is designed to work with D-TA sensor signal acquisition products that are 10 Gigabit (10GbE) network attached. The can

More information

THE IMPLEMENTATION OF A DTV RF ANALYSIS AND REGENERATION SYSTEM

THE IMPLEMENTATION OF A DTV RF ANALYSIS AND REGENERATION SYSTEM THE IMPLEMENTATION OF A DTV RF ANALYSIS AND REGENERATION SYSTEM Tae-Hoon Kwon, Ha-Kyun Mok, Young-Woo Suh, and Young-Min Kim KBS(Korean Broadcasting System), Seoul, Korea ABSTRACT In this paper, we developed

More information

1 Lecture Notes 1 Interference Limited System, Cellular. Systems Introduction, Power and Path Loss

1 Lecture Notes 1 Interference Limited System, Cellular. Systems Introduction, Power and Path Loss ECE 5325/6325: Wireless Communication Systems Lecture Notes, Spring 2015 1 Lecture Notes 1 Interference Limited System, Cellular Systems Introduction, Power and Path Loss Reading: Mol 1, 2, 3.3, Patwari

More information

FPGAs in Next Generation Wireless Networks

FPGAs in Next Generation Wireless Networks FPGAs in Next Generation Wireless Networks March 2010 Lattice Semiconductor 5555 Northeast Moore Ct. Hillsboro, Oregon 97124 USA Telephone: (503) 268-8000 www.latticesemi.com 1 FPGAs in Next Generation

More information

Spectrum Analyzers vs. Monitoring Receivers. Paul Denisowski, Application Engineer Rohde & Schwarz

Spectrum Analyzers vs. Monitoring Receivers. Paul Denisowski, Application Engineer Rohde & Schwarz Spectrum Analyzers vs. Monitoring Receivers Paul Denisowski, Application Engineer Rohde & Schwarz Spectrum Management Requirements What signals are present at which frequencies? Additional responsibilities

More information

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS

RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS RF SYSTEM DESIGN OF TRANSCEIVERS FOR WIRELESS COMMUNICATIONS Qizheng Gu Nokia Mobile Phones, Inc. Q - Springer Gu, Qizheng, 1936- RF system

More information

Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight

Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight TEC Voice services over Adaptive Multi-user Orthogonal Sub channels An Insight HP 4/15/2013 A powerful software upgrade leverages quaternary modulation and MIMO techniques to improve network efficiency

More information

How PLL Performances Affect Wireless Systems

How PLL Performances Affect Wireless Systems May 2010 Issue: Tutorial Phase Locked Loop Systems Design for Wireless Infrastructure Applications Use of linear models of phase noise analysis in a closed loop to predict the baseline performance of various

More information

N6171A MATLAB Data Analysis Software for Agilent Instruments

N6171A MATLAB Data Analysis Software for Agilent Instruments N6171A MATLAB Data Analysis Software for Agilent Instruments Technical Overview MATLAB is available directly from Agilent or its authorized sales partners with your instrument purchase Use MATLAB to create

More information

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693

International Journal of Computer Sciences and Engineering. Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Issue-4 E-ISSN: 2347-2693 PAPR Reduction Method for the Localized and Distributed DFTS-OFDM System Using

More information

R&S VSE-K10x R&S FSx-K10x R&S FS-K10xPC EUTRA/LTE Measurement Software Specifications

R&S VSE-K10x R&S FSx-K10x R&S FS-K10xPC EUTRA/LTE Measurement Software Specifications VSE-K100_dat-sw_en_3607-2126-22_cover.indd 1 Data Sheet 01.01 Test & Measurement R&S VSE-K10x R&S FSx-K10x R&S FS-K10xPC EUTRA/LTE Measurement Software Specifications 06.07.2015 17:35:20 CONTENTS Definitions...

More information

Carrier Aggregation: Fundamentals and Deployments

Carrier Aggregation: Fundamentals and Deployments Carrier Aggregation: Fundamentals and Deployments Presented by: Manuel Blanco Agilent Technologies Agenda LTE-Advanced Carrier Aggregation Design and test challenges 2 Industry background 263 LTE networks

More information

OTA performance measurements of MIMO-enabled devices

OTA performance measurements of MIMO-enabled devices OTA performance measurements of MIMO-enabled devices Cost-effective solution with 3D evaluation and easy-to-use test setup Test & Measurement Application Brochure 01.00 OTA performance measurements of

More information

ALLION USA INTERNET SERVICE PROVIDER WIRELESS GATEWAY COMPETITIVE ANALYSIS

ALLION USA INTERNET SERVICE PROVIDER WIRELESS GATEWAY COMPETITIVE ANALYSIS ALLION USA INTERNET SERVICE PROVIDER WIRELESS GATEWAY COMPETITIVE ANALYSIS Date: 4/25/2013 Rev 1.0 Visit our Web Site at: www.allionusa.com 1 Introduction Internet Service Providers (ISP) have a number

More information

Multiuser Communications in Wireless Networks

Multiuser Communications in Wireless Networks Multiuser Communications in Wireless Networks Instructor Antti Tölli Centre for Wireless Communications (CWC), University of Oulu Contact e-mail: antti.tolli@ee.oulu.fi, tel. +358445000180 Course period

More information

Application Note Receiving HF Signals with a USRP Device Ettus Research

Application Note Receiving HF Signals with a USRP Device Ettus Research Application Note Receiving HF Signals with a USRP Device Ettus Research Introduction The electromagnetic (EM) spectrum between 3 and 30 MHz is commonly referred to as the HF band. Due to the propagation

More information

MIMO detector algorithms and their implementations for LTE/LTE-A

MIMO detector algorithms and their implementations for LTE/LTE-A GIGA seminar 11.01.2010 MIMO detector algorithms and their implementations for LTE/LTE-A Markus Myllylä and Johanna Ketonen 11.01.2010 2 Outline Introduction System model Detection in a MIMO-OFDM system

More information

Introduction to Wireless LAN Measurements

Introduction to Wireless LAN Measurements Introduction to Wireless LAN Measurements Introduction to Wireless LAN Measurements 1 Table of Contents 1. History of Wireless LAN... 3 2. WLAN Physical Layer Characteristics... 5 Bands and Channels...5

More information

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43

4 Digital Video Signal According to ITU-BT.R.601 (CCIR 601) 43 Table of Contents 1 Introduction 1 2 Analog Television 7 3 The MPEG Data Stream 11 3.1 The Packetized Elementary Stream (PES) 13 3.2 The MPEG-2 Transport Stream Packet.. 17 3.3 Information for the Receiver

More information

EE 186 LAB 2 FALL 2004. Network Analyzer Fundamentals and Two Tone Linearity

EE 186 LAB 2 FALL 2004. Network Analyzer Fundamentals and Two Tone Linearity Network Analyzer Fundamentals and Two Tone Linearity Name: Name: Name: Objective: To become familiar with the basic operation of a network analyzer To use the network analyzer to characterize the in-band

More information

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation.

Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Demonstration of a Software Defined Radio Platform for dynamic spectrum allocation. Livia Ruiz Centre for Telecommunications Value-Chain Research Institute of Microelectronic and Wireless Systems, NUI

More information

LTE Multimedia Broadcast Multicast Services (MBMS)

LTE Multimedia Broadcast Multicast Services (MBMS) LTE Multimedia Broadcast Multicast Services (MBMS) LTE is the technology of choice for mobile operators because it delivers significantly higher bandwidth with the lowest amount of spectral resources.

More information

Introduction to MATLAB Gergely Somlay Application Engineer gergely.somlay@gamax.hu

Introduction to MATLAB Gergely Somlay Application Engineer gergely.somlay@gamax.hu Introduction to MATLAB Gergely Somlay Application Engineer gergely.somlay@gamax.hu 2012 The MathWorks, Inc. 1 What is MATLAB? High-level language Interactive development environment Used for: Numerical

More information

RFSPACE CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO

RFSPACE CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO CLOUD-IQ #CONNECTED SOFTWARE DEFINED RADIO 1 - SPECIFICATIONS Cloud-IQ INTRODUCTION The Cloud-IQ is a high performance, direct sampling software radio with an ethernet interface. It offers outstanding

More information

NSN White paper February 2014. Nokia Solutions and Networks Smart Scheduler

NSN White paper February 2014. Nokia Solutions and Networks Smart Scheduler NSN White paper February 2014 Nokia Solutions and Networks Smart Scheduler CONTENTS 1. Introduction 3 2. Smart Scheduler Features and Benefits 4 3. Smart Scheduler wit Explicit Multi-Cell Coordination

More information

GTER 26 tudo o que você. quer saber sobre 802.11n

GTER 26 tudo o que você. quer saber sobre 802.11n GTER 26 tudo o que você (não) quer saber sobre 802.11n Luiz Eduardo Dos Santos CISSP CWNE CEH GISP GCIH Sr. Systems & Security Engineer Americas hello agenda evolution of wi-fi what makes 11n what actually

More information

Test Toolkit. 290101 v3.0 SignalMeister RF Communications

Test Toolkit. 290101 v3.0 SignalMeister RF Communications Waveform creation and analysis software for Series 2900 VSGs, Series 2800 VSAs, and systems Industry s only fully integrated signal generation and analysis software package Unique, seamless -to-8 8 signal

More information

Physical Layer Research Trends for 5G

Physical Layer Research Trends for 5G Physical Layer Research Trends for 5G Brett T. Walkenhorst, Ph.D. Principal Research Engineer, Georgia Tech Research Institute Adjunct Professor, Georgia Tech, School of Electrical and Computer Engineering

More information

mm-band MIMO in 5G Mobile

mm-band MIMO in 5G Mobile mm-band MIMO in 5G Mobile Arogyaswami Paulraj Stanford University IEEE 5G Summit Santa Clara University November 16, 2015 Service Vision and Performance Universal Connectivity Low Power Low Latency Immersive

More information

Heterogeneous Networks: a Big Data Perspective

Heterogeneous Networks: a Big Data Perspective Heterogeneous Networks: a Big Data Perspective Arash Behboodi October 26, 2015 Institute for Theoretical Information Technology Prof. Dr. Rudolf Mathar RWTH Aachen University Wireless Communication: History

More information

A 5G FRONTHAUL FOR CONVERGED NETWORKS

A 5G FRONTHAUL FOR CONVERGED NETWORKS Philippos Assimakopoulos, Communications Research Group, University of Kent A 5G FRONTHAUL FOR CONVERGED NETWORKS This project has received funding from the European Union s Horizon 2020 research and innovation

More information

communication over wireless link handling mobile user who changes point of attachment to network

communication over wireless link handling mobile user who changes point of attachment to network Wireless Networks Background: # wireless (mobile) phone subscribers now exceeds # wired phone subscribers! computer nets: laptops, palmtops, PDAs, Internet-enabled phone promise anytime untethered Internet

More information

For Articulation Purpose Only

For Articulation Purpose Only E305 Digital Audio and Video (4 Modular Credits) This document addresses the content related abilities, with reference to the module. Abilities of thinking, learning, problem solving, team work, communication,

More information

Multi-Carrier GSM with State of the Art ADC technology

Multi-Carrier GSM with State of the Art ADC technology Multi-Carrier GSM with State of the Art ADC technology Analog Devices, October 2002 revised August 29, 2005, May 1, 2006, May 10, 2006, November 30, 2006, June 19, 2007, October 3, 2007, November 12, 2007

More information

Vector Signal Analyzer FSQ-K70

Vector Signal Analyzer FSQ-K70 Product brochure Version 02.00 Vector Signal Analyzer FSQ-K70 July 2004 Universal demodulation, analysis and documentation of digital radio signals For all major mobile radio communication standards: GSM

More information

Achieving New Levels of Channel Density in Downstream Cable Transmitter Systems: RF DACs Deliver Smaller Size and Lower Power Consumption

Achieving New Levels of Channel Density in Downstream Cable Transmitter Systems: RF DACs Deliver Smaller Size and Lower Power Consumption Achieving New Levels of Channel Density in Downstream Cable Transmitter Systems: RF DACs Deliver Smaller Size and Lower Power Consumption Introduction By: Analog Devices, Inc. (ADI) Daniel E. Fague, Applications

More information

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA

INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA COMM.ENG INTRODUCTION TO COMMUNICATION SYSTEMS AND TRANSMISSION MEDIA 9/6/2014 LECTURES 1 Objectives To give a background on Communication system components and channels (media) A distinction between analogue

More information

Planning for 802.11ac Adoption with Ekahau Site Survey 6.0

Planning for 802.11ac Adoption with Ekahau Site Survey 6.0 Planning for 802.11ac Adoption with Ekahau Site Survey 6.0 1 P a g e w w w. e k a h a u. c o m / e s s Introduction to 802.11ac The emerging next generation Wi-Fi standard IEEE 802.11ac aims to break the

More information

SDR Architecture. Introduction. Figure 1.1 SDR Forum High Level Functional Model. Contributed by Lee Pucker, Spectrum Signal Processing

SDR Architecture. Introduction. Figure 1.1 SDR Forum High Level Functional Model. Contributed by Lee Pucker, Spectrum Signal Processing SDR Architecture Contributed by Lee Pucker, Spectrum Signal Processing Introduction Software defined radio (SDR) is an enabling technology, applicable across a wide range of areas within the wireless industry,

More information

Achievable Transmission Rates and Self-Interference Channel Estimation in Hybrid Full-Duplex/Half-Duplex MIMO Relaying

Achievable Transmission Rates and Self-Interference Channel Estimation in Hybrid Full-Duplex/Half-Duplex MIMO Relaying Achievable Transmission Rates and Self-Interference Channel Estimation in Hybrid Full-Duplex/Half-Duplex MIMO Relaying Dani Korpi 1, Taneli Riihonen 2,3, Katsuyuki Haneda 4, Koji Yamamoto 5, and Mikko

More information

Agilent GSM/EDGE Self-Guided Demonstration for the E4438C ESG Vector Signal Generator and PSA Series Spectrum Analyzers

Agilent GSM/EDGE Self-Guided Demonstration for the E4438C ESG Vector Signal Generator and PSA Series Spectrum Analyzers Agilent GSM/EDGE Self-Guided Demonstration for the E4438C ESG Vector Signal Generator and PSA Series Spectrum Analyzers Product Note Striving to meet all your test needs Agilent knows that the time you

More information

High-Resolution Doppler-Polarimetric FMCW Radar with Dual-Orthogonal Signals

High-Resolution Doppler-Polarimetric FMCW Radar with Dual-Orthogonal Signals High-Resolution Doppler-Polarimetric FMCW Radar with Dual-Orthogonal Signals Oleg Krasnov, Leo Ligthart, Zhijian Li, Galina Babur, Zongbo Wang, Fred van der Zwan International Research Centre for Telecommunications

More information

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT

A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT A SIMULATION STUDY ON SPACE-TIME EQUALIZATION FOR MOBILE BROADBAND COMMUNICATION IN AN INDUSTRIAL INDOOR ENVIRONMENT U. Trautwein, G. Sommerkorn, R. S. Thomä FG EMT, Ilmenau University of Technology P.O.B.

More information

FUNDAMENTALS OF MODERN SPECTRAL ANALYSIS. Matthew T. Hunter, Ph.D.

FUNDAMENTALS OF MODERN SPECTRAL ANALYSIS. Matthew T. Hunter, Ph.D. FUNDAMENTALS OF MODERN SPECTRAL ANALYSIS Matthew T. Hunter, Ph.D. AGENDA Introduction Spectrum Analyzer Architecture Dynamic Range Instantaneous Bandwidth The Importance of Image Rejection and Anti-Aliasing

More information

Agilent E3830 Series Wide-bandwidth Signal Analyzer Custom Systems 100 MHz Bandwidth Microwave Vector Signal Analysis

Agilent E3830 Series Wide-bandwidth Signal Analyzer Custom Systems 100 MHz Bandwidth Microwave Vector Signal Analysis Agilent E3830 Series Wide-bandwidth Signal Analyzer Custom Systems 100 MHz Bandwidth Microwave Vector Signal Analysis The measurement challenge 2 Many advanced microwave applications involve complex wideband

More information

PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels

PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels PAPR and Bandwidth Analysis of SISO-OFDM/WOFDM and MIMO OFDM/WOFDM (Wimax) for Multi-Path Fading Channels Ahsan Adeel Lecturer COMSATS Institute of Information Technology Islamabad Raed A. Abd-Alhameed

More information

Jeff Thomas Tom Holmes Terri Hightower. Learn RF Spectrum Analysis Basics

Jeff Thomas Tom Holmes Terri Hightower. Learn RF Spectrum Analysis Basics Jeff Thomas Tom Holmes Terri Hightower Learn RF Spectrum Analysis Basics Agenda Overview: Spectrum analysis and its measurements Theory of Operation: Spectrum analyzer hardware Frequency Specifications

More information

Full Duplex MIMO Radios

Full Duplex MIMO Radios Full Duplex MIMO Radios Dinesh Bharadia and Sachin Katti Stanford University 4/25/2014 1 Refresher: Why was full duplex considered impossible? 4/25/2014 2 Refresher: Why was full duplex considered impossible?

More information

Agilent GSM/EDGE Base Station Test with the E4406A VSA and ESG-D Series RF Signal Generators Product Overview

Agilent GSM/EDGE Base Station Test with the E4406A VSA and ESG-D Series RF Signal Generators Product Overview Agilent GSM/EDGE Base Station Test with the E4406A VSA and ESG-D Series RF Signal Generators Product Overview The flexible GSM/EDGE base station test solution with a 3G future... Designed for manufacturing

More information

Keysight Technologies Solutions for WLAN 802.11ac Manufacturing Test

Keysight Technologies Solutions for WLAN 802.11ac Manufacturing Test Keysight Technologies Solutions for WLAN 802.11ac Manufacturing Test Application Note Testing 802.11ac Client and Infrastructure Devices Using a Fast, Flexible and Cost-Effective Calibration and Non-Signaling

More information

Multipath fading in wireless sensor mote

Multipath fading in wireless sensor mote Multipath fading in wireless sensor mote Vaishali M.Tech (VLSI), IMSEC, Ghaziabad/MTU, Noida Abstract: In this paper we study about the new technology as to transfer the data with the help of smart device,

More information

RECOMMENDATION ITU-R SM.1792. Measuring sideband emissions of T-DAB and DVB-T transmitters for monitoring purposes

RECOMMENDATION ITU-R SM.1792. Measuring sideband emissions of T-DAB and DVB-T transmitters for monitoring purposes Rec. ITU-R SM.1792 1 RECOMMENDATION ITU-R SM.1792 Measuring sideband emissions of T-DAB and DVB-T transmitters for monitoring purposes (2007) Scope This Recommendation provides guidance to measurement

More information

4G LTE/LTE-Advanced for Mobile Broadband

4G LTE/LTE-Advanced for Mobile Broadband 4G LTE/LTE-Advanced for Mobile Broadband Erik Dahlman, Stefan Parkvall, and Johan Sköld ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO

More information

Agenda. Agilent GPS Receiver Test Solutions. GPS technology concepts. Basic tests required for GPS receiver verification Test solutions

Agenda. Agilent GPS Receiver Test Solutions. GPS technology concepts. Basic tests required for GPS receiver verification Test solutions Agenda GPS technology concepts GPS and GNSS overview Assisted GPS (A-GPS) Basic tests required for GPS receiver verification Test solutions Signal creation for GPS receiver test A-GPS test systems Agilent

More information

LTE PHY Fundamentals Roger Piqueras Jover

LTE PHY Fundamentals Roger Piqueras Jover LTE PHY Fundamentals Roger Piqueras Jover DL Physical Channels - DL-SCH: The DownLink Shared CHannel is a channel used to transport down-link user data or Radio Resource Control (RRC) messages, as well

More information

PXI. www.aeroflex.com. GSM/EDGE Measurement Suite

PXI. www.aeroflex.com. GSM/EDGE Measurement Suite PXI GSM/EDGE Measurement Suite The GSM/EDGE measurement suite is a collection of software tools for use with Aeroflex PXI 3000 Series RF modular instruments for characterising the performance of GSM/HSCSD/GPRS

More information

HSPA+ and LTE Test Challenges for Multiformat UE Developers

HSPA+ and LTE Test Challenges for Multiformat UE Developers HSPA+ and LTE Test Challenges for Multiformat UE Developers Presented by: Jodi Zellmer, Agilent Technologies Agenda Introduction FDD Technology Evolution Technology Overview Market Overview The Future

More information