Implement PRN-ranging ambiguity
The PRN code has an ambiguity of ~300km.
This could be implemented in the following way,
- for each link:
ambiguity_number = first_mpr // (300km/c)
- then for all mprs:
mprs -= ambiguity_number * (300km/c)
I would suggest to implement this for the tps_mprs
.
Edited by Jean-Baptiste Bayle