GithubHelp home page GithubHelp logo

gnns_measurement_analysis's Introduction

GNSS_measurement_analysis

This is a project done as a part of an IoT course, which analyses data collected from Google’s GNSSLogger Android App in various environments (indoor, outdoor, partial sky, etc)

Various parameters; like Distance Errors, Average SNR, No. of Satellites, Average Elevation, Average Azimuth, are then checked against each other for any correlation.

More details on the process and observations can be found here

Below is a short description of what each file does.

parse.py

Parses logfiles in raw_logs and temporarily puts them in ./tmp These are then deleted by the main program. This is NOT to be run to is used by the other 2 programs.

distribution_per_fix.py

How to run: python3 distribution_per_fix.py in terminal

Terminal Output for each logfile:

parsing <logfile>.txt
Mean Latitude: 17.50333544537816
Mean Longitude: 78.33146113058821
Median # of Satellites: 5.0

Then:

  1. Shows CDF & PDF of dist_errors
  2. Shows Scatter-Plot: Corellation b/w dist_errors and satellites_used
  3. Shows Scatter-Plot: Corellation b/w dist_errors and avg_SNR_per_fix

distribution_per_satellite.py

How to run: python3 distribution_per_satellite.py in terminal

Terminal Output for each logfile:

parsing gnss_log_2_partial_sky.txt
svid  | avg_snr           | avg_azimuth      | avg_elevation
a     | xx.xxxxxxxxxxxxxx | xx.xxxxxxxxxxxxx | xx.xxxxx
b     | xx.xxxxxxxxxxxxxx | xxx.xxxxxxxxxxxx | xx.xxxxx

Then:

  1. Shows Avg_Elevation vs Average_SNR Plot
  2. Shows Avg_Azimuth vs Average_SNR Plot

gnns_measurement_analysis's People

Contributors

rohitth007 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.