-
GPS多径抑制算法
根据多径信号的特点以及对导航定位精度的影响,利用一种能有效解决非线性非高斯问题的滤波算法-粒子滤波来估计多径信号
的时延参数。
针对传统的粒子滤波存在的粒子退化和贫化现象,将遗传算法嵌入到基本的粒子滤波框架的重采样步骤中,对其粒子滤波进行改进,既解决了粒子退化现象,也保持了粒子空间的多样性。
对于多径信号幅度的估计,利用了解决线性问题的最优估计-卡尔曼滤波。
- 2023-06-07 21:35:03下载
- 积分:1
-
MSN8.0客户端回复服务器ping的最新认证算法
MSN8.0客户端回复服务器ping的最新认证算法-MSN8.0 client server ping response to the latest Authentication Algorithm
- 2022-04-27 17:16:36下载
- 积分:1
-
两个序列的循环卷积,大家可以对比参考一哈
两个序列的循环卷积,大家可以对比参考一哈-two sequences circular convolution, we can contrast a reference to Kazakhstan
- 2022-01-26 16:28:08下载
- 积分:1
-
VC 自动关闭对话框类-VS2008
本程序基于VC2008,通过虚构一父窗口,将MessageBox设为其子窗口,利用SetTimer()函数实现对MessageBox(),在设定的时间自动关闭。
- 2022-05-27 19:26:12下载
- 积分:1
-
AES(Advanced Encryption Standard)密码算法具体实现
本AES实现支持的工作模式包括:ECB, CBC, CFB, OFB, CTR。在实现时,是在一个函数同时支持这些工作模式的,可以根据需要拆分成相应的函数单独实现。
本AES实现支持的密钥长度为128位/ 192位/256位,支持的基本块大小为128位。
- 2023-07-03 10:50:04下载
- 积分:1
-
现代信号处理这本书中的MATLAB代码。现代信号处理这本书可谓同类图书中的经典,包含了小波,自适应算法等程序。...
现代信号处理这本书中的MATLAB代码。现代信号处理这本书可谓同类图书中的经典,包含了小波,自适应算法等程序。-Modern signal processing MATLAB code in this book. Modern signal processing This book can be described as similar books in the classic, including the wavelet, adaptive algorithms and other procedures.
- 2022-03-10 08:08:23下载
- 积分:1
-
LDL decomposition. Numerical Solution of matrix equation as the most basic matri...
LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
- 2022-02-15 12:27:17下载
- 积分:1
-
这是SIR微分方程模型对初值问题的求解和作图
这是SIR微分方程模型对初值问题的求解和作图-This is the SIR model differential equations to solve the problem of initial value and mapping
- 2022-03-13 22:57:17下载
- 积分:1
-
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int...
矩阵运算的算法
用Type类数组创建矩阵对象
matrix(int rows,int cols) //创建矩阵,值为0
matrix(int n) //创建单位阵
matrix(const matrix &) //拷贝构造函数
BOOL Ismatrixf(){ return (rows==cols) } //判断矩阵是否为方阵
modifyrowscols(int rows,int cols) //修改矩阵的行列数
~matrix() {delete []elems } //析构函数
-matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
- 2022-09-14 20:40:04下载
- 积分:1
-
vc preparation procedures calculated pi
vc编写 计算圆周率程序-vc preparation procedures calculated pi
- 2022-01-23 11:08:28下载
- 积分:1