Skip to content

Commit

Permalink
Add code to center frequency ratio to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoerenm committed Sep 13, 2019
1 parent d28521a commit 23f9745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ In addition to that, there are some auxiliarly functions:
| `get_code_frequency(::Type{<:AbstractGNSSSystem})` | Get code frequency |
| `get_data_frequency(::Type{<:AbstractGNSSSystem})` | Get data frequency |
| `get_code(::Type{<:AbstractGNSSSystem}, phase, prn::Int)` | Get code at phase `phase` from PRN `prn` |
| `get_code_center_frequency_ratio(::Type{<:AbstractGNSSSystem})` | Get code to center frequency ratio |

#### Example

Expand Down

2 comments on commit 23f9745

@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 register()

@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/3513

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.10.0 -m "<description of version>" 23f9745e07830331e3700b79cd6d5796782aad1f
git push origin v0.10.0

Please sign in to comment.