1 / 6

Programming Assignment #3 Proximity-Based Localization

Programming Assignment #3 Proximity-Based Localization. Goal. To estimate a mobile user’s position at 50 steps from the given information (get_becons). Connectivity Metric Based Solution. Connectivity Metric, CM Cacluate the centroid of the reference points with CM >= CM threshold Error rate

graham
Télécharger la présentation

Programming Assignment #3 Proximity-Based Localization

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming Assignment #3Proximity-Based Localization

  2. Goal • To estimate a mobile user’s position at 50 steps from the given information (get_becons)

  3. Connectivity Metric Based Solution • Connectivity Metric, CM • Cacluate the centroid of the reference points with CM >= CMthreshold • Error rate • Problem • Threshold needs to be adjusted in different environments

  4. Error rates with different threshold • Why error rate decreases? • When there is no beacon greater than threshold • Use the previous position • Calculate the current position based on the velocity of mobility

  5. Avg / Weighted Avg of Received Beacons Calculate the centroid of beacons Calculate the weighted average of beacons Harmonic mean/Weighted harmonic mean

  6. Use the best beacon Calculate the centroid of one (or more) best beacon

More Related