登录
首页 » 算法 » GPS多径抑制算法

GPS多径抑制算法

于 2023-06-07 发布 文件大小:3.06 MB
0 181
下载积分: 2 下载次数: 2

代码说明:

根据多径信号的特点以及对导航定位精度的影响,利用一种能有效解决非线性非高斯问题的滤波算法-粒子滤波来估计多径信号 的时延参数。  针对传统的粒子滤波存在的粒子退化和贫化现象,将遗传算法嵌入到基本的粒子滤波框架的重采样步骤中,对其粒子滤波进行改进,既解决了粒子退化现象,也保持了粒子空间的多样性。 对于多径信号幅度的估计,利用了解决线性问题的最优估计-卡尔曼滤波。  

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本题的中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计16nS...
    本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进制数字转换为十进制数字服务的。 最后把1000个数字分别存储在整型数组r[]中,输出就是按顺序输出该数组。
    2022-01-30 11:44:24下载
    积分:1
  • 手机通讯录系统
    #include #include #include #include #include struct people {   char name[20];   char tel[20];   int classficition;//类型 1.办公类  2.个人类 3.商务类   char E_mail[30];   people *pNext; }; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-03-23 03:05:04下载
    积分:1
  • dining philosophers problem source code
    哲学家就餐问题源代码-dining philosophers problem source code
    2022-11-23 20:50:03下载
    积分:1
  • 机械优化设计的C程序,黄金分割,解决一维优化问题
    机械优化设计的C程序,黄金分割法,解决一维优化问题-Optimal Design of C mechanical procedures, golden section method to solve one-dimensional optimization problem
    2022-02-12 19:32:17下载
    积分:1
  • 根据前序序列和中序序列生成二叉树并进行遍历。
    根据前序序列和中序序列生成二叉树并进行遍历。-sequence and the sequence sequence sequence generation and binary tree traversal.
    2022-01-26 00:59:22下载
    积分:1
  • 远志网络还原大师号器的源码,看了就明白很粗糙的但毕竟能用。...
    远志网络还原大师算号器的源码,看了就明白很粗糙的算法但毕竟能用。-network reduction Chi master Suanhaoqi source code, read on to understand the algorithm is very rough but, after all, can be used.
    2023-03-15 12:20:03下载
    积分:1
  • 误差分析的方有多种,这是一种先验估计误差的方,较以往的“向前误差分析”在矩阵运的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少...
    误差分析的方法有多种,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少用向前误差分析难于判定可靠性的数值方法获得新的进展。特别值得一提的是,在工程技术界,经常使用几种不同的计算方法,甚至使用实验方法进行比较,从而确定计算结果的可靠性,这也是一种有效而实用的方法。-error analysis by a number of means, which is a priori estimation error method, compared to the previous "Forward Error Analysis" in the matrix calculation error into the homes a better estimate on the results of a matrix so the error analysis of a breakthrough in the progress, many with forward error analysis can be difficult to determine on the numerical method to achieve new progress. Particularly worth mentioning is that in the engineering technology sector, often use several different methods of calculation, or even the use of experimental methods, in order to determine the reliability of results, which is also an effective and practical method.
    2022-04-27 04:17:28下载
    积分:1
  • 频繁模式挖掘
    关联规则学习是一种发现有趣在大型数据库中的变量之间的关系的最受欢迎的和深入研究的方法。它旨在找出强规则发现在使用不同的措施,度的数据库中。
    2022-02-15 18:25:31下载
    积分:1
  • Practice of dynamic arrays (Second Edition) a large amount of data management is...
    实习性 动态数组(第二版) 大量数据的管理是很多程序员的心病,很难找到一个速度快、效率高、支持超大规模数据的表动态数组是一个功能强大的列表形数据管理链表,利用它可以轻松实现超大数据量的随机插入、删除、修改等操作,它另外一个特点就是速度极快,内存利用率高。 -Practice of dynamic arrays (Second Edition) a large amount of data management is the heart of many programmers, it is difficult to find a fast, high efficiency, support for ultra-large-scale data table dynamic array is a powerful list of shape data management list using it can easily realize large amount of data random insert, delete, modify, such as operation, it is another feature of this approach is extremely fast, high memory utilization.
    2023-05-25 14:35:03下载
    积分:1
  • 对任意长整数进行加减的类,详见txt文件。
    对任意长整数进行加减的类,详见txt文件。-For any long integer add or subtract the class, see txt file.
    2022-02-03 15:16:28下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载