Git Product home page Git Product logo

gnss-vhdl's Introduction

VHDL codes to generate GPS L1 C/A and Galileo E1 and E5 PRNs and signals. The project is implemented with Xilinx ISE 14.7 but it should be easy to migrate it to Vivado. For Altera platforms, some IP cores (mainly RAM memories) must be adapted. Includes Xilinx ISE testbench and wave configuration files, and Matlab scripts to chech the simulation results (see here).

All the contents were developed for the passive remote sensing group (RSLab) as a part of the Remote Sensing Laboratory, a research line of the CommmSensLab Group at the Signal Theory and Communications Department (TSC) of the Universitat Politècnica de Catalunya (UPC).

New versions of this program may be found at GitHub.

Main contents

\source

\source\GNSS_prn

Generate a complete unsampled PRN sequence of a specific satellite cyclically repeated from the begining using LFSRs (except for E1B and E1C which are stored in RAMs).

  • E1_generator.vhd: Galileo E1B and E1C.
  • E5_generator.vhd: Galileo E5aI, E5aQ, E5bI, E5bQ.
  • L1_CA_generator.vhd: GPS L1 C/A.
  • L1_CA_generator.vhd: GPS L1 C/A.
  • L5_generator.vhd: GPS L1 C/A.

\source\GNSS_signal

Generates the GNSS signals of a specific satellite cyclically repeated starting from any desired PRN chip at any desired frequency multiple of 1.023. The former can be changed dynamically, the latter is fixed in the synthesis. In future versions of the program I will show how to use the same entities to generate several signals synchronized at different frequencies so as to for example perform simultaneously a downsampled coarse acquistion and a fine tracking using the full bandwidth replica.

  • E1OS_signal_generator.vhd: Applies a synchronized BOC modulation to the PRN.
  • E5_signal_generator.vhd: Applies a synchronized BOC modulation to the PRN.
  • E1OS_top.vhd: Generates the E1OS signal from the begining.
  • E5_top.vhd: Generates the E5 signal from the begining.
  • L1CA_mem.vhd: Generates the C/A signal from any desired PRN chip.
  • E1OS_mem.vhd: Generates the E1OS signal from any desired PRN chip.
  • E5_mem.vhd: Generates the E5 signal from any desired PRN chip.

\source\shared

  • LFSR_generator.vhd: Generic entity used to generate any GNSS PRN.
  • addr_decoder.vhd: Decodes a PRN chip number to the a BOC chip reference.

\matlab

Matlab scripts to check the PRNs and signals generated with the codes above. The Matalb GNSS codes used as reference can be obtained here.

Licence

You may find a specific licence files in each directory.

Contact

Daniel Pascual (daniel.pascual at protonmail.com)

gnss-vhdl's People

Contributors

danipascual 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.