Bookmark this page: Add Formulas for calculating positions to Yahoo MyWeb Add Formulas for calculating positions to Google Bookmarks Add Formulas for calculating positions to Windows Live Add Formulas for calculating positions to Del.icio.us Digg Formulas for calculating positions! Add Formulas for calculating positions to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Siggen on December 10, 2005, 5:15 pm


I have project which consists of calculating positions from RINEX o.
and n. files. I have searched the internet for formulas to use, but
haven`t got any good pages yet. Is there a good place where you can
find explained formulas? Will try to write those I already have here
(if they are correct):

P = phi + c*d_r-c*d^i

phi = sqrt([X^i(t-tau)-x_r]^2+[Y.....]^2+[Z.....]^2)

I would be happy for URLs or reference to PDF files to look at.

Thanks in advantage

Mr. Tillerli


Posted by Bob on December 11, 2005, 5:09 pm


Hi,

Calculating a position from RINEX files involves a few steps:

1- compute satellite clock bias (dt) (with ephemerides: coefficients
a0, a1 and a2)
2- compute time of transmission of signal for each satellite
(basically: t = t(reception) - C/Acode / speed of light - dt)
3- compute position of satellite at time of transmission (this involves
a few step using data from ephemerides - see reference later)
4- compute vector between approximate receiver position and satellites
5- least squares adjustment

I'm sure that what I just said didn't really help... the best ressource
for you would be a book on GPS (I know you could find algorithms for
all of the above mentionned steps in Leick's book). If you don't have
access to a library with GPS books, there is one online that is a good
start but you need to have a good Internet connection because it is
about 100 megs. Anyway, if you are interested:

http://gge.unb.ca/Pubs/LN58.pdf

Hope this was helpful


Posted by Bob on December 11, 2005, 5:12 pm


Hey, me again

if you don't want to write the code yourself, you can surely find it on
the internet. Her's an example:

http://gps.aau.dk/~borre/easy/


Posted by Sam Storm van Leeuwen on December 12, 2005, 4:14 am


Hi,

Check my pages at http://home-2.worldonline.nl/~samsvl/software.htm

Have fun !

Sam

@f14g2000cwb.googlegroups.com:

> I have project which consists of calculating positions from RINEX o.
> and n. files. I have searched the internet for formulas to use, but
> haven`t got any good pages yet. Is there a good place where you can
> find explained formulas? Will try to write those I already have here
> (if they are correct):
>
> P = phi + c*d_r-c*d^i
>
> phi = sqrt([X^i(t-tau)-x_r]^2+[Y.....]^2+[Z.....]^2)
>
> I would be happy for URLs or reference to PDF files to look at.
>
> Thanks in advantage
>
> Mr. Tillerli
>


Posted by =?iso-8859-1?B?Z2lTYmr4cm4=?= on December 13, 2005, 8:01 am


Thanks for all the help! I am sure all of this information will help. I
have some books about GPS, but I will check out the book you gave me
Bob (luckily I can download it from my university - fast speed). I will
also check out the other links suggested, and if I remember it I will
post my finished applet in this same thread.