Developing Mobile Applications

Size: px
Start display at page:

Download "Developing Mobile Applications"

Transcription

1 Developing Mobile Applications Location based services 1

2 GSM positioning B cell id 120 degrees A C 2

3 An ideal world 3

4 in reality, cells are diffuse overlapping depending on geography buildings weather 4

5 Cells vary in size Rural area 35 km in radius Urban areas 4 km shopping mall 100 m 5

6 Timing advance (TA) Base station inform the terminal how much earlier it should transmit to meet its time slot. granularity aprx 550m BSC sends out the first TA as a reply on a random access request. BTS continuously sends TA updates during a call (how often?) Efficient to use when cells are large. However... 6

7 No angel?????? 7

8 when do we have the information? phone idle we only know the location area (a group of base stations) during a call (or signaling) we know the TA of the terminal related to one base station how do we we get more information? can we do triangulation? 8

9 no easy way out The terminal has to make a hand over to produce more TA information. Not easy to force the phone to do hand over. TA is deliberately inaccurate since we do not want to send them to often. Signal strength is always reported to the system but this will not give us very high accuracy (if you don't create a radio map). 9

10 Observed Time Difference of Arival (OTDOA) The terminal also maintains a observed time difference of base stations within reach. If the real time difference is known, a new TA can be calculated in advance when doing hand over. 10

11 Observed Time Difference Observed Time Difference R eal Time Difference 11

12 Enhanced OTD (E-OTD) Base stations use GPS receivers to observe the real time difference between stations. Terminals measure exact arrival of synchronization bursts from several base stations. The terminal will relay this information to the network that can then do triangulation. 12

13 Triangulation using E-OTH (ideal) GPS GPS GPS 13

14 Angle of Arrival (AOA) Array antennas at BTS measure the angle to terminal. Two measurements is enough Array antennas are expensive but might be deployed anyway. High accuracy in rural areas. Could be enhanced with measurement of distance (one BTS is enough) 14

15 Uplink - Time Difference of Arrival Based on the uplink measurements performed by the base stations. New antenna at BTS that tracks terminals. No special handset needed. Accuracy aprx. 50m 15

16 What if we did it... Using a dedicated positioning system that was not depending on the mobile network... GPS 16

17 Global Positioning System 17

18 GPS 24 satellites, in operation since 1994 satellites orbit the earth in 12 hours at km and an inclination of 56 and 65 degrees. each satellite transmit: id, time and almanac you need four satellites to determine x,y,z why four? accuracy aprx. 10 m what happened to scrambling of signal? 18

19 What is the problem 19

20 Differential GPS Place a GPS receiver on a known location. Record the GPS signals and calculate how they differ from an ideal situation. Relay this information to all D-GPS receivers in the area ( hundreds of km ) How to relay: FM radio, mobile networks.. Accuracy aprx. 2 m 20

21 problems with GPS weak signals only works indoors long time to find and decode the signals cold start could take minutes owned by the US :-) Russian GLONASS EU Galileo under deployment 21

22 Assisted GPS (A-GPS) The terminal asks the network which satellites to search for (no cold start). Terminal records satellite data but does not do any calculations. All data is sent to a positioning server. The server has differential information of the area and can do a very precise calculation. The position is relayed to the requested service or to the terminal. 22

23 Other techniques You're close Use Bluetooth or WLAN access points If you can hear me you're close Tell me what you see Gather whatever information you have, send it to a server. Requires that the fingerprints are collected and valid over time. 23

24 J2ME JSR 179 // Set criteria to 500 meters horizontally Criteria cr= new Criteria(); cr.sethorizontalaccuracy(500); // Get an instance of the provider LocationProvider lp= LocationProvider.getInstance(cr); // Request the location, setting a one-minute timeout Location l = lp.getlocation(60); Coordinates c = l.getqualifiedcoordinates(); if(c!= null ) { // Use coordinate information double lat = c.getlatitude(); double lon = c.getlongitude(); } 24

25 technology is one thing Even when we have a working technology that can give us an accurate position we need to turn this in to a service! find the nearest Bank :-( find a friend find a stolen car emergency response E112/E911 25

26 Pervasive street adventure Join the rebel fight against Global Nation Tactical battles where brainpower matters Build the best robot for your career Multiplayer and singleplayer missions with real and virtual enemies Strong community features 3-4 months episodes with storyline J2ME client PC (web) community

27 Mobile operators Cell id has been used for several years accuracy is low need to work with several mobile operators 3GPP S tandardizing in TS how positioning information should be gathered using several techniques (Cell, OTDOA,..., GPS ) OM A M obile Location S ervice Architecture How to access positioning information and build services. R ole of operator, privacy,... 27

MAPS for LCS System. LoCation Services Simulation in 2G, 3G, and 4G. Presenters:

MAPS for LCS System. LoCation Services Simulation in 2G, 3G, and 4G. Presenters: MAPS for LCS System LoCation Services Simulation in 2G, 3G, and 4G Presenters: Matt Yost Savita Majjagi 818 West Diamond Avenue - Third Floor, Gaithersburg, MD 20878 Phone: (301) 670-4784 Fax: (301) 670-9187

More information

Location, Location, Location

Location, Location, Location Location, Location, Location Larry Rudolph 1 Outline Positioning Technology GPS and others Location Specifiers Privacy Issues Universal Location On earth, we need three piece of information: latitude,

More information

Lauri Wirola Location and Commerce, Nokia ICL-GNSS 2011, 29-June-2011

Lauri Wirola Location and Commerce, Nokia ICL-GNSS 2011, 29-June-2011 Lauri Wirola Location and Commerce, Nokia ICL-GNSS 2011, 29-June-2011 Outline case for standardized location technologies location standards categories brief history current state and deployment status

More information

Location, Location, Location Lecture 8 (catch-up from lecture 7) Larry Rudolph. Problem Set 3

Location, Location, Location Lecture 8 (catch-up from lecture 7) Larry Rudolph. Problem Set 3 Location, Location, Location Lecture 8 (catch-up from lecture 7) Larry Rudolph 1 Problem Set 3 Suggest ways to use phones and handhelds Useful for (university-level) education social networking Assume

More information

Location, Location, Location

Location, Location, Location Location, Location, Location Larry Rudolph 1 Outline Administrative remarks and requests Positioning Technology GPS and others Location Specifiers Privacy Issues Asking for help For 3rd edition phones,

More information

Bluetooth positioning. Timo Kälkäinen

Bluetooth positioning. Timo Kälkäinen Bluetooth positioning Timo Kälkäinen Background Bluetooth chips are cheap and widely available in various electronic devices GPS positioning is not working indoors Also indoor positioning is needed in

More information

Location Based Technologies

Location Based Technologies Location Based Technologies I have often wondered whether people really understand Location Based Services (LBS) technology and whether they would like a bit more insight into how exactly location based

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

Location Technologies for GSM, GPRS and UMTS Networks

Location Technologies for GSM, GPRS and UMTS Networks Location Technologies for GSM, GPRS and UMTS Networks SnapTrack, A QUALCOMM Company White Paper ii QUALCOMM CDMA TECHNOLOGIES : ENABLING THE FUTURE OF COMMUNICATIONS CONTENTS 1 Executive Summary.....................................................................1

More information

Localization. of mobile devices. Seminar: Mobile Computing. IFW C42 Tuesday, 29th May 2001 Roger Zimmermann

Localization. of mobile devices. Seminar: Mobile Computing. IFW C42 Tuesday, 29th May 2001 Roger Zimmermann Localization of mobile devices Seminar: Mobile Computing IFW C42 Tuesday, 29th May 2001 Roger Zimmermann Overview Introduction Why Technologies Absolute Positioning Relative Positioning Selected Systems

More information

Principal Investigator Co-Principal Investigator Co-Principal Investigator Prof. Talat Ahmad Vice-Chancellor Jamia Millia Islamia Delhi

Principal Investigator Co-Principal Investigator Co-Principal Investigator Prof. Talat Ahmad Vice-Chancellor Jamia Millia Islamia Delhi Subject Paper No and Title Module No and Title Module Tag Geology Remote Sensing and GIS Concepts of Global Navigation Satellite RS & GIS XXXIII Principal Investigator Co-Principal Investigator Co-Principal

More information

Mobile Security Fall 2015

Mobile Security Fall 2015 Mobile Security Fall 2015 Patrick Tague #8: Location Services 1 Class #8 Location services for mobile phones Cellular localization WiFi localization GPS / GNSS 2 Mobile Location Mobile location has become

More information

Location-Enhanced Computing

Location-Enhanced Computing Location-Enhanced Computing Today s Outline Applications! Lots of different apps out there! Stepping back, big picture Ways of Determining Location Location Privacy Location-Enhanced Applications Provide

More information

Development of Ultimate Seamless Positioning System for Global Cellular Phone Platform based on QZSS IMES

Development of Ultimate Seamless Positioning System for Global Cellular Phone Platform based on QZSS IMES Development of Ultimate Seamless Positioning System for Global Cellular Phone Platform based on QZSS IMES Dinesh Manandhar, Kazuki Okano, Makoto Ishii, Masahiro Asako, Hideyuki Torimoto GNSS Technologies

More information

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications

What is a GPS How does GPS work? GPS Segments GPS P osition Position Position Accuracy Accuracy Accuracy GPS A pplications Applications Applications What is GPS? What is a GPS How does GPS work? GPS Segments GPS Position Accuracy GPS Applications What is GPS? The Global Positioning System (GPS) is a precise worldwide radio-navigation system, and consists

More information

GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) ECE 2526E Tuesday, 24 April 2018

GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) ECE 2526E Tuesday, 24 April 2018 GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) ECE 2526E Tuesday, 24 April 2018 MAJOR GLOBAL NAVIGATION SATELLITE SYSTEMS (GNSS) Global Navigation Satellite System (GNSS) includes: 1. Global Position System

More information

Agenda Motivation Systems and Sensors Algorithms Implementation Conclusion & Outlook

Agenda Motivation Systems and Sensors Algorithms Implementation Conclusion & Outlook Overview of Current Indoor Navigation Techniques and Implementation Studies FIG ww 2011 - Marrakech and Christian Lukianto HafenCity University Hamburg 21 May 2011 1 Agenda Motivation Systems and Sensors

More information

LOCALIZATION INFORMATION RETRIEVAL EXPLOITING COOPERATION AMONG MOBILE DEVICES

LOCALIZATION INFORMATION RETRIEVAL EXPLOITING COOPERATION AMONG MOBILE DEVICES LOCALIZATION INFORMATION RETRIEVAL EXPLOITING COOPERATION AMONG MOBILE DEVICES Aalborg University Institute of Electronic Systems Department of Communication Technology Project Group 1116, 2008 Aalborg

More information

International Journal of Engineering Research ISSN: & Management Technology March-2016 Volume 3, Issue-2

International Journal of Engineering Research ISSN: & Management Technology March-2016 Volume 3, Issue-2 International Journal of Engineering Research ISSN: 2348-4039 & Management Technology March-2016 Volume 3, Issue-2 Email: editor@ijermt.org www.ijermt.org Location Detection Using Android Application Geeta

More information

Positioning Architectures in Wireless Networks

Positioning Architectures in Wireless Networks Lectures 1 and 2 SC5-c (Four Lectures) Positioning Architectures in Wireless Networks by Professor A. Manikas Chair in Communications & Array Processing References: [1] S. Guolin, C. Jie, G. Wei, and K.

More information

Cellular Positioning Using Fingerprinting Based on Observed Time Differences

Cellular Positioning Using Fingerprinting Based on Observed Time Differences Cellular Positioning Using Fingerprinting Based on Observed Time Differences David Gundlegård, Awais Akram, Scott Fowler and Hamad Ahmad Mobile Telecommunications Department of Science and Technology Linköping

More information

INTRODUCTION. Location related products are the next major class of value added services

INTRODUCTION. Location related products are the next major class of value added services INTRODUCTION Location related products are the next major class of value added services that mobile network operators can offer their customers. Not only will operators be able to offer entirely new services

More information

Evaluating OTDOA Technology for VoLTE E911 Indoors

Evaluating OTDOA Technology for VoLTE E911 Indoors Evaluating OTDOA Technology for VoLTE E911 Indoors Introduction As mobile device usage becomes more and more ubiquitous, there is an increasing need for location accuracy, especially in the event of an

More information

GLOBAL SYSTEM FOR MOBILE COMMUNICATION. ARFCNS, CHANNELS ETI 2511 Thursday, March 30, 2017

GLOBAL SYSTEM FOR MOBILE COMMUNICATION. ARFCNS, CHANNELS ETI 2511 Thursday, March 30, 2017 GLOBAL SYSTEM FOR MOBILE COMMUNICATION ARFCNS, CHANNELS ETI 2511 Thursday, March 30, 2017 1 GLOBAL GSM FREQUENCY USAGE 2 EXAMPLE: GSM FREQUENCY ALLOCATION Generally, countries with large land mass would

More information

Channel Modeling ETIN10. Wireless Positioning

Channel Modeling ETIN10. Wireless Positioning Channel Modeling ETIN10 Lecture no: 10 Wireless Positioning Fredrik Tufvesson Department of Electrical and Information Technology 2014-03-03 Fredrik Tufvesson - ETIN10 1 Overview Motivation: why wireless

More information

GLOBAL POSITIONING SYSTEMS. Knowing where and when

GLOBAL POSITIONING SYSTEMS. Knowing where and when GLOBAL POSITIONING SYSTEMS Knowing where and when Overview Continuous position fixes Worldwide coverage Latitude/Longitude/Height Centimeter accuracy Accurate time Feasibility studies begun in 1960 s.

More information

Primer on GPS Operations

Primer on GPS Operations MP Rugged Wireless Modem Primer on GPS Operations 2130313 Rev 1.0 Cover illustration by Emma Jantz-Lee (age 11). An Introduction to GPS This primer is intended to provide the foundation for understanding

More information

Enhancing Bluetooth Location Services with Direction Finding

Enhancing Bluetooth Location Services with Direction Finding Enhancing Bluetooth Location Services with Direction Finding table of contents 1.0 Executive Summary...3 2.0 Introduction...4 3.0 Bluetooth Location Services...5 3.1 Bluetooth Proximity Solutions 5 a.

More information

CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015

CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015 CS6956: Wireless and Mobile Networks Lecture Notes: 3/23/2015 GSM Global System for Mobile Communications (reference From GSM to LET by Martin Sauter) There were ~3 billion GSM users in 2010. GSM Voice

More information

Challenges and Solutions for GPS Receiver Test

Challenges and Solutions for GPS Receiver Test Challenges and Solutions for GPS Receiver Test Presenter: Mirin Lew January 28, 2010 Agenda GPS technology concepts GPS and GNSS overview Assisted GPS (A-GPS) Basic tests required for GPS receiver verification

More information

Low Power Gelocation Solution. Stéphane BOUDAUD CTO Abeeway Jonathan DAVID Polytech Student

Low Power Gelocation Solution. Stéphane BOUDAUD CTO Abeeway Jonathan DAVID Polytech Student Low Power Gelocation Solution Stéphane BOUDAUD CTO Abeeway Jonathan DAVID Polytech Student Disruptive radio technologies is taking off for IoT 2 An estimated 50 billions of connected objects by 2020 [CISCO]

More information

Indoor Positioning Systems WLAN Positioning

Indoor Positioning Systems WLAN Positioning Praktikum Mobile und Verteilte Systeme Indoor Positioning Systems WLAN Positioning Prof. Dr. Claudia Linnhoff-Popien Florian Dorfmeister, Chadly Marouane, Kevin Wiesner http://www.mobile.ifi.lmu.de Sommersemester

More information

European perspective on Wireless Communications

European perspective on Wireless Communications The French National Institute for Transport and Safety Research European perspective on Wireless Communications Marc Heddebaut, Christophe Gransart, Jean Rioult Laboratory of Transport Electronics, Waves

More information

Differential navigation for UAV platforms with mobile reference station

Differential navigation for UAV platforms with mobile reference station Differential navigation for UAV platforms with mobile reference station NAWRAT ALEKSANDER, KOZAK KAMIL, DANIEC KRZYSZTOF, KOTERAS ROMAN Department of Automatic Control and Robotics, Silesian University

More information

GNSS Technologies. GNSS integration with other positioning methods

GNSS Technologies. GNSS integration with other positioning methods GNSS Technologies GNSS integration with other positioning methods 1 29.3.2017 Content Location system alternatives RF types and classifications Locationing using RF signals Cellular positioning DTV-signal

More information

Location services and accuracy An analysis for field work applications

Location services and accuracy An analysis for field work applications 1/23 Location services and accuracy An analysis for field work applications Datum: GIPSY rapport 2004-7, versie 1.0 Auteurs: Euro Beinat, Eduardo Diaz Spinlab, Vrije Universteit Amsterdam In samenwerking

More information

2-23. Figure 2-20: Card Installation. 14. Connect the RMT or PC to the connector on the ECNT module. See Figure 2-21.

2-23. Figure 2-20: Card Installation. 14. Connect the RMT or PC to the connector on the ECNT module. See Figure 2-21. RPC/RP Manual RPC Installation 2-23 Figure 2-20: Card Installation 14. Connect the RMT or PC to the connector on the ECNT module. See Figure 2-21. 2-24 RPC Installation RPC/RP Manual Figure 2-21: Maintenance

More information

Introduction to Location-Based Services

Introduction to Location-Based Services Geoinformation Systems 17 July- 15 August 2003 by Lund University GIS Centre for The Øresund Summer University Introduction to Location-Based Services by Neil Chan Undergraduate Dept of Electronic Enginerring,

More information

Developing Mobile Applications

Developing Mobile Applications Developing Mobile Applications GSM networks 1 carriers GSM 900 MHz 890-915 MHz 935-960 MHz up down 200 KHz 200 KHz 25 MHz 25 MHz 2 frequency reuse A D K B J L C H E G I F A 3 Reuse patterns 4/12 4 base

More information

MOBILE COMPUTING 1/29/18. Cellular Positioning: Cell ID. Cellular Positioning - Cell ID with TA. CSE 40814/60814 Spring 2018

MOBILE COMPUTING 1/29/18. Cellular Positioning: Cell ID. Cellular Positioning - Cell ID with TA. CSE 40814/60814 Spring 2018 MOBILE COMPUTING CSE 40814/60814 Spring 2018 Cellular Positioning: Cell ID Open-source database of cell IDs: opencellid.org Cellular Positioning - Cell ID with TA TA: Timing Advance (time a signal takes

More information

Chapter 2: Global System for Mobile Communication

Chapter 2: Global System for Mobile Communication Chapter 2: Global System for Mobile Communication (22 Marks) Introduction- GSM services and features, GSM architecture, GSM channel types, Example of GSM Call: GSM to PSTN call, PSTN to GSM call. GSM frame

More information

Introduction to Global Navigation Satellite System (GNSS) Signal Structure

Introduction to Global Navigation Satellite System (GNSS) Signal Structure Introduction to Global Navigation Satellite System (GNSS) Signal Structure Dinesh Manandhar Center for Spatial Information Science The University of Tokyo Contact Information: dinesh@iis.u-tokyo.ac.jp

More information

Technician Licensing Class

Technician Licensing Class Technician Licensing Class Talk to Outer Presented Space by Amateur Radio Technician Class Element 2 Course Presentation ELEMENT 2 SUB-ELEMENTS (Groupings) About Ham Radio Call Signs Control Mind the Rules

More information

GLOBAL POSITIONING SYSTEMS

GLOBAL POSITIONING SYSTEMS GLOBAL POSITIONING SYSTEMS GPS & GIS Fall 2017 Global Positioning Systems GPS is a general term for the navigation system consisting of 24-32 satellites orbiting the Earth, broadcasting data that allows

More information

Resection. We can measure direction in the real world! Lecture 10: Position Determination. Resection Example: Isola, Slovenia. Professor Keith Clarke

Resection. We can measure direction in the real world! Lecture 10: Position Determination. Resection Example: Isola, Slovenia. Professor Keith Clarke Geography 12: Maps and Spatial Reasoning Lecture 10: Position Determination We can measure direction in the real world! Professor Keith Clarke Resection Resection Example: Isola, Slovenia Back azimuth

More information

High Precision Urban and Indoor Positioning for Public Safety

High Precision Urban and Indoor Positioning for Public Safety High Precision Urban and Indoor Positioning for Public Safety NextNav LLC September 6, 2012 2012 NextNav LLC Mobile Wireless Location: A Brief Background Mass-market wireless geolocation for wireless devices

More information

3G TS V2.0.0 ( )

3G TS V2.0.0 ( ) 3GPP TSG R1#7(99) e25 3G TS 25.224 V2.0.0 (1999-09) Reference Technical Specification 3 rd Generation Partnership Project (3GPP); Technical Specification Group Radio Access Network; Physical Layer Procedures

More information

Introduction to Total Station and GPS

Introduction to Total Station and GPS Introduction to Total Station and GPS Dr. P. NANJUNDASWAMY Professor of Civil Engineering J S S Science and Technology University S J College of Engineering Mysuru 570 006 Introduction History GPS Overview

More information

WLAN Location Methods

WLAN Location Methods S-7.333 Postgraduate Course in Radio Communications 7.4.004 WLAN Location Methods Heikki Laitinen heikki.laitinen@hut.fi Contents Overview of Radiolocation Radiolocation in IEEE 80.11 Signal strength based

More information

SELF OPTIMIZING NETWORKS

SELF OPTIMIZING NETWORKS SELF OPTIMIZING NETWORKS An LTE network is controlled by a network management system of a wide range of functions, e.g. sets the parameters that the network elements are using manages their software detects

More information

Global Navigation Satellite Systems (GNSS)Part I EE 570: Location and Navigation

Global Navigation Satellite Systems (GNSS)Part I EE 570: Location and Navigation Lecture Global Navigation Satellite Systems (GNSS)Part I EE 570: Location and Navigation Lecture Notes Update on April 25, 2016 Aly El-Osery and Kevin Wedeward, Electrical Engineering Dept., New Mexico

More information

PRINCIPLES AND FUNCTIONING OF GPS/ DGPS /ETS ER A. K. ATABUDHI, ORSAC

PRINCIPLES AND FUNCTIONING OF GPS/ DGPS /ETS ER A. K. ATABUDHI, ORSAC PRINCIPLES AND FUNCTIONING OF GPS/ DGPS /ETS ER A. K. ATABUDHI, ORSAC GPS GPS, which stands for Global Positioning System, is the only system today able to show you your exact position on the Earth anytime,

More information

Mobile Communication and Mobile Computing

Mobile Communication and Mobile Computing Department of Computer Science Institute for System Architecture, Chair for Computer Networks Mobile Communication and Mobile Computing Prof. Dr. Alexander Schill http://www.rn.inf.tu-dresden.de Structure

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

Performance Comparison of Positioning Techniques in Wi-Fi Networks

Performance Comparison of Positioning Techniques in Wi-Fi Networks Performance Comparison of Positioning Techniques in Wi-Fi Networks Mohamad Yassin, Elias Rachid, Rony Nasrallah To cite this version: Mohamad Yassin, Elias Rachid, Rony Nasrallah. Performance Comparison

More information

Digital Surveillance Devices?

Digital Surveillance Devices? Technology Framework Tracking Technologies Don Mason Associate Director Digital Surveillance Devices? Digital Surveillance Devices? Secure Continuous Remote Alcohol Monitor SCRAM Page 1 Location Tracking

More information

Introduction to Geographic Information Science. Last Lecture. Today s Outline. Geography 4103 / GNSS/GPS Technology

Introduction to Geographic Information Science. Last Lecture. Today s Outline. Geography 4103 / GNSS/GPS Technology Geography 4103 / 5103 Introduction to Geographic Information Science GNSS/GPS Technology Last Lecture Geoids Ellipsoid Datum Projection Basics Today s Outline GNSS technology How satellite based navigation

More information

Digital surveillance devices?

Digital surveillance devices? Technology Framework Tracking Technologies Don Mason Associate Director Copyright 2011 National Center for Justice and the Rule of Law All Rights Reserved Digital surveillance devices? Digital surveillance

More information

LOCALIZATION WITH GPS UNAVAILABLE

LOCALIZATION WITH GPS UNAVAILABLE LOCALIZATION WITH GPS UNAVAILABLE ARES SWIEE MEETING - ROME, SEPT. 26 2014 TOR VERGATA UNIVERSITY Summary Introduction Technology State of art Application Scenarios vs. Technology Advanced Research in

More information

GSM Interceptor Fast and reliable interception of GSM traffic

GSM Interceptor Fast and reliable interception of GSM traffic GSM Interceptor Fast and reliable interception of GSM traffic Maximum accuracy, sensitivity and flexibility Total indefectibility Support for all frequency bands User-friendly operation Wide range of antennas

More information

Geolocation technologies and applications for third generation wireless

Geolocation technologies and applications for third generation wireless WIRELESS COMMUNICATIONS AND MOBILE COMPUTING Wirel. Commun. Mob. Comput. 2002; 2:229 251 (DOI: 10.1002/wcm.55) Geolocation technologies and applications for third generation wireless Samir S. Soliman*,

More information

GSM NCN-EG-01 Course Outline for GSM

GSM NCN-EG-01 Course Outline for GSM GSM NCN-EG-01 Course Outline for GSM 1 Course Description: Good understanding of GSM technology and cellular networks is essential for anyone working in GSM or related areas. This course is structured

More information

Mobile Positioning in a Natural Disaster Environment

Mobile Positioning in a Natural Disaster Environment Mobile Positioning in a Natural Disaster Environment IWISSI 01, Tokyo Nararat RUANGCHAIJATUPON Faculty of Engineering Khon Kaen University, Thailand E-mail: nararat@kku.ac.th Providing Geolocation Information

More information

M Y R E V E A L - C E L L U L A R

M Y R E V E A L - C E L L U L A R M Y R E V E A L - C E L L U L A R The hexagon cell shape If we have two BTSs with omniantennas and we require that the border between the coverage area of each BTS is the set of points where the signal

More information

Introduction. Global Positioning System. GPS - Intro. Space Segment. GPS - Intro. Space Segment - Contd..

Introduction. Global Positioning System. GPS - Intro. Space Segment. GPS - Intro. Space Segment - Contd.. Introduction Global Positioning System Prof. D. Nagesh Kumar Dept. of Civil Engg., IISc, Bangalore 560 012, India URL: http://www.civil.iisc.ernet.in/~nagesh GPS is funded and controlled by U. S. Department

More information

IMO WORLDWIDE RADIONAVIGATION SYSTEM (WWRNS) Study on Communication Techniques for High Accuracy DGPS in the Republic of Korea

IMO WORLDWIDE RADIONAVIGATION SYSTEM (WWRNS) Study on Communication Techniques for High Accuracy DGPS in the Republic of Korea INTERNATIONAL MARITIME ORGANIZATION E IMO SUB-COMMITTEE ON SAFETY OF NAVIGATION 52nd session Agenda item 12 NAV 52/INF.8 12 May 2006 ENGLISH ONLY WORLDWIDE RADIONAVIGATION SYSTEM (WWRNS) Study on Communication

More information

Dimov Stojče Ilčev. CNS Systems

Dimov Stojče Ilčev. CNS Systems Stratospheric Platform Systems (SPS) Presentation by: Dimov Stojče Ilčev Durban University of Technology (DUT) Space Science Centre (SSC) CNS Systems August 2011 SPS for Mobile CNS Applications Stratospheric

More information

GNSS Programme. Overview and Status in Europe

GNSS Programme. Overview and Status in Europe GNSS Programme Overview and Status in Europe Inaugural Forum Satellite Positioning Research and Application Center 23 April 2007 Tokyo Presented by Thomas Naecke (European Commission) Prepared by Daniel

More information

1. Discuss in detail the Design Consideration of a Satellite Communication Systems. [16]

1. Discuss in detail the Design Consideration of a Satellite Communication Systems. [16] Code No: R05410409 Set No. 1 1. Discuss in detail the Design Consideration of a Satellite Communication Systems. 2. (a) What is a Geosynchronous Orbit? Discuss the advantages and disadvantages of these

More information

GPS and Recent Alternatives for Localisation. Dr. Thierry Peynot Australian Centre for Field Robotics The University of Sydney

GPS and Recent Alternatives for Localisation. Dr. Thierry Peynot Australian Centre for Field Robotics The University of Sydney GPS and Recent Alternatives for Localisation Dr. Thierry Peynot Australian Centre for Field Robotics The University of Sydney Global Positioning System (GPS) All-weather and continuous signal system designed

More information

EE 570: Location and Navigation

EE 570: Location and Navigation EE 570: Location and Navigation Global Navigation Satellite Systems (GNSS) Part I Aly El-Osery Kevin Wedeward Electrical Engineering Department, New Mexico Tech Socorro, New Mexico, USA In Collaboration

More information

Development of Microsatellite to Detect Illegal Fishing MS-SAT

Development of Microsatellite to Detect Illegal Fishing MS-SAT Development of Microsatellite to Detect Illegal Fishing MS-SAT Ernest S. C. P. Bintang A.S.W.A.M. Department of Aerospace Engineering Faculty of Mechanical and Aerospace Engineering Institut Teknologi

More information

Indoor Location Accuracy for 9-1-1

Indoor Location Accuracy for 9-1-1 Indoor Location Accuracy for 9-1-1 11/04/2014 Topics» Is there a concern?» The Challenge» The Options Improving Existing Technologies Focusing on Wi-Fi Initiatives» A New Testing Paradigm» The Power of

More information

ASSET & PERSON TRACKING FOR INDOOR

ASSET & PERSON TRACKING FOR INDOOR ASSET & PERSON TRACKING FOR INDOOR APPLICATIONS AND TECHNOLOGIES WHAT IS ASSET TRACKING? Asset Tracking means tracking of objects by using sensor technologies in a defined space. The objects movement is

More information

Carrier Independent Localization Techniques for GSM Terminals

Carrier Independent Localization Techniques for GSM Terminals Carrier Independent Localization Techniques for GSM Terminals V. Loscrí, E. Natalizio and E. Viterbo DEIS University of Calabria - Cosenza, Italy Email: {vloscri,enatalizio,viterbo}@deis.unical.it D. Mauro,

More information

Chapter 1 INTRODUCTION

Chapter 1 INTRODUCTION Chapter 1 INTRODUCTION 1 The History of Mobile Radio Communication (1/3) 1880: Hertz Initial demonstration of practical radio communication 1897: Marconi Radio transmission to a tugboat over an 18 mi path

More information

WHITE PAPER Saving Lives with Intelligent In-Vehicle Systems

WHITE PAPER Saving Lives with Intelligent In-Vehicle Systems WHITE PAPER Saving Lives with Intelligent In-Vehicle Systems For more information, please visit: 2012 IEIMobile Approximately 1.2 million people die from traffic injuries and accidents each year. It has

More information

1. INTRODUCTION. Longitude, deg In contrast to the global systems such as GPS, GLONASS and

1. INTRODUCTION. Longitude, deg In contrast to the global systems such as GPS, GLONASS and SPECIAL REPORT Highly-Accurate Positioning Experiment Using QZSS at ENRI Ken Ito Electronic Navigation Research Institute (ENRI) 1. INTRODUCTION P ositioning with GPS is widely used in Japan in the area

More information

Wireless and mobile communication

Wireless and mobile communication Wireless and mobile communication Wireless communication Multiple Access FDMA TDMA CDMA SDMA Mobile Communication GSM GPRS GPS Bluetooth Content What is wireless communication? In layman language it is

More information

t =1 Transmitter #2 Figure 1-1 One Way Ranging Schematic

t =1 Transmitter #2 Figure 1-1 One Way Ranging Schematic 1.0 Introduction OpenSource GPS is open source software that runs a GPS receiver based on the Zarlink GP2015 / GP2021 front end and digital processing chipset. It is a fully functional GPS receiver which

More information

Delivering Real-World Ubiquitous Location Systems

Delivering Real-World Ubiquitous Location Systems Delivering Real-World Ubiquitous Location Systems Gaetano Borriello (University of Washington and Intel Research Seattle, USA) Matthew Chalmers (University of Glasgow and Kelvin Institute, UK) Anthony

More information

Welcome to Location-Based Services Bonn, April 16, 2002

Welcome to Location-Based Services Bonn, April 16, 2002 Welcome to Location-Based s Bonn, April 16, 2002 Presented by: Vice President Training Wireless & Public Networks TOP Business AG, Nuremberg / Germany 2G TM / BKU,, 1 About TOP... Training Enterprise Nw.

More information

Security of Global Navigation Satellite Systems (GNSS) GPS Fundamentals GPS Signal Spoofing Attack Spoofing Detection Techniques

Security of Global Navigation Satellite Systems (GNSS) GPS Fundamentals GPS Signal Spoofing Attack Spoofing Detection Techniques Security of Global Navigation Satellite Systems (GNSS) GPS Fundamentals GPS Signal Spoofing Attack Spoofing Detection Techniques Global Navigation Satellite Systems (GNSS) Umbrella term for navigation

More information

IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES

IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES Florian LECLERE f.leclere@kerlink.fr EOT Conference Herning 2017 November 1st, 2017 AGENDA 1 NEW IOT PLATFORM LoRa LPWAN Platform Geolocation

More information

Entity Tracking and Surveillance using the Modified Biometric System, GPS-3

Entity Tracking and Surveillance using the Modified Biometric System, GPS-3 Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 9 (2013), pp. 1115-1120 Research India Publications http://www.ripublication.com/aeee.htm Entity Tracking and Surveillance

More information

MODERN LOCALIZATION APPARATUS IN METALLURGICAL ENTERPRISE

MODERN LOCALIZATION APPARATUS IN METALLURGICAL ENTERPRISE March 25 th 2015 MODERN LOCALIZATION APPARATUS IN METALLURGICAL ENTERPRISE POLLAK Milos 1, TUHY Tomas 1, PRAZAKOVA Veronika 1, FRISCHER Robert 1 1 VSB - Technical University of Ostrava, Ostrava, Czech

More information

What is GPS? GPS Position Accuracy. GPS Applications. What is a GPS. How does GPS work? GPS Segments

What is GPS? GPS Position Accuracy. GPS Applications. What is a GPS. How does GPS work? GPS Segments What is GPS? What is a GPS How does GPS work? GPS Segments GPS Position Accuracy GPS Applications 1 What is GPS? The Global Positioning System (GPS) is a precise worldwide radio-navigation system, and

More information

CS 6956 Wireless & Mobile Networks April 1 st 2015

CS 6956 Wireless & Mobile Networks April 1 st 2015 CS 6956 Wireless & Mobile Networks April 1 st 2015 The SIM Card Certain phones contain SIM lock and thus work only with the SIM card of a certain operator. However, this is not a GSM restriction introduced

More information

Wireless systems. includes issues of

Wireless systems. includes issues of Wireless systems includes issues of hardware processors, storage, peripherals, networks,... representation of information, analog vs. digital, bits & bytes software applications, operating system organization

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

Pilot project on the design, implementation and execution of the transfer of GNSS data during an E112 call to the PSAP

Pilot project on the design, implementation and execution of the transfer of GNSS data during an E112 call to the PSAP Ref. Ares(2017)3702095-24/07/2017 Pilot project on the design, implementation and execution of the transfer of GNSS data during an E112 call to the PSAP Contract No 440/PP/GRO/PPA/15/8308 Deliverable D5.1

More information

Introduction to Digital Mobile Radio (DMR)

Introduction to Digital Mobile Radio (DMR) Introduction to Digital Mobile Radio (DMR) By John S. Burningham, W2XAB w2xab@arrl.net May 2015 The Amateur DMR Networks Over 1,275 registered repeaters. Over 14,738 registered radios. The Networks are

More information

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

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

More information

Huawei ilab Superior Experience. Research Report on Pokémon Go's Requirements for Mobile Bearer Networks. Released by Huawei ilab

Huawei ilab Superior Experience. Research Report on Pokémon Go's Requirements for Mobile Bearer Networks. Released by Huawei ilab Huawei ilab Superior Experience Research Report on Pokémon Go's Requirements for Mobile Bearer Networks Released by Huawei ilab Document Description The document analyzes Pokémon Go, a global-popular game,

More information

3GPP TR v ( )

3GPP TR v ( ) TR 25.865 v10.0.0 (2010-12) Technical Report 3rd Generation Partnership Project; Technical Specification Group Radio Access Network; Improvements of distributed antenna for 1.28Mcps TDD (Release 10) The

More information

GPS + Glonass Using the Best of Both Worlds

GPS + Glonass Using the Best of Both Worlds GPS + Glonass Using the Best of Both Worlds Jupiter SL869 Jupiter JN3 Jupiter SE880 IMPROVE TIME-TO-FIRST-FIX GET MORE ACCURATE POSITIONING ENHANCE TIME IN NAVIGATION COLLECT MOST RELIABLE PROBE-DATA TABLE

More information

GPS (Introduction) References. Terms

GPS (Introduction) References. Terms GPS (Introduction) WCOM2, GPS, 1 Terms NAVSTAR GPS ( Navigational Satellite Timing and Ranging - Global Positioning System) is a GNSS (Global Navigation Satellite System), developed by the US-DoD in 197x

More information

A Critical Review of Position Fixing Techniques for Mobile Communications

A Critical Review of Position Fixing Techniques for Mobile Communications A Critical Review of Position Fixing Techniques for Mobile Communications B. Prabhakar 1, S. Balai 1, K.V.Murali Mohan, D.Krishna Reddy 3 1 Dept. of ECM, KL University, Viayawada Dept. of ECE, HITS, Hyderabad

More information

LUTECE Localisation d urgence de Telephone cellulaire Airborne Emergency Location of GSM mobiles

LUTECE Localisation d urgence de Telephone cellulaire Airborne Emergency Location of GSM mobiles LUTECE Localisation d urgence de Telephone cellulaire Airborne Emergency Location of GSM mobiles RNRT Project Duration ; 01/11/2001 to 01/07/2004 P.MORGAND SUMMARY Goals LUTECE : Concept Principle Add

More information

Phantom Dome - Advanced Drone Detection and jamming system

Phantom Dome - Advanced Drone Detection and jamming system Phantom Dome - Advanced Drone Detection and jamming system *Picture for illustration only 1 1. The emanating threat of drones In recent years the threat of drones has become increasingly vivid to many

More information