Senior Project – Computer Engineering – 2006

Slides:



Advertisements
Similar presentations
Update on Artificial Pancreas Project
Advertisements

Continuous Estimation in WLAN Positioning By Tilen Ma Clarence Fung.
SUS DATA QUALITY DASHBOARD USER GUIDE NAVIGATION MENU Select a place to start… Navigating the front screen Navigating the data item validity screens Viewing.
Wearable Badge for Indoor Location Estimation of Mobile Users MAS 961 Developing Applications for Sensor Networks Daniel Olguin Olguin MIT Media Lab.
In this tutorial I will be taking you through how the clients folder works in the online version of Solidata Mortgage Tracker.
Error Estimation for Indoor Location Fingerprinting.
Graphical Tree-Based Scientific Calculator: CalcuWiz Will Ryan Christian Braunlich.
Finding Nearby Wireless Hotspots CSE 403 LCA Presentation Team Members: Chris Scoville Tessa MacDuff Matt Mohebbi Aiman Erbad Khalil El Haitami.
Mobile Application Abstract Future Work The potential applications and integration of this project are vast – many large department and grocery stores.
Satellite and mobile network communications
Handheld Campus Tour Guide Michael Boyer Advisor: Professor John Spinelli.
Projekt User location estimation by means of WLAN Carl-Friedrich-Gauss-Str Kamp-Lintfort Germany Dennis Vredeveld IMST GmbH IMST ipos.
September 5, 2013Computer Vision Lecture 2: Digital Images 1 Computer Vision A simple two-stage model of computer vision: Image processing Scene analysis.
Relative Location Estimation on Wireless Environment 2005 Fall CS492 - Term Project CS492 Team 6 안국진, 이혁준.
V 1.0Slide 1 Staff - Training Information Click “Add” button to add a training record.
Global Positioning System A tool for to build spatial information systems.
GSU Indoor Navigation Senior Project Fall Semester 2013 Michael W Tucker.
Cellular Wireless Networks. Cellular Network Organization Multiple low power transmitters —100w or less Area divided into cells —Each with own antenna.
Mohit Gupta, Prashanth Mohan, Lenin Ravindranath.
How to Track the Location of a Mobile Phone.
Complete this task BEFORE beginning a Form 471.
GCSE COMPUTER SCIENCE Practical Programming using Python
SATELLITE AND MOBILE NETWORK COMMUNICATION
UCF Parking Route and Heat Maps
Goals Structure Sensors Communication Server
Mapping Robot Department of Electrical & Computer Engineering
Queries.
Pilot Walktour Operation Guide V3.5 (Android)
Title: Mobile Communication 3100 Keycode Retrieval System (KRS) User Guide Issue: 0.2 Date: July 2011 Hi and welcome to the Order Centre.
Mobile Business Finder (MBF)
GPS-IN MOBILE NETWORKS
Pilot Walktour Operation Guide V3.4 (Android)
Saltriver LBS Solutions
The Six Parts of a GIS.
Subway Station Real-time Indoor Positioning System for Cell Phones
DegreeWorks Training Guide
GPS Smart Watch PT88 SOS System watch for elderly.
GPS Smart Watch PT88 SOS System watch for elderly.
GPS Smart Watch PT88 SOS System watch for elderly.
GPS Smart Watch PT88 SOS System watch for elderly.
AirPlace Indoor Positioning Platform for Android Smartphones
Advisor: Professor Aura Ganz
Fourth Brigade JROTC Basic Curriculum Manager Training
Iteration 1 Presentation
Overview of Managing Access for a Contract
the global positioning system
Real Applications Infused in Technology Math
Gathering Location Data with a GPS receiver
Ryan McLean John-Michael Mulesa Joe Perrin Zach Schoenberger
Online Reporting System (ORS)
Nearest-Neighbor Classifiers
Radio Propagation Simulation Based on Automatic 3D Environment Reconstruction D. He A novel method to simulate radio propagation is presented. The method.
Advisor: Professor Aura Ganz
vInspect Application Training
Ashray Solanki, Antony Pollail, Lovlish Gupta Undergraduate Students,
Ryan McLean John-Michael Mulesa Joe Perrin Zach Schoenberger
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Course Title: Keycode Retrieval System (KRS) –
Managing Sessions in PearsonAccessnext
Advisor: Professor Ganz
Prepare a DD Form 1081-Return
Hi and welcome to the Order Centre – Ordering training.
Fusion Vision System FVS
Eirik K. Moen IUP - COSC380 FALL 2007
Managing Sessions in PearsonAccessnext
Managing Sessions in PearsonAccessnext
guide for Compensators
Overview. Overview User Profile & FAQs Summary Tab Break down of user clicks   Account Director contact information   Analysis of data accuracy,
Complete this task BEFORE beginning a Form 471.
Multimedia Campus Locator
Presentation transcript:

Senior Project – Computer Engineering – 2006 Handheld Campus Tour Guide Michael Boyer Advisor: Professor John Spinelli Overview System Design The goal of this project was to design and build an automated handheld tour guide system for the Union College campus. The purpose of the system is to provide prospective students with an informative and enjoyable campus visit at times when student-guided tours are not available. The system provides the user with a continuously updated visual representation of his or her current location on a campus map. As the user approaches a building, the system also displays the building’s name. The user can then press a button to learn more about the building, including its history and present use. The main technological challenge associated with the project is localization, the process of determining the user’s location. For the proper operation of this system, the localization process needs to occur in three dimensions, in real time, and both indoors and outdoors. For outdoor localization, the system uses the well-established Global Positioning System (GPS). For indoor localization, the system uses a recently developed localization process based on signals transmitted by GSM cell phone towers. The GPS and GSM Trackers generate updated position estimates at set intervals GPS Tracker Position Estimate (Latitude/Longitude) GSM Tracker Position Converter Position Estimate (Pixel Location) Position Estimate (Pixel Location) Tracker GSM Localization Current Position Estimate Display System The GSM Localization algorithm is based on a training process. Before system deployment, GSM signal strength measurements are taken in the area of interest using the training application shown to the left. Clicking on the map queries the GSM modem, which returns the signal strengths of all nearby cell towers. The set of signal strength readings and the point at which they were taken constitute a measurement. All of the measurements are stored in the training set. If there are no nearby buildings, simply indicate the position Otherwise, indicate the position and the nearest building Outdoors When the system wants to determine the user’s location, it once again takes a measurement of GSM signal strengths. Button Pressed Indoors The distance (in signal space) between the current measurement and each measurement in the training set is then calculated. The four closest measurements are selected and their positions averaged to generate a position estimate.