⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 af_giveconst.m

📁 gps“可用性”matlab代码 Matlab Algorithm Availability Simulation Tool
💻 M
字号:
function igpdata = af_giveconst(t, igpdata, wrsdata, satdata, wrs2satdata,truth_data)%*************************************************************************%*     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                                              *%*************************************************************************%%%GIVE_const returns the give variancs for each IGP%   Created 19 Jun 2001 by Todd Walter%get constant parametersglobal GIVEI_CONSTglobal COL_IGP_GIVEI COL_IGP_UPMGIVEI COL_IGP_MINMONn_igp = size(igpdata,1);%return values%all IGPs meet the minimum monitoring requirements (used for histogram)igpdata(:,COL_IGP_MINMON)=repmat(1,n_igp,1);igpdata(:,[COL_IGP_GIVEI COL_IGP_UPMGIVEI])=repmat(GIVEI_CONST,n_igp,2);

⌨️ 快捷键说明

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