Close Range Positioning System using Wireless Networks. Abstract

Size: px
Start display at page:

Download "Close Range Positioning System using Wireless Networks. Abstract"

Transcription

1 Close Range Positioning System using Wireless Networks Timothy Tan Guang Rong 1, Ang Chee Wee 2 Abstract This study aims to investigate the accuracy and feasibility of using Radio Frequency (RF) wireless networking technology to determine the location of a person ( user ) or object through triangulation. With the implementation of theoretical constructs and accompanying software design, an experimental system was created. Our study indicates that implementing a real world system is feasible, but complex, as RF signal path can vary with different environmental conditions, resulting in fluctuation of received signal strengths. The experimentation results were gathered and analysis was performed to explain the differences between the computed and actual location data. Finally, the compensations and calibration required to design a more accurate system was determined. 1. Introduction In a military environment, an RF positioning system can be used to track mobile equipment in a base, or personnel in a battlefield. Such a system could be used independent of the Global Positioning System (GPS) which is currently deployed extensively in the military for positioning. By lowering the radio frequency used, the RF positioning system will be able to achieve a greater range, and thus function more effectively over a larger area. In an indoor environment, with many access points, such a system could be used to track users and to guide them (interactive guide) as they move within the building, using a database of the locations of access points in the building. This positioning technology will capitalize on the existing infrastructure of wireless APs that many companies have invested in to provide internet/intranet access. The overall strategy adopted in this study is described as follows. The user who is interested in determining his location would carry a wireless-capable laptop or PDA to measure the signal strength of at least three nearby Access Points (APs). These signal strengths are then used to estimate the distance between the user and each of the APs. With these estimated distances, the user s position would then be calculated using triangulation, a technique that combines the calculated distances from different APs to find the user s exact position. A program was developed in Java to accomplish the above. This program was designed to read from the signal strength log files, compute the position of the user, and graphically represent the position on the PDA/laptop screen. 2. Theory 2.1 What is wireless networking? IEEE is a standard protocol developed by the Institute of Electrical and Electronics Engineers (IEEE) to govern how wireless networking equipment should interoperate. The b standard is the most widely deployed for use in commercial intranet infrastructure, and was thus chosen for the project. It operates in the 2.4GHz frequency range with up to 11Mbps (Megabits per second) data rate. The 2.4GHz frequency range ( GHz) is split into 14 different channels, each 5MHz higher than the first. Each channel occupies a 22MHz bandwidth, and thus they overlap. Nonoverlapping channels are 5 channels apart from the adjacent ones, for example, channels 1, 6 and 11. IEEE b equipment are specified to operate in two possible modes: Infrastructure or Ad-hoc. In infrastructure mode, the wireless network consists of an AP that is connected to a wired local area network (LAN) infrastructure, and a group of wireless workstations connected to the LAN through it. This configuration is known as the Basic Service Set (BSS). Each wireless network is differentiated 1 SRP student, Victoria Junior College 2 Naval Logistics Department, Republic of Singapore Navy, MINDEF

2 by its Service Set IDentifier (SSID), as specified by the AP. In Ad-Hoc mode, the wireless workstations use the Independent Basic Service Set (IBSS) configuration, which allows them to communicate directly with one another if they are within radio range. A peer-to-peer network is formed this way. (3Com Corporation, Jupitermedia Corporation, 2002) Secondary wavefront Wavelet Receiving point Primary wavefront Figure 1: Wavelets forming a wavefront Figure 2: Components toward receiver 2.2 Wavelets By Huygens Principle, as electro-magnetic (EM) wave propagates in space, all points on a primary wavefront will form secondary wavelets that will then produce a new wavefront in the direction of propagation. This wavefront propagation can be represented using vectors, as in Figure 1. At each position on the wavefront, there is an EM component that points toward the receiver (see Figure 2). (Barry McLarnon, 1996) 2.3 Path Loss Calculation The maximum Effective Isotropic Radiated Power (EIRP) for an unlicensed antenna system transmitting in the GHz frequency range as specified by the Infocomm Development Authority of Singapore is 100mW. (Chua H.H. 2003) However, this transmit power is rarely used, as most antennae in b transceivers have a gain of at least 2dBi, and which would push the EIRP above the 100mW limit. Therefore the maximum transmit power used is usually 50mW. The transmitted RF signal s power dissipates with distance. In a path of free space, with no obstructions, the signal path loss in db can be calculated using the following derived equation: L p ( db) = lg r where r is the distance between transmitter and receiver (m) L p ( db) is the signal path loss in at 2.4GHz. (3Com Corporation, 2003) 2.4 Fresnel Zone The Fresnel zone is a defined space between two antennae that are communicating. Obstructions that protrude into this zone causes signal strength at the receiver to be reduced. The Fresnel zone radius will tell us how high both antennas have to be raised for optimal radio transmission. To determine the Fresnel zone radius (see Figure 3), the following is used: d1d where h is the radius 2 h = 17.3 f is the frequency in Gigahertz (GHz) f ( d1 + d 2 ) d 1, d 2 are in kilometres (km) (Cisco Systems Inc, 2000) A height clearance of 60% of the radius of the first Fresnel zone is sufficient for optimal radio transmission. Assuming that the maximum horizontal distance that will be used for this project is d2 h d1 Figure 3: Fresnel zone Page 2

3 30m, the minimum height clearance is determined to be 0.97m. Therefore, we ensured that there is at least 0.6m of height clearance from the floor when carrying out the experiments. 3. Materials To conduct the experiments, three Access Points (APs) and a suitable software driver that could extract data from the Network Interface Cards (NICs) of the users laptops had to be obtained. We attempted to look for existing facilities that had 3 or more APs already installed. However, in most of the sites accessible to us, there were at most 2 APs within a locale of usable signal strength. Moreover, it was difficult to obtain the exact positions of the APs, hence this option was ruled out. We had to acquire 3 APs and set them up in pre-defined locations to carry out the experiments. We tested various NICs with their proprietary drivers and software. While most of the software provided facilities to detect signal strength and display them on screen, most could not write these values into a file, or pass them as variables to an external software application. The Orinoco Gold NICs was eventually found to be suitable as its associated software had a logging facility that could be downloaded from the internet. (Agere Systems, Inc. 2003) 4. Methods 4.1 Software development Java was chosen as the development language as it incorporated an operating system-independent graphical user interface and more importantly, it supported multiple platforms and operating systems. This was essential as some of the drivers we found could only work on the Linux operating system, and the test machines were running Microsoft Windows XP. The Java application we developed aimed to display the position of the user graphically. It gave the user sufficient options to customize the output of the test run. The Graphical User Interface (GUI) is created using the JOptionPane class found in Java 2 SE SDK 1.3. (Sun Microsystems, Inc 2003) 4.2 Experiment procedures The signal strength of each AP gathered at every test location (in dbm) was logged into a plain text file by the Orinoco WaveLAN driver. The logging interval is one second. The data logging at each test location lasted for one minute, after which triangulation algorithm was called to process the data. The distance between the user and each AP was calculated from the best-fit line of signal strength against the log-distance graph obtained during calibration. The relationship between signal strength and distance can be represented as such: y = mx + c where y is the signal strength (in dbm) x is log (distance (m)) m, c are constants found during calibration The calculated distance of the wireless NIC from an AP will be the radius of a circle, centred on the AP. The circumference of the circle (representing all the possible locations of the user) is important in triangulation. In an ideal situation, all three circles should intersect at one point, giving the position of the wireless NIC. However, this situation is rarely achieved due to expected errors. Thus, the rules used to triangulate the position of the wireless NIC are as follows: a) When there are more than 3 APs present, only the 3 APs with the shortest calculated distances will be considered for calculation. b) Between 2 circles: Page 3

4 (i) If both circles intersect at two locations, the intersection point closer to the circumference of the third circle is chosen. The distance, between both APs is calculated using Pythagoras theorem. Connecting AP1, AP2 and any one of the intersections together, a triangle is obtained. In this case, AP2 is taken as the reference AP. (ii) If the circles intersection at one location, that point is used for further calculation. (iii) If the circles do not intersect, the point that is the shortest distance between their centres is chosen. (iv) If one circle is within another (no intersection), the outer circle is disregarded, as the AP with the stronger signal is deemed to be more accurate. 4.3 Suitable Locations The locations that were under consideration for the site of our experiments included an office, a park, a cemented pathway and an auditorium. After some trials, the only practical site was the auditorium. The other environments required a much more complex setup, as each of the three APs used had to be powered, and power sockets were not easily accessible in many sites. In a real-life system deployed outdoors however, this hindrance will be a non-issue as the APs would be powered by battery packs. 4.4 Calibration Calibration was carried out before readings were taken for the experiments. The calibration procedure involved placing an AP at a fixed location, whilst a laptop equipped with a wireless NIC is placed at varying distances from the AP. The average signal strength reading over 20 seconds for a particular distance was then taken and recorded. These readings were used to plot a graph of signal strength (in dbm) against the common logarithmic value of the distance. The equation of the best fit line was determined using regression techniques. The gradient of the line and the vertical axis intercept was noted and used for subsequent calculations. In this system, calibration has to be done for each location the system will be implemented in as the results from the calibration exercise is environment specific. However, it should be possible to generalise calibration results for other similar environments. christalite auditorium signal strength (dbm) lg (distance (m)) signal(dbm) calculated signal(dbm)/50mw Linear (signal(dbm)) y = x Linear (calculated signal(dbm)/50mw) y = -20x Figure 4: Calibration data from the Christalite Auditorium. The calibration data collected from the Christalite Auditorium (Figure 4) indicated that the signal strength fluctuated significantly. The data collected had a correct trend, and a regression line could thus be computed. Comparing the regression line (obtained from calibration data) with the theoretical results (using the path loss formula), there is a difference in the gradient of the two lines, indicating that signal loss at closer distances is disproportionately higher than that at further distances. The Page 4

5 gradient of the regression line is , and its vertical intercept is These calibration data is applied to all readings obtained in the experiment to convert signal strength to distance. 4.5 APs positioning at selected location (Christalite Auditorium) The chosen site of the experiment (Christalite Auditorium) had about 200 empty chairs dispersed. The APs were placed as far apart as possible in the auditorium, and they were set to use different channels to minimise interference between them. The wireless client loaded with our Java application was placed at designated spots within the room and signal strength readings were taken. The Java application was launched, the location of the APs and calibration data were entered, and the log files of each one-minute long signal strength data collection was fed in. The data collection was conducted at seven different locations in the auditorium. Using the signal strength information, our java program computed the coordinates at which it thinks we were at. This computed location is contrasted with the actual location to determine the effectiveness of the positioning method. 5. Results and Discussion Figure 5: Experimentation results (actual position vs. computed position) Figure 5 shows all the seven locations where data collection was done in the auditorium. In Figure 5, a unique symbol is used to represent each pair of computed and actual position. Grey and red is used to indicate the computed and actual positions respectively. Table 1 shows the accuracy of the computed position as compared to the actual position. The boundary refers to the imaginary triangle formed by lines joining the three APs. Location x = Distance between actual and computed position x<1m 1m<x<3m 3m<x<5m x>5m Within Boundary Table 1: Summary of results The computed position was more accurate for locations that were within the boundary, as in locations 1, 3 and 4. The computed positions for locations 2 and 5 were less accurate as they were at the boundary. All locations that were outside the boundary had very low accuracies (average error of 8m), Page 5

6 such as in locations 6 and 7. These locations were next to walls, outside the boundary. However, the computed results indicated them to be within the boundary. The greater errors experienced near the walls of the auditorium was likely due to the multipath effects that caused the received signal strength to be erratic. At locations close to any wall, there would be an obvious reflected path of sufficient signal strength to significantly affect the signal strength of the direct transmission path given destructive interference. At locations further away from the walls, the signal strength of the reflected path would not be significant enough to affect that of the direct path, even with destructive interference. This explains the higher accuracy of locations closer to the centre of the auditorium. (Button, Don. 1999, Howald, Rob. 2002) 6. Conclusion This result of this study indicates that a close range positioning system using wireless networks can indeed be constructed, provided that multipath effects are adequately compensated for. This compensation could be in the form of calibration locations that densely covers the operating area, so that multipath effects are incorporated into the calibration data. The alternative would be to limit the usage of such a system to a relatively open area without walls. An increase in the number of APs would ostensibly produce more accurate results. References 1. 3Com Corporation IEEE b Wireless LANs. USA, CA. 2. Jupitermedia Corporation, Understanding Ad Hoc Mode 3. Barry McLarnon, VHF/UHF/Microwave Radio Propagation: A Primer for Digital Experimenters. USA, AZ: Tucson Amateur Packet Radio. 4. Chua, H. H Infocomm Development Authority of Singapore. 5. 3Com Corporation Deploying Wireless LANs. USA, CA. 6. Cisco Systems, Inc Design Principles for Fixed Wireless Access Solutions. USA. 7. Agere Systems, Inc ORiNOCO WaveLAN Sun Microsystems, Inc The Source for Java Technology Button, Don Effect on Obstructions on RF Signal Propagation. EMS Technologies, Inc Howald, Rob Crossed Signals. USA: CMP Media LLC. Page 6

Link Budget Calculation

Link Budget Calculation Link Budget Calculation Training materials for wireless trainers This 60 minute talk is about estimating wireless link performance by using link budget calculations. It also introduces the Radio Mobile

More information

Industrial Wireless Systems

Industrial Wireless Systems Application Considerations Don Pretty Principal Engineer Geometric Controls Inc Bethlehem, PA Sheet 1 Ethernet Dominates on the Plant Floor Sheet 2 Recognize Any of These? Sheet 3 Answers: 10 BASE 2 RG

More information

6 Radio and RF. 6.1 Introduction. Wavelength (m) Frequency (Hz) Unit 6: RF and Antennas 1. Radio waves. X-rays. Microwaves. Light

6 Radio and RF. 6.1 Introduction. Wavelength (m) Frequency (Hz) Unit 6: RF and Antennas 1. Radio waves. X-rays. Microwaves. Light 6 Radio and RF Ref: http://www.asecuritysite.com/wireless/wireless06 6.1 Introduction The electromagnetic (EM) spectrum contains a wide range of electromagnetic waves, from radio waves up to X-rays (as

More information

Colubris Networks. Antenna Guide

Colubris Networks. Antenna Guide Colubris Networks Antenna Guide Creation Date: February 10, 2006 Revision: 1.0 Table of Contents 1. INTRODUCTION... 3 2. ANTENNA TYPES... 3 2.1. OMNI-DIRECTIONAL ANTENNA... 3 2.2. DIRECTIONAL ANTENNA...

More information

Planning Your Wireless Transportation Infrastructure. Presented By: Jeremy Hiebert

Planning Your Wireless Transportation Infrastructure. Presented By: Jeremy Hiebert Planning Your Wireless Transportation Infrastructure Presented By: Jeremy Hiebert Agenda Agenda o Basic RF Theory o Wireless Technology Options o Antennas 101 o Designing a Wireless Network o Questions

More information

Module contents. Antenna systems. RF propagation. RF prop. 1

Module contents. Antenna systems. RF propagation. RF prop. 1 Module contents Antenna systems RF propagation RF prop. 1 Basic antenna operation Dipole Antennas are specific to Frequency based on dimensions of elements 1/4 λ Dipole (Wire 1/4 of a Wavelength) creates

More information

Using the epmp Link Budget Tool

Using the epmp Link Budget Tool Using the epmp Link Budget Tool The epmp Series Link Budget Tool can offer a help to determine the expected performances in terms of distances of a epmp Series system operating in line-of-sight (LOS) propagation

More information

Antenna Performance. Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary...

Antenna Performance. Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary... Antenna Performance Antenna Performance... 3 Gain... 4 Radio Power and the FCC... 6 Link Margin Calculations... 7 The Banner Way... 8 Glossary... 9 06/15/07 135765 Introduction In this new age of wireless

More information

CSNT 180 Wireless Networking. Chapter 4 Radio Frequency (RF) Fundamentals for Wireless LAN Technology

CSNT 180 Wireless Networking. Chapter 4 Radio Frequency (RF) Fundamentals for Wireless LAN Technology CSNT 180 Wireless Networking Chapter 4 Radio Frequency (RF) Fundamentals for Wireless LAN Technology Norman McEntire norman.mcentire@servin.com Founder, Servin Corporation, http://servin.com Technology

More information

Welcome to EnGenius Versatile Wireless Networking Applications and Configurations - Part 1 Outdoor Wireless Networking Products

Welcome to EnGenius Versatile Wireless Networking Applications and Configurations - Part 1 Outdoor Wireless Networking Products Welcome to EnGenius Versatile Wireless Networking Applications and Configurations - Part 1 Outdoor Wireless Networking Products Topics About Engenius Key Specifications 802.11 Standards IP Rating PoE Transmit

More information

4GHz / 6GHz Radiation Measurement System

4GHz / 6GHz Radiation Measurement System 4GHz / 6GHz Radiation Measurement System The MegiQ Radiation Measurement System (RMS) is a compact test system that performs 3-axis radiation pattern measurement in non-anechoic spaces. With a frequency

More information

Study of Factors which affect the Calculation of Co- Channel Interference in a Radio Link

Study of Factors which affect the Calculation of Co- Channel Interference in a Radio Link International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 8, Number 2 (2015), pp. 103-111 International Research Publication House http://www.irphouse.com Study of Factors which

More information

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman

Antennas & Propagation. CSG 250 Fall 2007 Rajmohan Rajaraman Antennas & Propagation CSG 250 Fall 2007 Rajmohan Rajaraman Introduction An antenna is an electrical conductor or system of conductors o Transmission - radiates electromagnetic energy into space o Reception

More information

Wireless 101 Siemens Industry Inc All rights reserved. usa.siemens.com/industry

Wireless 101 Siemens Industry Inc All rights reserved. usa.siemens.com/industry Connected Manufacturing Forum Wireless 101 usa.siemens.com/industry Why Wireless? Wireless communication can be used to provide additional flexibility for today s automation applications. Standardization

More information

TDD and FDD Wireless Access Systems

TDD and FDD Wireless Access Systems WHITE PAPER WHITE PAPER Coexistence of TDD and FDD Wireless Access Systems In the 3.5GHz Band We Make WiMAX Easy TDD and FDD Wireless Access Systems Coexistence of TDD and FDD Wireless Access Systems In

More information

advancing information transport systems

advancing information transport systems BICSInews advancing information transport systems January/February 2007 PRESIDENT S MESSAGE 3 EXECUTIVE DIRECTOR MESSAGE 4 BICSI UPDATE 41-42 COURSE SCHEDULE 43-44 STANDARDS REPORT 45-46 Volume 28, Number

More information

Motorola Wireless Broadband Technical Brief OFDM & NLOS

Motorola Wireless Broadband Technical Brief OFDM & NLOS technical BRIEF TECHNICAL BRIEF Motorola Wireless Broadband Technical Brief OFDM & NLOS Splitting the Data Stream Exploring the Benefits of the Canopy 400 Series & OFDM Technology in Reaching Difficult

More information

EIE324 Communication & Telecommunication Lab. Date of the experiment Topics: Objectives : Introduction Equipment Operating Frequencies

EIE324 Communication & Telecommunication Lab. Date of the experiment Topics: Objectives : Introduction Equipment Operating Frequencies 1 EIE324 Communication & Telecommunication Lab. Date of the experiment Topics: WiFi survey 2/61 Chanin wongngamkam Objectives : To study the methods of wireless services measurement To establish the guidelines

More information

Cisco Aironet 1100 Series Access Points

Cisco Aironet 1100 Series Access Points CHAPTER 2 This chapter lists the 1100 series lightweight (AIR-LAP1121G) access point IEEE 802.11b (2.4-GHz) and IEEE 802.11g (2.4-GHz) channels and the maximum power levels supported by the world s regulatory

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information

Radio Network Planning for Outdoor WLAN-Systems

Radio Network Planning for Outdoor WLAN-Systems Radio Network Planning for Outdoor WLAN-Systems S-72.333 Postgraduate Course in Radio Communications Jarkko Unkeri jarkko.unkeri@hut.fi 54029P 1 Outline Introduction WLAN Radio network planning challenges

More information

Candidate: Dragan Trajkov. Mentor: Dr. Jim Roberts

Candidate: Dragan Trajkov. Mentor: Dr. Jim Roberts Maximizing the Allowable Coverage Area of a Broadband Wireless Communication System that Utilizes an Occupied Frequency Band Candidate: Dragan Trajkov Mentor: Dr. Jim Roberts Presentation Outline Motivation

More information

ZigBee Propagation Testing

ZigBee Propagation Testing ZigBee Propagation Testing EDF Energy Ember December 3 rd 2010 Contents 1. Introduction... 3 1.1 Purpose... 3 2. Test Plan... 4 2.1 Location... 4 2.2 Test Point Selection... 4 2.3 Equipment... 5 3 Results...

More information

Wireless LAN RF Design Fundamentals

Wireless LAN RF Design Fundamentals Wireless LAN RF Design Fundamentals Page 1 Wireless LAN RF Design Fundamentals Sometimes we just have to return to the basics. This White Paper is just that a blast back to the past back to the early days

More information

Contents Introduction...2 Revision Information...3 Terms and definitions...4 Overview...5 Part A. Layout and Topology of Wireless Devices...

Contents Introduction...2 Revision Information...3 Terms and definitions...4 Overview...5 Part A. Layout and Topology of Wireless Devices... Technical Information TI 01W01A51-12EN Guidelines for Layout and Installation of Field Wireless Devices Contents Introduction...2 Revision Information...3 Terms and definitions...4 Overview...5 Part A.

More information

Chapter 4 Radio Communication Basics

Chapter 4 Radio Communication Basics Chapter 4 Radio Communication Basics Chapter 4 Radio Communication Basics RF Signal Propagation and Reception Basics and Keywords Transmitter Power and Receiver Sensitivity Power - antenna gain: G TX,

More information

Vehicle Networks. Wireless communication basics. Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl

Vehicle Networks. Wireless communication basics. Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Vehicle Networks Wireless communication basics Univ.-Prof. Dr. Thomas Strang, Dipl.-Inform. Matthias Röckl Outline Wireless Signal Propagation Electro-magnetic waves Signal impairments Attenuation Distortion

More information

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual

IT-24 RigExpert. 2.4 GHz ISM Band Universal Tester. User s manual IT-24 RigExpert 2.4 GHz ISM Band Universal Tester User s manual Table of contents 1. Description 2. Specifications 3. Using the tester 3.1. Before you start 3.2. Turning the tester on and off 3.3. Main

More information

Radio Path Prediction Software

Radio Path Prediction Software Radio Path Prediction Software for Command and Control Scenario Developers Reference# C-168, Michael Shattuck Command and Control Research and Technology Symposium June 2006 Topics Link Planning for Wireless

More information

ELEC-E7120 Wireless Systems Weekly Exercise Problems 5

ELEC-E7120 Wireless Systems Weekly Exercise Problems 5 ELEC-E7120 Wireless Systems Weekly Exercise Problems 5 Problem 1: (Range and rate in Wi-Fi) When a wireless station (STA) moves away from the Access Point (AP), the received signal strength decreases and

More information

Planning a Microwave Radio Link

Planning a Microwave Radio Link 8000 Lee Highway Falls Church, VA 22042 703-205-0600 www.ydi.com Planning a Microwave Radio Link By Michael F. Young President and CTO YDI Wireless Background Most installers know that clear line of sight

More information

The MYTHOLOGIES OF WIRELESS COMMUNICATION. Tapan K Sarkar

The MYTHOLOGIES OF WIRELESS COMMUNICATION. Tapan K Sarkar The MYTHOLOGIES OF WIRELESS COMMUNICATION Tapan K Sarkar What is an Antenna? A device whose primary purpose is to radiate or receive electromagnetic energy What is Radiation? Far Field (Fraunhofer region>2l

More information

Figure 121: Broadcast FM Stations

Figure 121: Broadcast FM Stations BC4 107.5 MHz Large Grid BC5 107.8 MHz Small Grid Figure 121: Broadcast FM Stations Page 195 This document is the exclusive property of Agilent Technologies UK Limited and cannot be reproduced without

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 3: Antennas, Propagation, and Spread Spectrum September 30, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Antennas and

More information

Qosmotec. Software Solutions GmbH. Technical Overview. Qosmotec Propagation Effect Replicator QPER. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. Qosmotec Propagation Effect Replicator QPER. Page 1 Qosmotec Software Solutions GmbH Technical Overview Qosmotec Propagation Effect Replicator QPER Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4

More information

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN

Wireless LAN Applications LAN Extension Cross building interconnection Nomadic access Ad hoc networks Single Cell Wireless LAN Wireless LANs Mobility Flexibility Hard to wire areas Reduced cost of wireless systems Improved performance of wireless systems Wireless LAN Applications LAN Extension Cross building interconnection Nomadic

More information

TRADITIONAL ANTENNA MEASUREMENTS AND CTIA OTA MEASUREMENTS MERGING THE TECHNOLOGIES

TRADITIONAL ANTENNA MEASUREMENTS AND CTIA OTA MEASUREMENTS MERGING THE TECHNOLOGIES TRADITIONAL ANTENNA MEASUREMENTS AND CTIA OTA MEASUREMENTS MERGING THE TECHNOLOGIES Donald J. Gray Nearfield Systems, Incorporated 19730 Magellan Dr Torrance, CA 90503 Ike Lin Wavepro Incorporated 296

More information

The Basics of Signal Attenuation

The Basics of Signal Attenuation The Basics of Signal Attenuation Maximize Signal Range and Wireless Monitoring Capability CHESTERLAND OH July 12, 2012 Attenuation is a reduction of signal strength during transmission, such as when sending

More information

Application Note AN041

Application Note AN041 CC24 Coexistence By G. E. Jonsrud 1 KEYWORDS CC24 Coexistence ZigBee Bluetooth IEEE 82.15.4 IEEE 82.11b WLAN 2 INTRODUCTION This application note describes the coexistence performance of the CC24 2.4 GHz

More information

peculiarities of radio devices

peculiarities of radio devices Rudi van Drunen peculiarities of radio devices Rudi van Drunen is a senior UNIX systems consultant with Competa IT B.V. in The Netherlands. He also has his own consulting company, Xlexit Technology, doing

More information

Redline Communications Inc. Combining Fixed and Mobile WiMAX Networks Supporting the Advanced Communication Services of Tomorrow.

Redline Communications Inc. Combining Fixed and Mobile WiMAX Networks Supporting the Advanced Communication Services of Tomorrow. Redline Communications Inc. Combining Fixed and Mobile WiMAX Networks Supporting the Advanced Communication Services of Tomorrow WiMAX Whitepaper Author: Frank Rayal, Redline Communications Inc. Redline

More information

5.9 GHz V2X Modem Performance Challenges with Vehicle Integration

5.9 GHz V2X Modem Performance Challenges with Vehicle Integration 5.9 GHz V2X Modem Performance Challenges with Vehicle Integration October 15th, 2014 Background V2V DSRC Why do the research? Based on 802.11p MAC PHY ad-hoc network topology at 5.9 GHz. Effective Isotropic

More information

User Location Service over an Ad-Hoc Network

User Location Service over an Ad-Hoc Network User Location Service over an 802.11 Ad-Hoc Network Song Li, Gang Zhao and Lin Liao {songli, galaxy, liaolin}@cs.washington.edu Abstract User location service for context-aware applications in wireless

More information

PRACTICAL CONSIDERATIONS

PRACTICAL CONSIDERATIONS WIRELESS DOCSIS TM CABLE EXTENSION PRACTICAL CONSIDERATIONS DAN CASTELLANO VP SALES AND BUSINESS DEVELOPMENT Arcwave Inc. 910 Campisi Way, Ste 1C Campbell, CA 95008 Office (408) 558-2300, Fax (408) 558-2302

More information

Does The Radio Even Matter? - Transceiver Characterization Testing Framework

Does The Radio Even Matter? - Transceiver Characterization Testing Framework Does The Radio Even Matter? - Transceiver Characterization Testing Framework TRAVIS COLLINS, PHD ROBIN GETZ 2017 Analog Devices, Inc. All rights reserved. 1 Which cost least? 3 2017 Analog Devices, Inc.

More information

WiFi Network Planning and Intra-Network Interference Issues in Large Industrial Warehouses

WiFi Network Planning and Intra-Network Interference Issues in Large Industrial Warehouses WiFi Network Planning and Intra-Network Interference Issues in Large Industrial Warehouses David Plets 1, Emmeric Tanghe 1, Alec Paepens 2, Luc Martens 1, Wout Joseph 1, 1 iminds-intec/wica, Ghent University,

More information

!"#$% Cognitive Radio Experimentation World. Project Deliverable D7.4.4 Showcase of experiment ready (Demonstrator)

!#$% Cognitive Radio Experimentation World. Project Deliverable D7.4.4 Showcase of experiment ready (Demonstrator) Cognitive Radio Experimentation World!"#$% Project Deliverable Showcase of experiment ready (Demonstrator) Contractual date of delivery: 31-03-14 Actual date of delivery: 18-04-14 Beneficiaries: Lead beneficiary:

More information

Technical Bulletin. DIFFERENT OPERATING MODES, SPECTRAL BEHAVIOUR & DATA THROUGHPUT Prepared by: Jack Van der Star, P.Eng.

Technical Bulletin. DIFFERENT OPERATING MODES, SPECTRAL BEHAVIOUR & DATA THROUGHPUT Prepared by: Jack Van der Star, P.Eng. DIFFERENT OPERATING MODES, SPECTRAL BEHAVIOUR & DATA THROUGHPUT Prepared by: Jack Van der Star, P.Eng. This technical bulletin provides observations of spectrum and data throughput behavior under different

More information

REFERENCE GUIDE External Antennas Guide 1

REFERENCE GUIDE External Antennas Guide 1 REFERENCE GUIDE External s Guide 1 Xirrus External s Guide Overview To optimize the overall performance of a Xirrus WLAN in an outdoor deployment it is important to understand how to maximize coverage

More information

Presentation Title Subhead Date

Presentation Title Subhead Date Getting The Most Out Of Your Wireless Mics Presentation Title Subhead Date Best Practices: Antennas, RF Coordination & Hardware Dave Mendez Senior Market Development Specialist The Wisdom of Dilbert Antennas:

More information

Development of a Wireless Communications Planning Tool for Optimizing Indoor Coverage Areas

Development of a Wireless Communications Planning Tool for Optimizing Indoor Coverage Areas Development of a Wireless Communications Planning Tool for Optimizing Indoor Coverage Areas A. Dimitriou, T. Vasiliadis, G. Sergiadis Aristotle University of Thessaloniki, School of Engineering, Dept.

More information

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal IoT Indoor Positioning with BLE Beacons Author: Uday Agarwal Contents Introduction 1 Bluetooth Low Energy and RSSI 2 Factors Affecting RSSI 3 Distance Calculation 4 Approach to Indoor Positioning 5 Zone

More information

BROADBAND GAIN STANDARDS FOR WIRELESS MEASUREMENTS

BROADBAND GAIN STANDARDS FOR WIRELESS MEASUREMENTS BROADBAND GAIN STANDARDS FOR WIRELESS MEASUREMENTS James D. Huff Carl W. Sirles The Howland Company, Inc. 4540 Atwater Court, Suite 107 Buford, Georgia 30518 USA Abstract Total Radiated Power (TRP) and

More information

ECC Recommendation (16)04

ECC Recommendation (16)04 ECC Recommendation (16)04 Determination of the radiated power from FM sound broadcasting stations through field strength measurements in the frequency band 87.5 to 108 MHz Approved 17 October 2016 Edition

More information

Semi-Automated Microwave Radio Link Planning Tool

Semi-Automated Microwave Radio Link Planning Tool Semi-Automated Microwave Radio Link Planning Tool W.M.D.R. Gunathilaka, H.G.C.P. Dinesh, K.M.M.W.N.B. Narampanawe Abstract Link Budget is a main estimate in telecommunication microwave link planning for

More information

Mark Niehus, RCDD DAS Simplified

Mark Niehus, RCDD DAS Simplified Mark Niehus, RCDD DAS Simplified Agenda- next 50 minutes Quick snapshot of wireless in enterprise space- and where we are going Technologies explored: -WIFI Bluetooth -ZigBee NFC -NFC licensed spectrum

More information

Chapter 4. Propagation effects. Slides for Wireless Communications Edfors, Molisch, Tufvesson

Chapter 4. Propagation effects. Slides for Wireless Communications Edfors, Molisch, Tufvesson Chapter 4 Propagation effects Why channel modelling? The performance of a radio system is ultimately determined by the radio channel The channel models basis for system design algorithm design antenna

More information

Cellular Infrastructure and Standards while deploying an RDA

Cellular Infrastructure and Standards while deploying an RDA Cellular Infrastructure and Standards while deploying an RDA Overview This whitepaper discusses the methods used while deploying an RDA into a field environment and dives into the standards used to judge

More information

Session2 Antennas and Propagation

Session2 Antennas and Propagation Wireless Communication Presented by Dr. Mahmoud Daneshvar Session2 Antennas and Propagation 1. Introduction Types of Anttenas Free space Propagation 2. Propagation modes 3. Transmission Problems 4. Fading

More information

RECOMMENDATION ITU-R F Radio-frequency channel arrangements for fixed wireless systems operating in the 13 GHz ( GHz) frequency band

RECOMMENDATION ITU-R F Radio-frequency channel arrangements for fixed wireless systems operating in the 13 GHz ( GHz) frequency band Rec. ITU-R F.497-7 1 RECOMMENDATION ITU-R F.497-7 Radio-frequency channel arrangements for fixed wireless systems operating in the 13 GHz (12.75-13.25 GHz) frequency band (Question ITU-R 136/9) (1974-1978-1982-1990-1992-1995-1999-2007)

More information

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1

Announcements : Wireless Networks Lecture 3: Physical Layer. Bird s Eye View. Outline. Page 1 Announcements 18-759: Wireless Networks Lecture 3: Physical Layer Please start to form project teams» Updated project handout is available on the web site Also start to form teams for surveys» Send mail

More information

Point to point Radiocommunication

Point to point Radiocommunication Point to point Radiocommunication SMS4DC training seminar 7 November 1 December 006 1 Technical overview Content SMS4DC Software link calculation Exercise 1 Point-to-point Radiocommunication Link A Radio

More information

Prediction of Range, Power Consumption and Throughput for IEEE n in Large Conference Rooms

Prediction of Range, Power Consumption and Throughput for IEEE n in Large Conference Rooms Prediction of Range, Power Consumption and Throughput for IEEE 82.11n in Large Conference Rooms F. Heereman, W. Joseph, E. Tanghe, D. Plets and L. Martens Department of Information Technology, Ghent University/IBBT

More information

Engr 1202 ECE. Clean Room Project

Engr 1202 ECE. Clean Room Project Engr 1202 ECE Clean Room Project Dilbert the engineer gets special recognition September 2005 2014 Version does not even have my name! AC vs. DC Circuits DC and AC devices in everyday life DC Devices

More information

Project = An Adventure : Wireless Networks. Lecture 4: More Physical Layer. What is an Antenna? Outline. Page 1

Project = An Adventure : Wireless Networks. Lecture 4: More Physical Layer. What is an Antenna? Outline. Page 1 Project = An Adventure 18-759: Wireless Networks Checkpoint 2 Checkpoint 1 Lecture 4: More Physical Layer You are here Done! Peter Steenkiste Departments of Computer Science and Electrical and Computer

More information

Unit 3 - Wireless Propagation and Cellular Concepts

Unit 3 - Wireless Propagation and Cellular Concepts X Courses» Introduction to Wireless and Cellular Communications Unit 3 - Wireless Propagation and Cellular Concepts Course outline How to access the portal Assignment 2. Overview of Cellular Evolution

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

DTT COVERAGE PREDICTIONS AND MEASUREMENT

DTT COVERAGE PREDICTIONS AND MEASUREMENT DTT COVERAGE PREDICTIONS AND MEASUREMENT I. R. Pullen Introduction Digital terrestrial television services began in the UK in November 1998. Unlike previous analogue services, the planning of digital television

More information

Maximizing MIMO Effectiveness by Multiplying WLAN Radios x3

Maximizing MIMO Effectiveness by Multiplying WLAN Radios x3 ATHEROS COMMUNICATIONS, INC. Maximizing MIMO Effectiveness by Multiplying WLAN Radios x3 By Winston Sun, Ph.D. Member of Technical Staff May 2006 Introduction The recent approval of the draft 802.11n specification

More information

WiFi Installations : Frequently Asked Questions

WiFi Installations : Frequently Asked Questions Thank you for downloading our WiFi FAQ, we constructed this guide in order to aid you choosing and selecting the best solution to your WiFi range issues or for setting up a between building or a point

More information

Introduction. Our comments:

Introduction. Our comments: Introduction I would like to thank IFT of Mexico for the opportunity to comment on the consultation document Analysis of the band 57-64 GHz for its possible classification as free spectrum. As one of the

More information

Multipath fading effects on short range indoor RF links. White paper

Multipath fading effects on short range indoor RF links. White paper ALCIOM 5, Parvis Robert Schuman 92370 CHAVILLE - FRANCE Tel/Fax : 01 47 09 30 51 contact@alciom.com www.alciom.com Project : Multipath fading effects on short range indoor RF links DOCUMENT : REFERENCE

More information

Cambium PMP 450 Series PMP 430 / PTP 230 Series PMP/PTP 100 Series Release Notes

Cambium PMP 450 Series PMP 430 / PTP 230 Series PMP/PTP 100 Series Release Notes POINT TO POINT WIRELESS SOLUTIONS GROUP Cambium PMP 450 Series PMP 430 / PTP 230 Series PMP/PTP 100 Series Release Notes System Release 13.1.3 1 INTRODUCTION This document provides information for the

More information

Channel Modelling ETIM10. Propagation mechanisms

Channel Modelling ETIM10. Propagation mechanisms Channel Modelling ETIM10 Lecture no: 2 Propagation mechanisms Ghassan Dahman \ Fredrik Tufvesson Department of Electrical and Information Technology Lund University, Sweden 2012-01-20 Fredrik Tufvesson

More information

Channel selection for IEEE based wireless LANs using 2.4 GHz band

Channel selection for IEEE based wireless LANs using 2.4 GHz band Channel selection for IEEE 802.11 based wireless LANs using 2.4 GHz band Jihoon Choi 1a),KyubumLee 1, Sae Rom Lee 1, and Jay (Jongtae) Ihm 2 1 School of Electronics, Telecommunication, and Computer Engineering,

More information

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy

Outline / Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing. Cartoon View 1 A Wave of Energy Outline 18-452/18-750 Wireless Networks and Applications Lecture 3: Physical Layer Signals, Modulation, Multiplexing Peter Steenkiste Carnegie Mellon University Spring Semester 2017 http://www.cs.cmu.edu/~prs/wirelesss17/

More information

ELECTROMAGNETIC PROPAGATION PREDICTION INSIDE AIRPLANE FUSELAGES AND AIRPORT TERMINALS

ELECTROMAGNETIC PROPAGATION PREDICTION INSIDE AIRPLANE FUSELAGES AND AIRPORT TERMINALS ELECTROMAGNETIC PROPAGATION PREDICTION INSIDE AIRPLANE FUSELAGES AND AIRPORT TERMINALS Mennatoallah M. Youssef Old Dominion University Advisor: Dr. Linda L. Vahala Abstract The focus of this effort is

More information

Faculty of Electrical & Electronics Engineering BEE4233 Antenna and Propagation. LAB 1: Introduction to Antenna Measurement

Faculty of Electrical & Electronics Engineering BEE4233 Antenna and Propagation. LAB 1: Introduction to Antenna Measurement Faculty of Electrical & Electronics Engineering BEE4233 Antenna and Propagation LAB 1: Introduction to Antenna Measurement Mapping CO, PO, Domain, KI : CO2,PO3,P5,CTPS5 CO1: Characterize the fundamentals

More information

IoT Wi-Fi- based Indoor Positioning System Using Smartphones

IoT Wi-Fi- based Indoor Positioning System Using Smartphones IoT Wi-Fi- based Indoor Positioning System Using Smartphones Author: Suyash Gupta Abstract The demand for Indoor Location Based Services (LBS) is increasing over the past years as smartphone market expands.

More information

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples.

This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. Antenna Basics This Antenna Basics reference guide includes basic information about antenna types, how antennas work, gain, and some installation examples. What Do Antennas Do? Antennas transmit radio

More information

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz

Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Site-Specific Validation of ITU Indoor Path Loss Model at 2.4 GHz Theofilos Chrysikos (1), Giannis Georgopoulos (1) and Stavros Kotsopoulos (1) (1) Wireless Telecommunications Laboratory Department of

More information

Digi-Wave Technology Williams Sound Digi-Wave White Paper

Digi-Wave Technology Williams Sound Digi-Wave White Paper Digi-Wave Technology Williams Sound Digi-Wave White Paper TECHNICAL DESCRIPTION Operating Frequency: The Digi-Wave System operates on the 2.4 GHz Industrial, Scientific, and Medical (ISM) Band, which is

More information

Basic Radio Physics. Developed by Sebastian Buettrich. ItrainOnline MMTK 1

Basic Radio Physics. Developed by Sebastian Buettrich. ItrainOnline MMTK   1 Basic Radio Physics Developed by Sebastian Buettrich 1 Goals Understand radiation/waves used in wireless networking. Understand some basic principles of their behaviour. Apply this understanding to real

More information

Antennas and Propagation

Antennas and Propagation Antennas and Propagation Chapter 5 Introduction An antenna is an electrical conductor or system of conductors Transmission - radiates electromagnetic energy into space Reception - collects electromagnetic

More information

Antennas and Propagation. Chapter 5

Antennas and Propagation. Chapter 5 Antennas and Propagation Chapter 5 Introduction An antenna is an electrical conductor or system of conductors Transmission - radiates electromagnetic energy into space Reception - collects electromagnetic

More information

Wireless Technology Wireless devices transmit information via Electromagnetic waves Early wireless devices Radios often called wireless in old WWII movies Broadcast TV TV remote controls Garage door openers

More information

Institute of Electrical and Electronics Engineers (IEEE) CHARACTERISTICS OF IEEE SYSTEMS IN MHz

Institute of Electrical and Electronics Engineers (IEEE) CHARACTERISTICS OF IEEE SYSTEMS IN MHz As submitted to ITU-R IEEE L802.16-04/42r3 INTERNATIONAL TELECOMMUNICATION UNION RADIOCOMMUNICATION STUDY GROUPS Document 21 December 2004 English only Received: Institute of Electrical and Electronics

More information

RECOMMENDATION ITU-R BS.80-3 * Transmitting antennas in HF broadcasting

RECOMMENDATION ITU-R BS.80-3 * Transmitting antennas in HF broadcasting Rec. ITU-R BS.80-3 1 RECOMMENDATION ITU-R BS.80-3 * Transmitting antennas in HF broadcasting (1951-1978-1986-1990) The ITU Radiocommunication Assembly, considering a) that a directional transmitting antenna

More information

DFS (Dynamic Frequency Selection) Introduction and Test Solution

DFS (Dynamic Frequency Selection) Introduction and Test Solution DFS (Dynamic Frequency Selection) Introduction Sept. 2015 Present by Brian Chi Brian-tn_chi@keysight.com Keysight Technologies Agenda Introduction to DFS DFS Radar Profiles Definition DFS test procedure

More information

RF Considerations for Wireless Systems Design. Frank Jimenez Manager, Technical Support & Service

RF Considerations for Wireless Systems Design. Frank Jimenez Manager, Technical Support & Service RF Considerations for Wireless Systems Design Frank Jimenez Manager, Technical Support & Service 1 The Presentation Objective We will cover.. The available wireless spectrum 802.11 technology and the wireless

More information

Atoll SPM (Standard Propagation Model) calibration guide

Atoll SPM (Standard Propagation Model) calibration guide Atoll SPM (Standard Propagation Model) calibration guide January 2004 FORSK 7 rue des Briquetiers 31700 BLAGNAC France www.forsk.com SARL au capital de 150 000 - RCS Toulouse 87 B 1302 - SIRET 342 662

More information

Antennas. and a bit physics. Was it not the God who wrote these signs, that have calmed alarm of my soul and have opened to me a secret of nature?

Antennas. and a bit physics. Was it not the God who wrote these signs, that have calmed alarm of my soul and have opened to me a secret of nature? Antennas and a bit physics. 2006/4/1 The famous "Maxwell Equations", a complete description of the EM field James Clerk Maxwell Was it not the God who wrote these signs, that have calmed alarm of my soul

More information

Final Report for AOARD Grant FA Indoor Localization and Positioning through Signal of Opportunities. Date: 14 th June 2013

Final Report for AOARD Grant FA Indoor Localization and Positioning through Signal of Opportunities. Date: 14 th June 2013 Final Report for AOARD Grant FA2386-11-1-4117 Indoor Localization and Positioning through Signal of Opportunities Date: 14 th June 2013 Name of Principal Investigators (PI and Co-PIs): Dr Law Choi Look

More information

DFS MEASUREMENT REPORT EN V1.8.1 Clause 4.7

DFS MEASUREMENT REPORT EN V1.8.1 Clause 4.7 MRT Technology (Suzhou) Co., Ltd Report No.: 1609RSU03003 Phone: +86-512-66308358 Report Version: V03 Fax: +86-512-66308368 Issue Date: 12-07-2016 Web: www.mrt-cert.com DFS MEASUREMENT REPORT EN 301 893

More information

Automatic power/channel management in Wi-Fi networks

Automatic power/channel management in Wi-Fi networks Automatic power/channel management in Wi-Fi networks Jan Kruys Februari, 2016 This paper was sponsored by Lumiad BV Executive Summary The holy grail of Wi-Fi network management is to assure maximum performance

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,9 116, 1M Open access books available International authors and editors Downloads Our authors

More information

Antenna Basics. Antennas. A guide to effective antenna use

Antenna Basics. Antennas. A guide to effective antenna use A guide to effective antenna use Antennas Antennas transmit radio signals by converting radio frequency electrical currents into electromagnetic waves. Antennas receive the signals by converting the electromagnetic

More information

Location Services with Riverbed Xirrus APPLICATION NOTE

Location Services with Riverbed Xirrus APPLICATION NOTE Location Services with Riverbed Xirrus APPLICATION NOTE Introduction Indoor location tracking systems using Wi-Fi, as well as other shorter range wireless technologies, have seen a significant increase

More information

NetPoint Pro. 6x2.4, 6x5.8, 3x2.4, 3x5.8. Wi-Fi base Stations Providing Superior Connectivity

NetPoint Pro. 6x2.4, 6x5.8, 3x2.4, 3x5.8. Wi-Fi base Stations Providing Superior Connectivity NetPoint Pro 6x2.4, 6x5.8, 3x2.4, 3x5.8 Wi-Fi base Stations Providing Superior Connectivity NetPoint Pro is an advanced Wi-Fi base station that provides superior connectivity and greater range. It enables

More information

Radio Propagation Fundamentals

Radio Propagation Fundamentals Radio Propagation Fundamentals Concept of Electromagnetic Wave Propagation Mechanisms Modes of Propagation Propagation Models Path Profiles Link Budget Fading Channels Electromagnetic (EM) Waves EM Wave

More information