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

📄 af_cnmpagg.m

📁 gps“可用性”matlab代码 Matlab Algorithm Availability Simulation Tool
💻 M
字号:
function sig2_cnmp = af_wrscnmpagg(del_t,el)%*************************************************************************%*     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                                              *%*************************************************************************%global CONST_F1 CONST_F2  cnmp_coef = [-3.9586 11.5991 -10.5790 0.7142];    % aggressive cnmpa1 = CONST_F1^2/(CONST_F1^2-CONST_F2^2);a2 = CONST_F2^2/(CONST_F1^2-CONST_F2^2);idxvis = find(~isnan(el));sig2_cnmp = repmat(NaN,size(el));sig2_cnmp(idxvis) = (a1^2+a2^2) * exp(polyval(cnmp_coef,el(idxvis))).^2;

⌨️ 快捷键说明

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