|
Re: TOA (Time of Arrival) [message #79896 is a reply to message #79894] |
Tue, 17 April 2012 05:25  |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
On Tuesday, April 17, 2012 4:30:07 AM UTC-4, bongjae kuk wrote:
> Hello Friends..
>
> I am looking for the existing routine or any comment for time of
> arrical equation.
>
> If we know information(latitude, longitude, height, time) of site1 ,
> site2, site3, and site4 then we can calculate unknown latitude,
> longitude, height, time of radiation source using TOA(Time of Arrival)
> equation with speed of light(constant).
>
> Would you comment it? and any respose is appreciated!
Yes, it can be done with IDL. I'm not aware of any existing public routines for this though.
You probably want to rephrase the problem as a least squares problem. For a given set of input parameters (you list them), your model would compute the arrival time for each station. It's a simple matter of some dot products. :-) Then vary the parameters until you get a good fit to the arrival time data.
You probably want to work in 3D cartesian space. There's a question of whether you use earth body-fixed coordinate system or earth centered inertial (ECI) (i.e. does the coordinate system rotate with the earth or is it fixed to the stars). It depends on whether you expect your source to be astrophysical, solar system, or local orbit. Local can use earth-fixed, otherwise convert to ECI.
Craig
|
|
|