msg_amf.m
来自「这是国外关于卫星导航方面一书的源代码」· M 代码 · 共 24 行
M
24 行
% -----------------------------------------------------------------------------
% GPSLab - MSG_AMF.M Info-Message zu CDGPS(amf) (Tr鋑erphasen-DGPS mit Hilfe
% der ambiguity mapping function)
% -----------------------------------------------------------------------------
%
%
% (c) iapg 1999-2002 zeb
% -----------------------------------------------------------------------------
gpsjpg=imread('sat.jpg','JPEG');
hmsg=msgbox(['CDGPS(amf) processing carrier pahse double differences using the ambiguity mapping function.' ...
' This can be based upon L1 only or L1+L2 (L12) and for linear combinations of L1 and L2:' ...
' The latter ones can be the Lanes Lw (widelane), L43 and L34. Further ones can be easily implemented. ' ...
' Graphics are provided for the solution in the position search space, RDOP, satellite distribution, observations available,' ...
' and so on ... Tropospheric refraction is modelled. ' ...
' The kind of model can be selected, the elevation mask also. ' ...
' The results can be found in lstamf.txt . '], ...
'GPSLab Info: Ambiguity Mapping Function (CDGPS)','custom',gpsjpg,summer(64));
clear gpsjpg;
% -----------------------------------------------------------------------------
% (c) iapg 1999-2002 zeb
% -----------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?