-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matija Nalis
committed
Jan 9, 2015
1 parent
2fd61d0
commit 9e5c451
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- finish parsing 50bps data (to look for Ephemeris data) | ||
|
||
- why does 50BPS data (both in raw GSD4t data from strace.log, and more | ||
importantly from Samsung-generated SLCLog.gp2 MID 08) seems broken most of | ||
the time (TLM is invalid, parity does not verify etc)? | ||
|
||
- if we had ephemeris (either from 50BPS data, or downloaded from Internet | ||
AGPS way), what else would we need to calculate satellite pseudorange? | ||
The time of transmission? Find where that can be acquired from (first from | ||
raw GPS communication - 50BPS data or something else?), and then try to find | ||
it SLCLog.gp2 and finally in raw GSD4t datastream. | ||
|
||
- when we have calculated SV pseudoranges, we can proceed to trilaterate our | ||
position in ECEF, and from there convert to WGS84 lat/lon/height coordinates. | ||
|
||
- find what other unknown bits mean and if they can be used for better | ||
precision, faster fix etc. |