contents.m

来自「it is a source code from mathworks」· M 代码 · 共 25 行

M
25
字号
%GPS Lecture 4
%Date 12-Nov-1999
%
%CHECK_T  repairs over- and underflow of GPS time
%
%DMS2RAD  Conversion of degrees, minutes, and seconds to radians
%
%GET_EPH  The ephemerides contained in ephemeridesfile
%	       are reshaped into a matrix with 21 rows and
%	       as many columns as there are ephemerides.
%	            Typical call eph = get_eph('rinex_n.dat')
%
%SATPOS   Calculation of X,Y,Z coordinates at time t for given 
%         ephemeris eph
%
%SAV	    Plots of a satellite's acceleration and velocity
%
%SIGMA_TR Application of Variance propagation. Data from Example 9.2 
%         in Kai Borre (1995): GPS i landmaalingen
%
%WGS2ED50 Conversion of (phi,lambda) in WGS 84 to (Phi,Lambda) in ED 50
%
%%%%%%%%%%%%%%%% end contents.m  %%%%%%%%%%%%%%%%%%%%%%%%%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?