contents.m

来自「In the planning stage of a GNSS-measurem」· M 代码 · 共 38 行

M
38
字号
%% VISUAL:% user-interface for visualization of GNSS-related design parameters%% Author:   Sandra Verhagen (A.A.Verhagen@TUDelft.nl)%           Delft Institute of Earth Observation and Space Systems%           (DEOS-MGP)%           Delft University of Technology, The Netherlands%           (http://www.lr.tudelft.nl/mgp)% Date  :   March 2006%% blkdiag.m            create block diagonal matrix% coast.mat            file needed to plot coast lines (from Matlab mapping%                      toolbox)% contents.m           this file% cpelev1.m            computes satellite elevations% cplos.m              computes line-of-sight vectors from receiver to satellite% decorrel.m           decorrelation of the variance-covariance matrix of the%                      ambiguities (from LAMBDA toolbox)% deg2rad.m            convert angles from degrees to radians% distchck.m           needed by NORMCDF.M% erfc.m               needed by NORMCDF.M% ldldecom.m           LDLt - decomposition (from LAMBDA toolbox)% normcdf.m            normal cumulative distribution (from Matlab Statistics Toolbox)% plh2xyzwgs.m         transform ellipsoidal coordinates to cartesian%                      coordinates in WGS'84% plworldini.m         plot satellite positions and tracks for given time interval% rad2deg.m            convert angles from radians to degrees% readme.txt           readme file% tropomap.m           compute mapping functions for estimating ZTD% visual.m             the user-interface% visualcompute.m      called by visual for actual computations% visualhelp.m         contains the help text for visual% VisualManual.pdf     manual for the user interface% yumaGPS.txt          sample Yuma almanac for GPS% yumaGLO.txt          sample Yuma almanac for GLONASS% yumaGAL.txt          sample Yuma almanac for GALILEO

⌨️ 快捷键说明

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