Skip to content

Commit

Permalink
Add version bounds to DocStringExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoerenm committed Nov 14, 2019
1 parent d41aa7b commit 552a968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Expand Up @@ -12,6 +12,7 @@ TrackingLoopFilters = "0814aff9-93cb-554c-9fff-9bf1cfdb5efa"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
DocStringExtensions = "0.6, 0.7, 0.8"
GNSSSignals = "0.10.3"
Unitful = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
StaticArrays = "0.9, 0.10, 0.11, 0.12"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,12 +4,14 @@
[![Coverage Status](https://coveralls.io/repos/github/JuliaGNSS/Tracking.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaGNSS/Tracking.jl?branch=master)

# Tracking
This implements a basic tracking functionality for GNSS signals. The correlation is done in the interval of PRNs. Each call of the tracking function returns the current code phase, doppler, the Carrier-to-Noise-Density-Ratio (CN0), data bits, number of data bits and the last correlator output.
This implements a basic tracking functionality for GNSS signals. The correlation is done in the interval of PRNs. Each call of the tracking function returns the current code phase, Doppler, the Carrier-to-Noise-Density-Ratio (CN0), data bits, number of data bits and the last correlator output.

## Features

* Supports GPS L1 / L5 and Galileo E1B
* CN0 estimation
* Secondary code detection
* Bit detection
* Phased array tracking

## Getting started
Expand Down

2 comments on commit 552a968

@zsoerenm
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/5407

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.11.0 -m "<description of version>" 552a96858e2c3f0d10c6aefbe6d3b3b1a3347cbb
git push origin v0.11.0

Please sign in to comment.