WiMedia Interoperability and Beaconing Protocol

Size: px
Start display at page:

Download "WiMedia Interoperability and Beaconing Protocol"

Transcription

1 and Beaconing Protocol Mike Micheletti UWB & Wireless USB Product Manager LeCroy Protocol Solutions Group T he WiMedia Alliance s ultra wideband wireless architecture is designed to handle multiple protocols with a common radio platform using the same PHY/MAC layers. These underlying layers have undergone unprecedented testing over the last year as multiple vendors begin sampling product development platforms built on this common foundation. Fundamental to the design of the WiMedia MAC layer is the beaconing protocol that performs discovery of nearby WiMedia-based piconets. Beaconing plays an essential role ensuring coexistence between devices from different vendors by providing a distributed mechanism for: Identifying which beacon slots neighboring devices occupy Advertising which beacon slot a given device will occupy Discovery of neighboring piconets to avoid interference Prioritized access (QOS) for specific applications One of the primary roles of the beacon protocol is to identify in which beacon slot (time interval) a given device will transmit its beacon frame. While there are numerous rules and policies governing the behavior of devices participating in the beacon period, this article will focus on the issue of beacon contraction and the potential collision scenarios. Figure 1: Illustrates logical WiMedia superframe and Beaconing Protocol Page 1 of 9

2 Beaconing: A Primer Due to the nature of Wireless PANs, the WiMedia protocol allows devices to join or leave the network without disrupting the operation of devices already synchronized to a beacon group. The Beacon Period (BP) is designed to dynamically expand and contract as devices join and leave the network. By reducing the number of beacon slots, WiMedia devices allow a larger portion of each Superframe to be dedicated to data transfers rather than beacons. Expanding the beacon period is required to allow new devices to join. The Beacon Period Occupancy Information Element (BPOIE) The Beacon Period Occupancy Information Element (BPOIE) is contained in the payload of every beacon frame and reports the BP length and status of individual beacon slots as seen by the device transmitting the frame. Devices are required to listen to BPOIEs to detect which slots are reported as occupied and then place their beacon in an available slot. The Beacon Slot Info Bitmap field communicates or advertises to other devices which slots the transmitting device detected as occupied. The DevAddr field(s) reports the actual address that was seen in each occupied slot. Octects: K 1 1 Element ID Length (= 1+K+2xN) BP Length Beacon Slot Info Bitmap DevAddr1 DevAddr N Figure 2. The format for the BPOIE It s important to understand that the Beacon Slot Info Bitmap only reports what a device heard from neighboring beacons. It s the device s view of the status of each slot in the beacon period. It does not include its own Beacon in the bitmap, but instead communicates the location of its own slot in the beacon header. Each 2-bit value in the Beacon Slot Bitmap is decoded to show the slot status: 0 - Unoccupied In the last superframe, no device reported a beacon frame with this slot occupied 1 - Occupied & non-movable In the last superframe, a device reported a valid beacon frame was received and reported this slot as occupied with the movable bit set to Occupied & movable In the last superframe, a device reported this slot was occupied but the frame had an invalid HCS or FCS (error) 3 - Occupied & movable In the last superframe, a device reported a valid beacon frame was received and reported this slot as occupied with the movable bit set to 1 Figure 3: Decoded values for the (2-bit) Beacon Slot Bitmap Protocol analyzers that record and display beacon frame information are used to verify numerous protocol rules and behaviors. Common analysis tasks include verifying what slots are reported occupied in the BPOIE and that neighboring devices properly extend the length of the beacon period when a new device joins the BP. Figure 4: The analyzer capture shows the decoded BPOIE; the Beacon Slot Info Bitmap represents the transmitting device s view of the status of each slot in the last superframe. In the first beacon, the device (Src ID 0x1468) reports seeing device 0x45DE in slot 5. In the second beacon, the device (Src ID 0x45DE) reports seeing device 0x1468 in slot 4 (Both devices see each other). and Beaconing Protocol Page 2 of 9

3 Beacon Period Expansion All WiMedia devices are required to transmit a beacon frame at the beginning of the superframe (or BP). After a device powers on, it must scan for beacons from neighboring devices for at least one superframe. If it discovers an existing beacon period, it must join it by inserting its beacon in an available slot. After a device joins a beacon period, it constantly checks the announced BP length in the received beacons to determine how long to listen during the beacon period. Accurately detecting devices that may join later is essential for good interoperability. Precise transmit and receive accuracy during the beacon period is imperative to ensure devices can reliably take turns sending and receiving beacons. If a device doesn t detect an existing beacon period, it will start one by sending a beacon frame with its beacon slot set to 2. If it does detect an existing beacon period with sufficient remaining capacity, it must try to join the group by inserting its beacon somewhere after the highest unavailable beacon slot. It may also be required to transmit its beacon in a signaling slot, which is used to identify that the device would like to join the beacon period and is requesting that other devices extend their BP Lengths to include it. If so, the device must continue to occupy the signaling slot until it knows that the neighboring devices have extended their BP Lengths to include its higher slot; however, the device must not occupy the signaling slot for more than 4 consecutive superframes. If the neighboring devices do not extend their BP Lengths within 4 superframes, the device must cease occupying a signaling slot for at least 4 consecutive superframes. After that, the device may resume occupying the signaling slot. This is sometimes referred to as the 4 on, 4 off signaling behavior. Figure 5: Illustrates Beacon period layout after DEV 7 joins an existing beacon group by occupying both the signaling slot and slot 9. Figure 6: Illustrates the corresponding Beacon slot bitmap as captured and decoded by a protocol analyzer and Beaconing Protocol Page 3 of 9

4 Beacon Period Contraction While participating in a beacon group, devices must systematically shift down or contract to the earliest available slots in the beacon period. By contracting the beacon period, devices maximize the amount of time available for data transfers. Shorter beacon periods also help optimize power consumption by reducing the amount of time the radio is on. A device that sees an earlier available slot must mark its beacon as movable. If the device s beacon is marked as movable for 4 consecutive superframes, and no other beacon in a higher slot was marked as movable during that time, the device must relocate its beacon in the next superframe to fill the lowest available slot after the signaling slots. Figure 7: Illustration of beacon slot contraction A stable beacon group occurs when all beacons (marked movable) have contracted to fill any earlier available slots. Unoccupied vs. Unavailable There is a common point of confusion about the terms available/unavailable and occupied/unoccupied. These terms are not interchangeable. The terms occupied/ unoccupied refer to the slot info states reported in the BPOIE. However, the terms available/unavailable refer to the history of the slot info states over the past 4 superframes. For example, if a slot is occupied in any of the 4 previous superframes, then a device must consider that slot unavailable in the current superframe. On the other hand, if a slot is unoccupied in each of the 4 previous superframes, then a device must consider that slot available in the current superframe. A device must use info in the BPOIEs of received beacons in conjunction with its own logical state to fully determine a slot s occupied/unoccupied status. and Beaconing Protocol Page 4 of 9

5 The following figure illustrates 2 examples of contraction. The first example shows the simplest case when there is no higher movable slot. The second example shows a slightly more complicated case when there is a higher movable slot. Figure 8: Illustrates progression of logical beacon states as device contracts. 1) lower slot is Unoccuppied 2) it s available 3) beacon must be marked movable at least four superframes 4) device sees no beacons with other devices in higher slots that are movable 5) device moves to lower slot Figure 9: Illustrates progression of logical beacon states during contraction when another device occupies a higher slot. 1) lower slot is Unoccuppied 2) it s available 3) beacon must be marked movable four sequential superframes 4) then device sees beacon with other device in higher slot also set to movable 5) The higher device moves in superframe 10 and only after waiting 4 more superframes - with no device in higher slot - can device move to lower slot in superframe 14. and Beaconing Protocol Page 5 of 9

6 Beacon Slot Collisions Given the mobile nature of many WiMedia devices, it would be common for devices to join and leave adjacent networks, thereby creating a greater risk of asymmetric links between devices, (i.e., A can hear B, but B cannot hear A). With asymmetric links, there is a higher potential for beacon slot collisions because a given device might not be aware that some slots are occupied. How can we determine when beacon slot collisions occur? There are several common symptoms: Two devices advertise the same beacon slot during the current superframe. Devices report HCS errors in their BPOIEs. Protocol analyzer reports HCS errors during the beacon period. The BPOIEs of devices in the beacon period do not report a consistent set of devices. To detect beacon collisions with neighbors, each device should periodically skip beacon transmission (at least once every 128 superframes) and listen for a potential neighbor occupying its beacon slot. Furthermore, devices are required to listen to BPOIEs sent by other devices and detect conditions which would mandate a move of their beacon. For example, if a device receives a BPOIE that reports a different DevAddr is occupying its slot, the device must move to a higher available slot. Considerations in Testing Beacon Protocol In addition to passing structured compliance tests, developers will be required to demonstrate beacon protocol interoperability between devices in order to satisfy the WiMedia Platform Test specification. This emphasis on interoperability has several implications for protocol layer testing: Beacon group analysis As cross vendor interoperability testing accelerates, the need to test beaconing with multiple devices within a single beacon group has become mandatory. The ability to easily see which beacon slot the device currently occupies will simplify the analysis. The time stamp display of the LeCroy UWBTracer can optionally show the logical beacon groups. Superframe number / Beacon slot (in the superframe) / Offset (into the slot). Figure 10: Change format of Timestamp to show Beacon Group information and Beaconing Protocol Page 6 of 9

7 This timing information helps users identify at a glance when devices fall outside expected values. In the example below, a beacon slot collision occurs when two devices transmit beacon frames in slot 3. Figure 11: Beacon Collision caused by frame and both occupying slot 3 (also reported as HCS error) Filtering Fundamental to BP analysis is the ability to capture and display beacon frames from multiple participating devices over extended periods. Analysis tools that support pre-capture filtering allow users to Filter-in beacon frames only. By discarding all other packets users can capture beacon frames for extended periods (several hours). Users avoid creating large trace files that are slow to search and save. Figure 12: LeCroy s UWBTracer supports FILTER-IN of Beacon frames to simplify analysis by creating trace files that are faster to search, manipulate and analyze Clock Accuracy The WiMedia MAC layer relies on rigorous timing accuracy for several key aspects of the protocol behavior, including Beacon Period Start Time (BPST) and MAS reservations. Beacon slot collisions can also occur if a device s clock accuracy is not within spec. Because the WiMedia MAC protocol operates in a distributed manner, there is no central entity that manages device synchronization. Instead, each device keeps track of its own BPST. In order to synchronize to an existing beacon period, each device must continually adjust its BPST to match that of the slowest device in the beacon period. When all devices do this correctly, the aggregate behavior is that the devices in the beacon period remain synchronized with each other. While WiMedia defines a guard time to accommodate minor drift between neighboring devices, beacon collisions caused by devices that fail to maintain timing margins can be difficult to identify. Test tools that are used to evaluate timing compliance must have better clock accuracy than the devices they are testing. and Beaconing Protocol Page 7 of 9

8 The specification requires beacon period intervals to be between and microseconds. If the measurement device has nominal drift of 20 PPM, it may fail to identify cases where beacon interval does not meet the requirement. To ensure measurement equipment can accurately identify devices that fail to meet beacon interval-timing specs, it should have an extremely high quality crystal oscillator. The LeCroy UWBTracer is rated at better than 4 PPM nominal drift. The figure below illustrates how this type of accuracy allows developers to identify errors within ± 24 PPM of nominal timing (worst case). Figure 13: Illustration beacon period timing interval. Analysis tools should be capable of accurately identifying timing errors within 10 PPM and ideally lower than 4 PPM Automated Testing of Beacon Protocol LeCroy s UWBTracer Analyzer platform includes a post processing API called the Verification Script Engine (VSE) that can be used to automate routine verification tasks. The LeCroy system was used extensively by the compliance working group to automate portions of Platform Test specification. Several scripts were developed that automatically verify over 30 compliance points for every beacon frame in a trace. These script files are available for developers to use or modify to create their own custom test suite. and Beaconing Protocol Page 8 of 9

9 Figure 14: LeCroy analysis software includes post-processing analysis scripts that automatically verify beacon period protocol compliance Summary By building the ultra wideband wireless architecture on a common radio platform using the same PHY/MAC layer, vendors have created the foundation for seamless interoperability between devices. Beaconing plays an essential role in ensuring co-existence between these devices, whether they are based on Wireless USB, WiMedia or Bluetooth. Today s investment in testing of Beacon protocol will help create robust WiMedia MAC layer devices and provide a better end-user experience for WiMedia technology in the future. and Beaconing Protocol Page 9 of 9

LeCroy UWBSpekChek WiMedia Compliance Test Suite User Guide. Introduction

LeCroy UWBSpekChek WiMedia Compliance Test Suite User Guide. Introduction LeCroy UWBSpekChek WiMedia Compliance Test Suite User Guide Version 3.10 March, 2008 Introduction LeCroy UWBSpekChek Application The UWBSpekChek application operates in conjunction with the UWBTracer/Trainer

More information

By Ryan Winfield Woodings and Mark Gerrior, Cypress Semiconductor

By Ryan Winfield Woodings and Mark Gerrior, Cypress Semiconductor Avoiding Interference in the 2.4-GHz ISM Band Designers can create frequency-agile 2.4 GHz designs using procedures provided by standards bodies or by building their own protocol. By Ryan Winfield Woodings

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Title: Toshiba Proposal for IEEE802.15.3e CFP (Full Proposal) Date Submitted: 8 July 2015 Source: Ko Togashi Company: Toshiba

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANs) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) Title: Toshiba Proposal for IEEE802.15.3e CFP (Full Proposal) Date Submitted: 8 July 2015 Source: Ko Togashi Company: Toshiba

More information

COLLECTING USER PERFORMANCE DATA IN A GROUP ENVIRONMENT

COLLECTING USER PERFORMANCE DATA IN A GROUP ENVIRONMENT WHITE PAPER GROUP DATA COLLECTION COLLECTING USER PERFORMANCE DATA IN A GROUP ENVIRONMENT North Pole Engineering Rick Gibbs 6/10/2015 Page 1 of 12 Ver 1.1 GROUP DATA QUICK LOOK SUMMARY This white paper

More information

2 I'm Mike Institute for Telecommunication Sciences

2 I'm Mike Institute for Telecommunication Sciences 1 Building an All-Channel Bluetooth Monitor Michael Ossmann & Dominic Spill 2 I'm Mike Institute for Telecommunication Sciences mike@ossmann.com 3 I'm Dominic University College London Imperial College

More information

An Opportunistic Frequency Channels Selection Scheme for Interference Minimization

An Opportunistic Frequency Channels Selection Scheme for Interference Minimization Proceedings of 2014 Zone 1 Conference of the American Society for Engineering Education (ASEE Zone 1) An Opportunistic Frequency Channels Selection Scheme for Interference Minimization 978-1-4799-5233-5/14/$31.00

More information

Chapter 1 Basic concepts of wireless data networks (cont d.)

Chapter 1 Basic concepts of wireless data networks (cont d.) Chapter 1 Basic concepts of wireless data networks (cont d.) Part 4: Wireless network operations Oct 6 2004 1 Mobility management Consists of location management and handoff management Location management

More information

Exercise Data Networks

Exercise Data Networks (due till January 19, 2009) Exercise 9.1: IEEE 802.11 (WLAN) a) In which mode of operation is this network in? b) Why is the start of the back-off timers delayed until the DIFS contention phase? c) How

More information

IEEE C802.16h-06/022r1

IEEE C802.16h-06/022r1 Project Title Date Submitted Source(s) Re: Abstract Purpose otice Release Patent Policy and Procedures IEEE 802.16 Broadband Wireless Access Working Group 2006-03-09 IBS entry process

More information

Optimal Clock Synchronization in Networks. Christoph Lenzen Philipp Sommer Roger Wattenhofer

Optimal Clock Synchronization in Networks. Christoph Lenzen Philipp Sommer Roger Wattenhofer Optimal Clock Synchronization in Networks Christoph Lenzen Philipp Sommer Roger Wattenhofer Time in Sensor Networks Synchronized clocks are essential for many applications: Sensing TDMA Localization Duty-

More information

Medium Access Control Protocol for WBANS

Medium Access Control Protocol for WBANS Medium Access Control Protocol for WBANS Using the slides presented by the following group: An Efficient Multi-channel Management Protocol for Wireless Body Area Networks Wangjong Lee *, Seung Hyong Rhee

More information

IEEE P Wireless Personal Area Networks

IEEE P Wireless Personal Area Networks IEEE P802.15 Wireless Personal Area Networks Project Title Date Submitted Source Re: TG6 Body Area Networks s MAC proposal to IEEE 802.15.6- document 14/November/2009 [Bin Zhen, Grace Sung, Huanbang Li,

More information

WirelessHART Modeling and Performance Evaluation

WirelessHART Modeling and Performance Evaluation WirelessHART Modeling and Performance Evaluation Anne Remke and Xian Wu October 24, 2013 A. Remke and X. Wu (University of Twente) WirelessHART October 24, 2013 1 / 21 WirelessHART [www.hartcomm.org] A.

More information

Logical Trunked. Radio (LTR) Theory of Operation

Logical Trunked. Radio (LTR) Theory of Operation Logical Trunked Radio (LTR) Theory of Operation An Introduction to the Logical Trunking Radio Protocol on the Motorola Commercial and Professional Series Radios Contents 1. Introduction...2 1.1 Logical

More information

IEEE C802.16h-06/022

IEEE C802.16h-06/022 Project Title Date Submitted Source(s) Re: Abstract Purpose otice Release Patent Policy and Procedures IEEE 802.16 Broadband Wireless Access Working Group 2006-02-28 John Sydor,

More information

Basic Radio Settings on the WAP371

Basic Radio Settings on the WAP371 Article ID: 5084 Basic Radio Settings on the WAP371 Objective The radio is the physical component of the WAP that creates a wireless network. The radio settings on the WAP control the behavior of the radio

More information

Lower Layers PART1: IEEE and the ZOLERTIA Z1 Radio

Lower Layers PART1: IEEE and the ZOLERTIA Z1 Radio Slide 1 Lower Layers PART1: IEEE 802.15.4 and the ZOLERTIA Z1 Radio Jacques Tiberghien Kris Steenhaut Remark: all numerical data refer to the parameters defined in IEEE802.15.4 for 32.5 Kbytes/s transmission

More information

CS649 Sensor Networks IP Lecture 9: Synchronization

CS649 Sensor Networks IP Lecture 9: Synchronization CS649 Sensor Networks IP Lecture 9: Synchronization I-Jeng Wang http://hinrg.cs.jhu.edu/wsn06/ Spring 2006 CS 649 1 Outline Description of the problem: axes, shortcomings Reference-Broadcast Synchronization

More information

SIGNAL PROCESSING CHALLENGES IN THE DESIGN OF THE HOMEPLUG AV POWERLINE STANDARD TO ENSURE CO-EXISTENCE WITH HOMEPLUG 1.0.1

SIGNAL PROCESSING CHALLENGES IN THE DESIGN OF THE HOMEPLUG AV POWERLINE STANDARD TO ENSURE CO-EXISTENCE WITH HOMEPLUG 1.0.1 SIGNAL PROCESSING CHALLENGES IN THE DESIGN OF THE HOMEPLUG POWERLINE STANDARD TO ENSURE CO-EXISTENCE WITH HOMEPLUG 1.0.1 Brent Mashburn 1, Haniph Latchman 2, Tim VanderMey 3, Larry Yonge 1 and Kartikeya

More information

USB 3.1 ENGINEERING CHANGE NOTICE

USB 3.1 ENGINEERING CHANGE NOTICE Title: USB3.1 SKP Ordered Set Definition Applied to: USB_3_1r1.0_07_31_2013 Brief description of the functional changes: Section 6.4.3.2 contains the SKP Order Set Rules for Gen2 operation. The current

More information

Datasheet. Tag Piccolino for RTLS-TDoA. A tiny Tag powered by coin battery V1.1

Datasheet. Tag Piccolino for RTLS-TDoA. A tiny Tag powered by coin battery V1.1 Tag Piccolino for RTLS-TDoA A tiny Tag powered by coin battery Features Real-Time Location with UWB and TDoA Technique Movement Detection / Sensor Data Identification, unique MAC address Decawave UWB Radio,

More information

PRIME v1.4 White Paper

PRIME v1.4 White Paper PRIME v1.4 White Paper PRIME v1.4 White Paper Prepared by the PRIME Alliance Technical Working Group Abstract: Summary of improvements and new features introduced by PRIME specification, version 1.4. This

More information

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling

Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Ultra-Low Duty Cycle MAC with Scheduled Channel Polling Wei Ye and John Heidemann CS577 Brett Levasseur 12/3/2013 Outline Introduction Scheduled Channel Polling (SCP-MAC) Energy Performance Analysis Implementation

More information

LeCroy. SDA-UWB Software Option. Operator s Manual

LeCroy. SDA-UWB Software Option. Operator s Manual LeCroy SDA-UWB Software Option Operator s Manual August 2006 LeCroy Corporation 700 Chestnut Ridge Road Chestnut Ridge, NY 10977 6499 Tel: (845) 578 6020, Fax: (845) 578 5985 Internet: www.lecroy.com 2006

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

More information

Wireless LAN Consortium

Wireless LAN Consortium Wireless LAN Consortium Clause 18 OFDM Physical Layer Test Suite Version 1.8 Technical Document Last Updated: July 11, 2013 2:44 PM Wireless LAN Consortium 121 Technology Drive, Suite 2 Durham, NH 03824

More information

Deployment Examples and Guidelines for GPS Synchronization

Deployment Examples and Guidelines for GPS Synchronization Application Note: Deployment Examples and Guidelines for GPS Synchronization For Multipoint and PTP Wireless Links This document provides deployment examples and guidelines for GPS synchronization networks

More information

The Measurement and Analysis of Bluetooth Signal RF Lu GUO 1, Jing SONG 2,*, Si-qi REN 2 and He HUANG 2

The Measurement and Analysis of Bluetooth Signal RF Lu GUO 1, Jing SONG 2,*, Si-qi REN 2 and He HUANG 2 2017 2nd International Conference on Wireless Communication and Network Engineering (WCNE 2017) ISBN: 978-1-60595-531-5 The Measurement and Analysis of Bluetooth Signal RF Lu GUO 1, Jing SONG 2,*, Si-qi

More information

Frequency Hopping Spread Spectrum

Frequency Hopping Spread Spectrum Frequency Hopping Spread Spectrum 1. Bluetooth system The Equipment Under Test (EUT) is the Digital Video Camera Recorder, witch has a Bluetooth communication module internally. Bluetooth is the one of

More information

2012 LitePoint Corp LitePoint, A Teradyne Company. All rights reserved.

2012 LitePoint Corp LitePoint, A Teradyne Company. All rights reserved. LTE TDD What to Test and Why 2012 LitePoint Corp. 2012 LitePoint, A Teradyne Company. All rights reserved. Agenda LTE Overview LTE Measurements Testing LTE TDD Where to Begin? Building a LTE TDD Verification

More information

Certified Wireless USB Host Controller

Certified Wireless USB Host Controller Certified Wireless USB Host Controller Abdul R. Ismail Intel Corporation Agenda Architectural Overview UWB Radio Controller (URC) Certified Wireless USB Host Controller (WHC) Next Steps UWB Multi-Interface

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

Synchronization and Beaconing in IEEE s Mesh Networks

Synchronization and Beaconing in IEEE s Mesh Networks Synchronization and Beaconing in IEEE 80.s Mesh etworks Alexander Safonov and Andrey Lyakhov Institute for Information Transmission Problems E-mails: {safa, lyakhov}@iitp.ru Stanislav Sharov Moscow Institute

More information

Interference-Free Coexistence among Heterogenous Devices in the 60 GHz Band

Interference-Free Coexistence among Heterogenous Devices in the 60 GHz Band Interference-Free Coexistence among Heterogenous Devices in the 60 GHz Band Chun-Wei Hsu and Chun-Ting Chou Department of Electrical Engineering, National Taiwan University, Taipei, Taiwan r96942118@ntu.edu.tw,

More information

IEEE Broadband Wireless Access Working Group < Editorial correction to use of the Term-of-Art 'backbone network'

IEEE Broadband Wireless Access Working Group <  Editorial correction to use of the Term-of-Art 'backbone network' Project Title IEEE 802.16 Broadband Wireless Access Working Group Date Submitted Source(s) 2006-09-22 Phillip Barber Huawei pbarber@huawei.com Re: Abstract Purpose Notice Release

More information

CAN for time-triggered systems

CAN for time-triggered systems CAN for time-triggered systems Lars-Berno Fredriksson, Kvaser AB Communication protocols have traditionally been classified as time-triggered or eventtriggered. A lot of efforts have been made to develop

More information

Real-World Range Testing By Christopher Hofmeister August, 2011

Real-World Range Testing By Christopher Hofmeister August, 2011 Real-World Range Testing By Christopher Hofmeister August, 2011 Introduction Scope This paper outlines the procedure for a successful RF range test that provides quantitative data on how the RF link performs

More information

ECU with emulated partial networking functionality

ECU with emulated partial networking functionality ECU with emulated partial networking functionality An alternative approach to ISO 11898-6 CAN transceivers Martin Kresta, Roman Buzas, and Ondrej Kupcik, ON Semiconductor The paper presents a study of

More information

Internet of Things Prof. M. Cesana. Exam June 26, Family Name Given Name Student ID 3030 Course of studies 3030 Total Available time: 2 hours

Internet of Things Prof. M. Cesana. Exam June 26, Family Name Given Name Student ID 3030 Course of studies 3030 Total Available time: 2 hours Internet of Things Prof. M. Cesana Exam June 26, 2011 Family Name Given Name John Doe Student ID 3030 Course of studies 3030 Total Available time: 2 hours E1 E2 E3 Questions Questions OS 1 Exercise (8

More information

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANS)

Project: IEEE P Working Group for Wireless Personal Area Networks (WPANS) Project: IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANS) Title: [General Atomics Call For Proposals Presentation] Date Submitted: [4 ] Source: Naiel Askar, Susan Lin, General Atomics-

More information

Wireless LAN Consortium OFDM Physical Layer Test Suite v1.6 Report

Wireless LAN Consortium OFDM Physical Layer Test Suite v1.6 Report Wireless LAN Consortium OFDM Physical Layer Test Suite v1.6 Report UNH InterOperability Laboratory 121 Technology Drive, Suite 2 Durham, NH 03824 (603) 862-0090 Jason Contact Network Switch, Inc 3245 Fantasy

More information

Wireless Networks (PHY): Design for Diversity

Wireless Networks (PHY): Design for Diversity Wireless Networks (PHY): Design for Diversity Y. Richard Yang 9/20/2012 Outline Admin and recap Design for diversity 2 Admin Assignment 1 questions Assignment 1 office hours Thursday 3-4 @ AKW 307A 3 Recap:

More information

Sigfox RF & Protocol Test Plan for RC1-UDL-ENC-MONARCH

Sigfox RF & Protocol Test Plan for RC1-UDL-ENC-MONARCH Version 3.8.0 September 14, 2018 Sigfox RF & Protocol Test Plan for RC1-UDL-ENC-MONARCH Public Use Note: Only the last version of this document available on the Sigfox web sites is official and applicable.

More information

Lecture on Sensor Networks

Lecture on Sensor Networks Lecture on Sensor Networks Copyright (c) 2008 Dr. Thomas Haenselmann (University of Mannheim, Germany). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU

More information

2 GHz Licence-exempt Personal Communications Service Devices (LE-PCS)

2 GHz Licence-exempt Personal Communications Service Devices (LE-PCS) RSS-213 Issue 2 December 2005 Spectrum Management and Telecommunications Radio Standards Specification 2 GHz Licence-exempt Personal Communications Service Devices (LE-PCS) Aussi disponible en français

More information

Transmitting Multiple HD Video Streams over UWB Links

Transmitting Multiple HD Video Streams over UWB Links MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Transmitting Multiple HD Video Streams over UWB Links C. Duan, G. Pekhteryev, J. Fang, Y-P Nakache, J. Zhang, K. Tajima, Y. Nishioka, H. Hirai

More information

David Grandblaise Voice: +33 (0) Motorola Fax: +33 (0)

David Grandblaise Voice: +33 (0) Motorola Fax: +33 (0) Considerations on Connection Based Over-the-air Inter Base Station Communications: Logical Control Connection and its Application to Credit Token Based Coexistence Protocol IEEE 802.16 Presentation Submission

More information

BASIC CONCEPTS OF HSPA

BASIC CONCEPTS OF HSPA 284 23-3087 Uen Rev A BASIC CONCEPTS OF HSPA February 2007 White Paper HSPA is a vital part of WCDMA evolution and provides improved end-user experience as well as cost-efficient mobile/wireless broadband.

More information

Inter-Device Synchronous Control Technology for IoT Systems Using Wireless LAN Modules

Inter-Device Synchronous Control Technology for IoT Systems Using Wireless LAN Modules Inter-Device Synchronous Control Technology for IoT Systems Using Wireless LAN Modules TOHZAKA Yuji SAKAMOTO Takafumi DOI Yusuke Accompanying the expansion of the Internet of Things (IoT), interconnections

More information

WI-FI/BLUETOOTH & PCB TUNING AND ANTENNA TESTING

WI-FI/BLUETOOTH & PCB TUNING AND ANTENNA TESTING WI-FI/BLUETOOTH & PCB TUNING AND ANTENNA TESTING 03/22/2018 Application Profile As the Internet of Things (IoT) starts to materialize, more and more consumer and industrial products are incorporating wireless

More information

Mobile Communications

Mobile Communications COMP61242 Mobile Communications Lecture 7 Multiple access & medium access control (MAC) Barry Cheetham 16/03/2018 Lecture 7 1 Multiple access Communication links by wire or radio generally provide access

More information

Innovative frequency hopping radio transmission probe provides robust and flexible inspection on large machine tools

Innovative frequency hopping radio transmission probe provides robust and flexible inspection on large machine tools White paper Innovative frequency hopping radio transmission probe provides robust and flexible inspection on large machine tools Abstract Inspection probes have become a vital contributor to manufacturing

More information

Ilenia Tinnirello. Giuseppe Bianchi, Ilenia Tinnirello

Ilenia Tinnirello. Giuseppe Bianchi, Ilenia Tinnirello Ilenia Tinnirello Ilenia.tinnirello@tti.unipa.it WaveLAN (AT&T)) HomeRF (Proxim)!" # $ $% & ' (!! ) & " *" *+ ), -. */ 0 1 &! ( 2 1 and 2 Mbps operation 3 * " & ( Multiple Physical Layers Two operative

More information

GSM Transmitter Modulation Quality Measurement Option

GSM Transmitter Modulation Quality Measurement Option Performs all required measurements for GSM transmitters Outputs multiple time mask parameters for process control analysis Obtains frequency error, rms phase error, and peak phase error with one command

More information

AN797 WDS USER S GUIDE FOR EZRADIO DEVICES. 1. Introduction. 2. EZRadio Device Applications Radio Configuration Application

AN797 WDS USER S GUIDE FOR EZRADIO DEVICES. 1. Introduction. 2. EZRadio Device Applications Radio Configuration Application WDS USER S GUIDE FOR EZRADIO DEVICES 1. Introduction Wireless Development Suite (WDS) is a software utility used to configure and test the Silicon Labs line of ISM band RFICs. This document only describes

More information

IEEE Broadband Wireless Access Working Group < Consolidation of Uncoordinated Coexistence Mechanisms

IEEE Broadband Wireless Access Working Group <  Consolidation of Uncoordinated Coexistence Mechanisms IEEE C802.16h-07/NNN Project Title Date ubmitted 2007-07-09 IEEE 802.16 roadband Wireless Access Working Group Consolidation of Uncoordinated Coexistence Mechanisms ource(s) Ken

More information

Determining the Cause of a High Retry Percentage

Determining the Cause of a High Retry Percentage WHITE PAPER Determining the Cause of a High Retry Percentage Advances in Wi-Fi technology have made Wi-Fi the preferred access method for everything from social media to business-critical applications.

More information

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks Elisabeth M. Royer, Chai-Keong Toh IEEE Personal Communications, April 1999 Presented by Hannu Vilpponen 1(15) Hannu_Vilpponen.PPT

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

IEEE Broadband Wireless Access Working Group <

IEEE Broadband Wireless Access Working Group < Project Title IEEE 802.16 Broadband Wireless Access Working Group BS IP address transmission using Cognitive Signaling and some editorials Date Submitted 2005-09-12 Source(s) Mariana

More information

Cognitive Ultra Wideband Radio

Cognitive Ultra Wideband Radio Cognitive Ultra Wideband Radio Soodeh Amiri M.S student of the communication engineering The Electrical & Computer Department of Isfahan University of Technology, IUT E-Mail : s.amiridoomari@ec.iut.ac.ir

More information

FTSP Power Characterization

FTSP Power Characterization 1. Introduction FTSP Power Characterization Chris Trezzo Tyler Netherland Over the last few decades, advancements in technology have allowed for small lowpowered devices that can accomplish a multitude

More information

SV613 USB Interface Wireless Module SV613

SV613 USB Interface Wireless Module SV613 USB Interface Wireless Module SV613 1. Description SV613 is highly-integrated RF module, which adopts high performance Si4432 from Silicon Labs. It comes with USB Interface. SV613 has high sensitivity

More information

A White Paper from Laird Technologies

A White Paper from Laird Technologies Originally Published: November 2011 Updated: October 2012 A White Paper from Laird Technologies Bluetooth and Wi-Fi transmit in different ways using differing protocols. When Wi-Fi operates in the 2.4

More information

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc.

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Recap Bluetooth Mesh Introduction What is CSRmesh? A protocol that runs

More information

UFS v2.0 PHY and Protocol Testing for Compliance. Copyright 2013 Chris Loberg, Tektronix

UFS v2.0 PHY and Protocol Testing for Compliance. Copyright 2013 Chris Loberg, Tektronix UFS v2.0 PHY and Protocol Testing for Compliance Copyright 2013 Chris Loberg, Tektronix Agenda Introduction to MIPI Architecture & Linkage to UFS Compliance Testing Ecosystem UFS Testing Challenges Preparing

More information

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure Contents Part 1: Part 2: IEEE 802.16 family of standards Protocol layering TDD frame structure MAC PDU structure Dynamic QoS management OFDM PHY layer S-72.3240 Wireless Personal, Local, Metropolitan,

More information

ANT Channel Search ABSTRACT

ANT Channel Search ABSTRACT ANT Channel Search ABSTRACT ANT channel search allows a device configured as a slave to find, and synchronize with, a specific master. This application note provides an overview of ANT channel establishment,

More information

Jitter Analysis Techniques Using an Agilent Infiniium Oscilloscope

Jitter Analysis Techniques Using an Agilent Infiniium Oscilloscope Jitter Analysis Techniques Using an Agilent Infiniium Oscilloscope Product Note Table of Contents Introduction........................ 1 Jitter Fundamentals................. 1 Jitter Measurement Techniques......

More information

Artistic Licence. The DALI Guide. Version 3-1. The DALI Guide

Artistic Licence. The DALI Guide. Version 3-1. The DALI Guide Artistic Licence The Guide The Guide Version 3-1 This guide has been written to explain and DSI to those who are more familiar with DMX. While DMX, and DSI are all digital protocols, there are some fundamental

More information

IEEE g

IEEE g Dec. 00 0.-0-0-00-00g P0. Wireless Personal Area Networks Project Title P0. Working Group for Wireless Personal Area Networks (WPANs) Draft Text (Approved and Yet-to-be-approved) for MPM/CSM-Related Sub-clauses

More information

Design of Simulcast Paging Systems using the Infostream Cypher. Document Number Revsion B 2005 Infostream Pty Ltd. All rights reserved

Design of Simulcast Paging Systems using the Infostream Cypher. Document Number Revsion B 2005 Infostream Pty Ltd. All rights reserved Design of Simulcast Paging Systems using the Infostream Cypher Document Number 95-1003. Revsion B 2005 Infostream Pty Ltd. All rights reserved 1 INTRODUCTION 2 2 TRANSMITTER FREQUENCY CONTROL 3 2.1 Introduction

More information

LoRaWAN. All of the gateways in a network communicate to the same server, and it decides which gateway should respond to a given transmission.

LoRaWAN. All of the gateways in a network communicate to the same server, and it decides which gateway should respond to a given transmission. LoRaWAN All of the gateways in a network communicate to the same server, and it decides which gateway should respond to a given transmission. Any end device transmission can be heard by multiple receivers,

More information

Agilent Optimizing Your GSM Network Today and Tomorrow

Agilent Optimizing Your GSM Network Today and Tomorrow Agilent Optimizing Your SM Network Today and Tomorrow Using Drive Testing to Estimate Downlink Quality Application Note 25 Introduction This application note is a guide to understanding the air interface

More information

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A.

DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A. DESIGN OF GLOBAL SAW RFID TAG DEVICES C. S. Hartmann, P. Brown, and J. Bellamy RF SAW, Inc., 900 Alpha Drive Ste 400, Richardson, TX, U.S.A., 75081 Abstract - The Global SAW Tag [1] is projected to be

More information

Chapter XIII Short Range Wireless Devices - Building a global license-free system at frequencies below 1GHz By Austin Harney and Conor O Mahony

Chapter XIII Short Range Wireless Devices - Building a global license-free system at frequencies below 1GHz By Austin Harney and Conor O Mahony Chapter XIII Short Range Wireless Devices - Building a global license-free system at frequencies below 1GHz By Austin Harney and Conor O Mahony Introduction: The term Short Range Device (SRD) is intended

More information

Microwave Engineering Project (MEP) Update The Problem is Pointing

Microwave Engineering Project (MEP) Update The Problem is Pointing Microwave Engineering Project (MEP) Update The Problem is Pointing Most microwave stations use dish antennas. Dish antennas at the frequencies of operation of interest to MEP, which range from 3.4GHz to

More information

IQRF and IQMESH protocol

IQRF and IQMESH protocol IQRF and IQMESH protocol Vladimír Šulc, MICRORISC s.r.o. IQRF is a development platform connecting any device to Internet through wireless mesh networks. Simply. Wireless ecosystem connecting any device

More information

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS)

AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) AN0503 Using swarm bee LE for Collision Avoidance Systems (CAS) 1.3 NA-14-0267-0019-1.3 Document Information Document Title: Document Version: 1.3 Current Date: 2016-05-18 Print Date: 2016-05-18 Document

More information

An Experimental Evaluation of LTE-U/Wi-Fi Coexistence. Nihar Jindal, Don Breslin, Alan Norman Google Access

An Experimental Evaluation of LTE-U/Wi-Fi Coexistence. Nihar Jindal, Don Breslin, Alan Norman Google Access An Experimental Evaluation of LTE-U/Wi-Fi Coexistence Nihar Jindal, Don Breslin, Alan Norman Google Access LTE in Unlicensed Use LTE carrier aggregation to simultaneously operate in licensed and unlicensed

More information

COEXISTENCE OF MULTIPLE SECONDARY NETWORKS IN TVWS (DISTRIBUTED BEACON APPROACH)

COEXISTENCE OF MULTIPLE SECONDARY NETWORKS IN TVWS (DISTRIBUTED BEACON APPROACH) COEXISTENCE OF MULTIPLE SECONDARY NETWORKS IN TVWS (DISTRIBUTED BEACON APPROACH) Authors: Date: 2010-05-18 Name Company Address Phone Email Gabriel Porto Villardi NICT 3-4 Hikarino-oka, Yokosuka, Japan

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

Feasibility of LoRa for Indoor Localization

Feasibility of LoRa for Indoor Localization Feasibility of LoRa for Indoor Localization Bashima Islam, Md Tamzeed Islam, Shahriar Nirjon December 4, 217 1 Introduction The concepts of smart cities and smart communities have started to become a reality

More information

A High-Precision Ultra Wideband Impulse Radio Physical Layer Model for Network Simulation

A High-Precision Ultra Wideband Impulse Radio Physical Layer Model for Network Simulation A High-Precision Ultra Wideband Impulse Radio Physical Layer Model for Network Simulation Jérôme Rousselot, Jean-Dominique Decotignie 2 nd Omnet++ Workshop, Rome, 6.3.2009 Overview Research Problem and

More information

IEEE P Wireless LANs IEEE802.11h Dynamic Frequency Selection (DFS) in an Independent BSS (IBSS) Abstract

IEEE P Wireless LANs IEEE802.11h Dynamic Frequency Selection (DFS) in an Independent BSS (IBSS) Abstract IEEE P802.11 Wireless LANs IEEE802.11h Dynamic Frequency Selection (DFS) in an Independent BSS (IBSS) Date: September 21, 2001 Author: S. Black 1, S. Choi 2, S. Gray 1, A. Soomro 2 Nokia Research Center

More information

Research Article Emergency Handling for MAC Protocol in Human Body Communication

Research Article Emergency Handling for MAC Protocol in Human Body Communication Hindawi Publishing Corporation EURASIP Journal on Wireless Communications and Networking Volume 011, Article ID 786903, 6 pages doi:.1155/011/786903 Research Article Handling for MAC Protocol in Human

More information

*Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook

*Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook *Most details of this presentation obtain from Behrouz A. Forouzan. Data Communications and Networking, 5 th edition textbook 1 Multiplexing Frequency-Division Multiplexing Time-Division Multiplexing Wavelength-Division

More information

An Evaluation of Artifact Calibration in the 5700A Multifunction Calibrator

An Evaluation of Artifact Calibration in the 5700A Multifunction Calibrator An Evaluation of Artifact Calibration in the 57A Multifunction Calibrator Application Note Artifact Calibration, as implemented in the Fluke Calibration 57A Multifunction Calibrator, was a revolutionary

More information

Update of Technologies and Standards that Public Safety Should Follow

Update of Technologies and Standards that Public Safety Should Follow National Public Safety Telecommunications Council Update of Technologies and Standards that Public Safety Should Follow Arlington VA, March 22, 2005 Sean O Hara, and Mark Perillo Syracuse Research Corporation

More information

Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation

Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation LLLK CENTER FOR TRANSPORTATION STUDIES Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation Final Report Arvind Menon Max Donath Department of

More information

Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System

Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System Automatic Gain Control Scheme for Bursty Point-to- Multipoint Wireless Communication System Peter John Green, Goh Lee Kee, Syed Naveen Altaf Ahmed Advanced Communication Department Communication and Network

More information

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu

Chapter 7 GSM: Pan-European Digital Cellular System. Prof. Jang-Ping Sheu Chapter 7 GSM: Pan-European Digital Cellular System Prof. Jang-Ping Sheu Background and Goals GSM (Global System for Mobile Communications) Beginning from 1982 European standard Full roaming in Europe

More information

Chapter 5. North American Cellular System Based on Time Division Multiple Access

Chapter 5. North American Cellular System Based on Time Division Multiple Access Chapter 5. North American Cellular System Based on Time Division Multiple Access Background and Goals AMPS can not support user transparency roaming Interim Standard 41 (IS 41) is to deliver AMPS services

More information

Wireless CO 2. + TRH Sensor. Installation Guide. Version 1

Wireless CO 2. + TRH Sensor. Installation Guide. Version 1 Wireless CO 2 + TRH Sensor Installation Guide Version 1 2 CO2 + TRH Sensor Installation Guide Introduction The wireless CO 2 + TRH (Carbon Dioxide + Temperature and Relative Humidity) sensor is a wall

More information

IEEE Broadband Wireless Access Working Group < Voice: (613) Fax: (613) {jsydor,

IEEE Broadband Wireless Access Working Group <  Voice: (613) Fax: (613) {jsydor, Project Title Date Submitted IEEE 802.16 Broadband Wireless Access Working Group Changes to Working Draft Document for conformance of Same PH Profile Processes and the CX_CC concept

More information

IEEE P Wireless Personal Area Networks. LB34 Ranging comment resolution

IEEE P Wireless Personal Area Networks. LB34 Ranging comment resolution 0 0 0 0 0 0 Project Title Date Submitted Source Re: [] Abstract Purpose Notice Release P0. Wireless Personal Area Networks P0. Working Group for Wireless Personal Area Networks (WPANs) LB Ranging comment

More information

Medium Access Control

Medium Access Control CMPE 477 Wireless and Mobile Networks Medium Access Control Motivation for Wireless MAC SDMA FDMA TDMA CDMA Comparisons CMPE 477 Motivation Can we apply media access methods from fixed networks? Example

More information

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS

TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS TIME- OPTIMAL CONVERGECAST IN SENSOR NETWORKS WITH MULTIPLE CHANNELS A Thesis by Masaaki Takahashi Bachelor of Science, Wichita State University, 28 Submitted to the Department of Electrical Engineering

More information

On Practical Selective Jamming of Bluetooth Low Energy Advertising

On Practical Selective Jamming of Bluetooth Low Energy Advertising On Practical Selective Jamming of Bluetooth Low Energy Advertising S. Brauer, A. Zubow, S. Zehl, M. Roshandel, S. M. Sohi Technical University Berlin & Deutsche Telekom Labs Germany Outline Motivation,

More information