Cold snapshot GNSS / snapshot positioning without initial information #2
-
|
I received a question regarding the cold snapshot GNSS implementation in this repository, which I would like to address here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
|
The cold snapshot technique combines coarse-time Doppler navigation (CTDN) with code-phase-based coarse-time navigation (CTN). Applying CTDN first removes the requirement of CTN for a coarse initial receiver location and time. My implementation in coarse_time_navigation.py is called
Here are a few notes that might help understanding challenges when applying my code in practice:
|
Beta Was this translation helpful? Give feedback.
The cold snapshot technique combines coarse-time Doppler navigation (CTDN) with code-phase-based coarse-time navigation (CTN). Applying CTDN first removes the requirement of CTN for a coarse initial receiver location and time. My implementation in coarse_time_navigation.py is called
cold_snapshot(...)and inspired byHere are a few notes that might help understanding challenges when applying my code in practice: