-
will enhance wavelet for target tracking. Lifting the core algorithm and is upda...
将提升小波用于目标跟踪。
小波提升的核心就是更新算法和预测算法,通过预测算法可以得到高频信息,而通过更新算子可以得到正确的低频信息.提升样式可以实现原位计算和整数提升,并且变换的中间结果是交织排列的.其中原位计算和整数提升在硬件实现中很有价值.-will enhance wavelet for target tracking. Lifting the core algorithm and is updated prediction algorithm, algorithm can be predicted high-frequency information, and by updating operator can correct the low-frequency information. upgrade format can achieve in-situ upgrade and Integer calculations, and transform the intermediate results are intertwined with a. which integer calculation and in-situ upgrading the hardware realization of great value.
- 2022-05-14 04:46:44下载
- 积分:1
-
- 2022-10-02 07:15:03下载
- 积分:1
-
计算值的任何表达式 (使用堆栈)
这是 一个程序来计算值的任何表达式 (使用堆栈)
e.g. 3 * 5 + 2 * 4 -
5.
有效利用堆栈的太执行给定的任务
使用只有堆栈 immplementation 算法
- 2022-07-04 08:20:40下载
- 积分:1
-
random number algorithm,including code.
随机数算法,包含文档和源代码-random number algorithm,including code.
- 2022-01-27 10:29:16下载
- 积分:1
-
捷联惯导仿真程序
学习SINS的好程序,里面具有完整的注释。程序里包含有轨迹发生器,惯导解算,初始对准,卡尔曼滤波,并有sins与gps组合导航程序代码。可以适当改变一些参数,看看其它仿真效果。
- 2022-08-26 11:14:15下载
- 积分:1
-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题....
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
- 2022-02-12 08:16:30下载
- 积分:1
-
Procedures are given deformation QR method with real symmetric triangular matrix...
程序中给出了用变形QR方法计算实对称三角阵的全部特征值与相应的向量-Procedures are given deformation QR method with real symmetric triangular matrix of all eigenvalues with the corresponding vector
- 2022-12-29 05:15:03下载
- 积分:1
-
移动基站考勤系统
应用背景基于手机的考勤跟踪系统关键技术
- 2022-03-16 02:33:10下载
- 积分:1
-
UKF matlab生成C语言
这个代码是有一个外国人写的,主要讲的是ukf的实现。#include
#include
#include "FreeRTOS.h"
#include "kalman.h"
#include "matrix.h"
/*
* ukf_filter_new
*/
ukf_filter
ukf_filter_new(unsigned int state_dim,
- 2022-01-31 17:15:52下载
- 积分:1