Giter Site home page Giter Site logo

gnss-sdrlib's Introduction

GNSS-SDRLIB v2.0 Beta

An Open Source GNSS Software Defined Radio Library

Author

Taro Suzuki
E-Mail: [email protected] HP: http://www.taroz.net

Features

  • GNSS signal processing functions written in C
    • Code generations
    • Signal acquisition / tracking
    • Decoding navigation messages
    • Pseudo-range / carrier phase mesurements
  • GUI application (AP) written in C++/CLI
  • Visualization of GNSS signal processing in real-time
  • Real-time positioning with RTKLIB (http://www.rtklib.com/)
  • Observation data can be outputted in RINEX or RTCM format
  • Support following signals (tracking and decoding navigation message)
    • GPS L1CA
    • GLONASS G1
    • Galileo E1B
    • BeiDou B1I
    • QZSS L1CA/SAIF/LEX
    • SBAS L1
  • Support following front-ends for real-time positioning
  • Support RF binary file for post processing

System Requirements

  • GNSS-SDRLIB v2.0 only works in 64-bit Windows
  • The CLI/GUI applications are built with Microsoft Visual Studio Express 2012
  • SIMD SSE2 supported CPU (Pentium IV and later processor) is required

Directory and Files

./bin                   Executable APs for Windows  
    ./gnss-sdrcli.exe   Real-time GNSS signal processing AP (CLI)  
    ./gnss-sdrcli.ini   Configuration file for CLI AP  
    ./gnss-sdrgui.exe   Real-time GNSS signal processing AP (GUI)  
    ./frontend          Directory of front-end configuration files  
    ./cli               Command line interface  
    ./windows           VS2012 project of CLI AP (for Windows)  
./linux                 Makefile of CLI AP (for Linux)  
./gui                   VS2012 project of GUI AP (for Windows)  
./src                   Library source codes  
    ./sdr.h             Library header file  
    ./sdracq.c          Functions related to signal acquisition  
    ./sdrcmn.c          Functions related to SIMD operation  
    ./sdrcode.c         Functions related to generation of ranging code  
    ./sdrinit.c         Functions related to initialization/end process  
    ./sdrlex.c          Functions related to QZSS LEX decoding  
    ./sdrmain.c         Main function  
    ./sdrnav.c          Functions related to navigation data  
    ./sdrnav_gps.c      Functions related to decoding GPS nav. data  
    ./sdrnav_glo.c      Functions related to decoding GLONASS nav. data  
    ./sdrnav_gal.c      Functions related to decoding Galileo nav. data  
    ./sdrnav_bds.c      Functions related to decoding BeiDou nav. data  
    ./sdrnav_sbs.c      Functions related to decoding SBAS nav. data  
    ./sdrout.c          Functions related to RINEX/RTCM outputs  
    ./sdrplot.c         Functions related to plot graph  
    ./sdrrcv.c          Functions related to receiving RF data  
    ./sdrspec.c         Functions related to spectrum analysis  
    ./sdrsync.c         Functions related to generating observation data  
    ./sdrtrk.c          Functions related to signal tracking  
    ./rcv               Source codes related to front-end  
./lib                   Source codes related to used library  
./test                  Test data  
    ./data              Test IF data  
    ./output            Default RINEX output directory  

How to use

See manual or support page http://www.taroz.net/gnsssdrlib_e.html

License

Copyright (C) 2014 Taro Suzuki [email protected]

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

gnss-sdrlib's People

Contributors

taroz avatar

Watchers

 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.