Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate changes from JuliaGNSS/Tracking.jl master #9

Merged
merged 21 commits into from
May 2, 2021

Commits on Feb 3, 2021

  1. Update TagBot.yml

    zsoerenm authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    71d7c62 View commit details
    Browse the repository at this point in the history
  2. From fixedpoint to float and generic correlator (#17)

    * Implemented correlator for custom number of taps
    
    * Added required functions for GenericBOC signals
    
    * Bug fixes for generic correlator
    
    * Fix functions for GenericBOC signals
    
    * Fix wrong type inheritance
    
    * [GenericCorrelator] Fix multi antenna correlation
    
    * Fix integration time calculation for short codes
    
    * Fix order of early and late
    
    * Switch to full declaration of correlator shifts
    
    * Fixed integer based replica generation
    
    * Adapt generic correlator to new spacing definition
    
    * Performance improvements
    
    * Fix typo
    
    * Use SVector for GenericCorrelator
    
    * Performance improvements
    
    * Re-Added defaults for GenericBOC signals
    
    * Replace SVector{SVector} by Vector{SVector}
    
    * Adjust to changes in GNSSSignals
    
    * Change carrier fixed point calculation to float
    
    * Renamed `generic_boc.jl` to `boc.jl`
    
    * Fix infinite recursion error
    
    * Added tests for BOCcos
    
    Co-authored-by: Michael Niestroj <michael.niestroj@nav.rwth-aachen.de>
    Co-authored-by: Soeren Schoenbrod <soeren.schoenbrod@rwth-aachen.de>
    3 people authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    94bcda9 View commit details
    Browse the repository at this point in the history
  3. Improve correlator performance

    Soeren Schoenbrod committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f3d06fc View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Correct downconvert and code replica (#18)

    Co-authored-by: Soeren Schoenbrod <soeren.schoenbrod@rwth-aachen.de>
    zsoerenm and Soeren Schoenbrod authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    32f90e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Improve generic correlator

    Soeren Schoenbrod committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    fb91220 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Renamed correlators to accumulators and replaced GenericCorrelator wi…

    …th EarlyPromptLateCorrelator
    Soeren Schoenbrod committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    5778a49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from JuliaGNSS/performance-improvements

    Performance improvements and rename taps to accumulators
    dominformant authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    1c922f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Fix bugs in new correlator implementation (#20)

    * Fix missing export of `get_num_accumulators`
    
    * Reorder parameters for consitency
    dominformant authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    8be0edf View commit details
    Browse the repository at this point in the history
  2. Update GNSSSignals to 0.15

    Soeren Schoenbrod committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    3dc74ca View commit details
    Browse the repository at this point in the history
  3. Fix bug with resizing downconverted signal and add tests

    Soeren Schoenbrod committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d786086 View commit details
    Browse the repository at this point in the history
  4. Make minor upgrade

    Soeren Schoenbrod committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b773e55 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from JuliaGNSS/resize-downconverted-signal-bug

    Fix bug with resizing downconverted signal and add tests
    dominformant authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    1c0eb71 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Fix bug in code replica for phase = 0

    Soeren Schoenbrod committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e889fad View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Performance improvements for carrier replica

    Soeren Schoenbrod committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ae3296f View commit details
    Browse the repository at this point in the history
  2. Export get_system

    Soeren Schoenbrod committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    df79a1e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Update CompatHelper.yml

    zsoerenm authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    9ef1ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80b1b6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23 from JuliaGNSS/compathelper/new_version/2021-0…

    …3-30-08-39-07-958-2090716540
    
    CompatHelper: bump compat for "StructArrays" to "0.5"
    dominformant authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7cfecd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Bump version

    Soeren Schoenbrod committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    4e9451d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:JuliaGNSS/Tracking.jl

    Soeren Schoenbrod committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    4d8185b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Tracking is not compatible with StructArrays v0.5

    Soeren Schoenbrod committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    8979b74 View commit details
    Browse the repository at this point in the history