This repository was archived by the owner on Apr 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
WIP: Glonass acquisition support #31
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New file generateL2CMcode.py added. Use function genereteL2CMcode(PRN) to generate the sequence. New func returns a code and end state of shift register for testing purposes.
Added support for loading file with two diferent codes (bands). Added 1bit_x2 file format, updated tracking loop analysys.
Added decoding support for two-bit samples. Added '2bits' and '2bits_x2' file formats.
Added GPS CNAV message decoding for L2C. Updated tracking loop to follow L1 C/A and L2 C tracking logic differences. Removed L1 C/A message and decoder objects from tracking results.
Updated handling of GPS L1 C/A bit sync and frame sync operation.
Conflicts: peregrine/tracking.py
Added GPS L1 C/A and L2 C sample generator with generic doppler control functions.
Resolved issue with incorrect sample magnitude computation for two bit encoding.
Added L1 C/A two-stage profiles according to firmware implementation. Added new parameters to select L1 C/A stage profile.
Added initial support for FPGA pipelining simulation with generic doppler prediction.
Fixed merge issues related to progressbar and sample loading.
Added support for simulating short/long cycles firmware behaviour.
…lining peregrine: added support for short/long cycles
Contributor
Author
|
Note that travis build fails at the moment because the dependency is not merged to master. |
ab2609b to
e8ad3cb
Compare
e8ad3cb to
2d90a1f
Compare
Contributor
Author
|
Superseded by #35 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on
#25
Depends on
#26