Skip to content

Implement PRN-ranging ambiguity

The PRN code has an ambiguity of ~300km.

This could be implemented in the following way,

  1. for each link: ambiguity_number = first_mpr // (300km/c)
  2. then for all mprs: mprs -= ambiguity_number * (300km/c)

I would suggest to implement this for the tps_mprs.

Edited by Jean-Baptiste Bayle