1 Star 0 Fork 16

张翼YIi/rtklib_vs

forked from wutong/rtklib_vs 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ppp_ar.c 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
wutong 提交于 2022-08-20 08:25 +08:00 . first version
/*------------------------------------------------------------------------------
* ppp_ar.c : ppp ambiguity resolution
*
* reference :
* [1] H.Okumura, C-gengo niyoru saishin algorithm jiten (in Japanese),
* Software Technology, 1991
*
* Copyright (C) 2012-2015 by T.TAKASU, All rights reserved.
*
* version : $Revision:$ $Date:$
* history : 2013/03/11 1.0 new
* 2016/05/10 1.1 delete codes
*-----------------------------------------------------------------------------*/
#include "rtklib.h"
/* ambiguity resolution in ppp -----------------------------------------------*/
extern int ppp_ar(rtk_t *rtk, const obsd_t *obs, int n, int *exc,
const nav_t *nav, const double *azel, double *x, double *P)
{
return 0;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhang-yi-yii/rtklib_vs.git
git@gitee.com:zhang-yi-yii/rtklib_vs.git
zhang-yi-yii
rtklib_vs
rtklib_vs
master

搜索帮助