资源简介

读取IGS文件(观测文件*.*o 广播星历*.*n;精密星历*.sp3;修正电离层对流层)。均是matlab函数形式,可直接用于GPS matlab数据处理

资源截图

代码片段和文件信息

function ion_delay = Klobuchar(EAGPSTAlphaBeta)

%程序描述:求解采用Klobuchar模型的电离层延迟
%---------------------------------------------------------------
%-- Inputs:
%--             EL                %-- Elevation angle (degrees)
%--             AZ                %-- Azimuth  (radian)
%--             GPST             %-- GPS time in 24 hour(sec)
%--             Alpha            %-- Alpha parametres
%--             Beta             %-- Beta parametres
%-- Outputs:
%--             ion_delay            %--ionosphere delay
%---------------------------------------------------------------
B = 39.6086;            %-- latitude 39.6086 North
L = 115.8925;           %-- longitude 115.8925 East
EL = E / 180;         %-- (semicircles)
AZ = A / 180 * pi;
%-- 1.Calculate the Earth-centered angl

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1900  2016-01-27 22:00  Klobuchar.m

     文件      13165  2016-01-27 21:59  read_nav.m

     文件      30526  2013-11-26 18:51  read_obs.m

     文件       4275  2016-01-27 21:58  read_sp3.m

     文件       1608  2013-11-15 16:13  trop_hopf.m

     文件        257  2013-11-15 16:07  trop_simp.m

----------- ---------  ---------- -----  ----

                51731                    6


评论

共有 条评论