服务承诺





51Due提供Essay,Paper,Report,Assignment等学科作业的代写与辅导,同时涵盖Personal Statement,转学申请等留学文书代写。




私人订制你的未来职场 世界名企,高端行业岗位等 在新的起点上实现更高水平的发展




The Research of Satellite
2015-07-08 来源: 51due教员组 类别: Report范文
这份report是关于研究卫星的一些简单功能,介绍卫星主要从哪些方面可以进行数据的精确传递和输送。另外还说明了卫星的定位功能,同时也涉及到了牛顿定律等重要定理的运用。
Mathematical Approach-
Satellite
Beginning with the approach towards our satellite, conversion programs were written in order to convert angles from degrees, minutes, and seconds to radians, and vice versa. Next, we used the formula derived from exercise #4 from equations; (19), (18), (17), (14), and (13) in the project homework assignment. This gives us a formula from converting position and general time t as given in [ tV Ψd Ψm Ψs NS λd λm λs EW h (10)] into Cartesian coordinates. Since the main purpose for each of our programs is to take in standard input, and out standard output, we used the information gained in exercise 6 to convert the data from Cartesian coordinates into form (10). In order to complete this task we used and added some additional parameters to (20).
We were then compelled to find a condition set to assure us the satellites used for our data were above the horizon. Given in Cartesian coordinates of the following equation (31), we figure x being a point on earth and s, in space, this tells us whether s viewed from x is in fact above the horizon.
t0 = tV - ǁxs(tV)-xVǁ2/c
Our final part in solving the satellite, is to compute our ts and xs, being time and position of the satellite respectively. We continued following the iteration from exercise 9 and solving t0 in the form (40).
Receiver
As mentioned in the project assignment, we have 4 unknowns with coordinates of location and time, which leaves us a range within c(tS – tV), where we do not know tV. For our mathematical approach in solving our system of 4 nonlinear equations, we chose to follow exercise 14, and solving thru Newton’s method, the nonlinear system obtained by the Least Squares approach. Due to the possibility of failure in solving this non-linear system, we chose our initial points as such: for the receiver, denote geo0 and geo1 be last two geographic coordinates of vehicle's solution. Let d_geo be the difference of geo1 and geo0 and geo = d_geo + geo1. Then init_t = t_s[1]+.08 and init_x = geography2cartesian(init_t, geo). We used .08s for the addition to t_s[1], because it is experimentally the average time that the signal takes to go to the vehicle. Also, let it be known that the init_x is approximated by assuming the velocity of the vehicle, constant over a short period.
Directions/How to use-
Our programming language consisted of using C++.
1. Compile: g++ -o satellite satellite.cpp g++ -o receiver receiver.cpp
2. ./satellite , ./ receiver
Satellite takes geographic data from standard input [ tV Ψd Ψm Ψs NS λd λm λs EW h (10)] and generates data from satellites above the horizon in the form [iS tS xS] (26). The receiver takes data in form (26), and prints to standard output in (10). Both the satellite and receiver use data.dat parameters. These programs can be used by giving a command like:
cat bm.dat | java vehicle | ./satellite | ./receiver
Lesson Learned-
We noticed in derivatives that there could have been problems in diving the Ni = ǁxS - xǁ2, since Ni is large, we avoided dividing by zero. From this, we learned that we should divide by larger numbers, but if in another project Ni was small, we would know to modify the problem or equation to divide by a reasonably large number to avoid having to divide by zero.
Other worth mentioning-
The project required that the accuracy of the GPS be within .01m. But to make it safe, the receiver was programmed to have .0001m as the condition of convergence. Also, the accuracy of time is c times of length accuracy, thus making both items at a higher degree of accuracy.
Additionally, we have also tried to solve satellites by using Newton’s method (form 38) and solve receiver by taking first 4 satellites and applying Newton’s method (exercise 13). It turns out that least square method for receiver and Newton’s method for satellite requires more actual initial point.
51Due网站原创范文除特殊说明外一切图文著作权归51Due所有;未经51Due官方授权谢绝任何用途转载或刊发于媒体。如发生侵犯著作权现象,51Due保留一切法律追诉权。
