Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Track profile switching logic + Glonass support #55

Closed
wants to merge 61 commits into from

Commits on Aug 1, 2016

  1. Remove call to start() which was done for debugging purposes

    Pasi Miettinen authored and valeri-atamaniouk committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    d9e5629 View commit details
    Browse the repository at this point in the history
  2. Fix L1CA and L2C alias lock detectors

    Adel Mamin authored and valeri-atamaniouk committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    4b59d6e View commit details
    Browse the repository at this point in the history
  3. Fix code formatting

    Adel Mamin authored and valeri-atamaniouk committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    da7eaab View commit details
    Browse the repository at this point in the history
  4. Address code review comments

    Adel Mamin authored and valeri-atamaniouk committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    f9c7ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Add GLO acquisition support

    Conflicts:
    	peregrine/defaults.py
    	peregrine/gps_constants.py
    	peregrine/run.py
    	tests/test_run.py
    Pasi Miettinen authored and valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    8ea1d21 View commit details
    Browse the repository at this point in the history
  2. glonass: added file formats with GLO signals for acquisition

    Added GLONASS-specific file formats for processing.
    valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    0ed5bb3 View commit details
    Browse the repository at this point in the history
  3. iqgen: Added support for explicit file encoding types

    Added support for file encoding types compatible with main peregrine
    tools.
    valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    011be82 View commit details
    Browse the repository at this point in the history
  4. Add GLO tracking support

    Pasi Miettinen authored and valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    31b3a6a View commit details
    Browse the repository at this point in the history
  5. iqgen: fixes for GLO signal generation.

    Updated GLONASS C/N0 estimation and parameter handling.
    valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    89ace5d View commit details
    Browse the repository at this point in the history
  6. tracking: fixed GLONASS result file name mangling

    Fixed handling of GLONASS tracking result file names.
    valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    0ca3c2f View commit details
    Browse the repository at this point in the history
  7. tracking: added support for tracking GLONASS SVs

    Added support for tracking analysys of GLONASS signals.
    valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    7af2714 View commit details
    Browse the repository at this point in the history
  8. Updated unit tests

    Updated hanlding of encoding names, added GLONASS tracking test.
    valeri-atamaniouk committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    0f8ae7c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Add script for computing controlled-root parameters

    Paakkit authored and Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    75d3709 View commit details
    Browse the repository at this point in the history
  2. Added comments

    Paakkit authored and Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    1fa8ff4 View commit details
    Browse the repository at this point in the history
  3. Extend performance simulation scripts with L1CA band option

    psalmela authored and Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    407c777 View commit details
    Browse the repository at this point in the history
  4. Add 3rd order loop PLL

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    1e153b9 View commit details
    Browse the repository at this point in the history
  5. Add MM CN0 estimator

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    eff359d View commit details
    Browse the repository at this point in the history
  6. Adjusted to track with non-zero doppler

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    1d6cd6b View commit details
    Browse the repository at this point in the history
  7. WIP

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    58b2e91 View commit details
    Browse the repository at this point in the history
  8. WIP 2

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    2c83767 View commit details
    Browse the repository at this point in the history
  9. Add BL CN0 estimator

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    ff1f63a View commit details
    Browse the repository at this point in the history
  10. Add new FSM (WIP)

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    2ef738e View commit details
    Browse the repository at this point in the history
  11. Add numbers to samples distribution utility

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    2728863 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c368f0 View commit details
    Browse the repository at this point in the history
  13. Add profile switching logic

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    59e3c94 View commit details
    Browse the repository at this point in the history
  14. Add more debug output

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    954de15 View commit details
    Browse the repository at this point in the history
  15. Fix DLL initialization

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    d94c4fa View commit details
    Browse the repository at this point in the history
  16. Static dopplers work!

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    fabad6c View commit details
    Browse the repository at this point in the history
  17. 5g doppler works!

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    e9a70d3 View commit details
    Browse the repository at this point in the history
  18. Draft version of tracking profile algorithm is ready

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    63acde8 View commit details
    Browse the repository at this point in the history
  19. Clean up

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    0d9ef86 View commit details
    Browse the repository at this point in the history
  20. Lost fast lock causes PLL bw set to index 1

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    8212ce0 View commit details
    Browse the repository at this point in the history
  21. Fix bit sync processing handling

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    0712cb1 View commit details
    Browse the repository at this point in the history
  22. Fix controlled root 3rd order tracking loop

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    e25fee6 View commit details
    Browse the repository at this point in the history
  23. Add 40 & 80 ms integration

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    8cb4be2 View commit details
    Browse the repository at this point in the history
  24. Fix bugs in controlled root 3rd order loop

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    3cf99a0 View commit details
    Browse the repository at this point in the history
  25. Clear track profile switching history if it is too old

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    aa9fc2d View commit details
    Browse the repository at this point in the history
  26. Change tracker stabilization time to 50ms

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    55b126c View commit details
    Browse the repository at this point in the history
  27. Change PLL BW values order

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    7563695 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    588895e View commit details
    Browse the repository at this point in the history
  29. Add subplots support to print_track_res script

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    21ec892 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3ecf81e View commit details
    Browse the repository at this point in the history
  31. Fix code formatting

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    b45910b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    243e55b View commit details
    Browse the repository at this point in the history
  33. Refactor profile history handling

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    f55936b View commit details
    Browse the repository at this point in the history
  34. Fefactor dynamics handling

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    945c5fd View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    17698e2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3ab0881 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ed72cc7 View commit details
    Browse the repository at this point in the history
  38. Fix alias lock detector

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    8f9660f View commit details
    Browse the repository at this point in the history
  39. Remove references to stages and pipelining

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    5e209ea View commit details
    Browse the repository at this point in the history
  40. Add unit test for alias detector

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    37ac293 View commit details
    Browse the repository at this point in the history
  41. Fix unit tests

    Fix unit test rebasing error
    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    a33e3f1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c663de3 View commit details
    Browse the repository at this point in the history
  43. Update libswiftnav SHA1 to match master head

    Adel Mamin committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    93b8446 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    b371610 View commit details
    Browse the repository at this point in the history
  2. Fix formatting + add comments. No functional changes

    Adel Mamin committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    e2ee044 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. Remove history support

    Adel Mamin committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    012dca3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Fix print_track_result to match new csv fields naming

    Adel Mamin committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    4577ed5 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Change pessimistic and optimistic lock delays

    Adel Mamin committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    1c9a0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a94a72b View commit details
    Browse the repository at this point in the history