-
Notifications
You must be signed in to change notification settings - Fork 8
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
Use code generation from GNSSSignals.jl
#29
Conversation
I have added CI for all new pull request right here on Github. There are still some errors (see below). |
FixedPointNumbers
FixedPointNumbers
Actually, the code generation can simplified here, as soon as JuliaGNSS/GNSSSignals.jl#21 is merged. |
Codecov Report
@@ Coverage Diff @@
## master #29 +/- ##
==========================================
- Coverage 90.97% 89.26% -1.72%
==========================================
Files 16 16
Lines 432 419 -13
==========================================
- Hits 393 374 -19
- Misses 39 45 +6
Continue to review full report at Codecov.
|
FixedPointNumbers
GNSSSignals.jl
The test is failing because the minimal Julia version that is required by the new GNSSSignals.jl is v1.6 |
Code generation is now implemented by |
The tracking of BOC-Signals requires to load the code with non-integer phases to enable the subcarrier generation.
Using
FixedPointNumbers.jl
gives comparable speed as the current implementation while providing the fractional phase in the code access.