init_aadb.m

来自「WAAS matlab仿真程序 maast」· M 代码 · 共 26 行

M
26
字号
function init_aadb()%*************************************************************************%*     Copyright c 2001 The board of trustees of the Leland Stanford     *%*                      Junior University. All rights reserved.          *%*     This script file may be distributed and used freely, provided     *%*     this copyright notice is always kept with it.                     *%*                                                                       *%*     Questions and comments should be directed to Todd Walter at:      *%*     twalter@stanford.edu                                              *%*************************************************************************%%SIG2_AAD calculate airborne psueudorange confidence (variance) per LAAS MASPS% initializes AAD-B constants%   per LAAS MASPS DO-245% SEE ALSO: SIG2_AAD%created 24 April, 2001 by Todd Walterglobal AAD_A0 AAD_A1 AAD_THETA0AAD_A0     = 0.0741;  % metersAAD_A1     = 0.18;    % metersAAD_THETA0 = 27.7*pi/180.0;   % radians   

⌨️ 快捷键说明

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