-
《数字滤波与卡尔曼滤波》本人感觉写的比较好的卡尔曼滤波图书,...
《数字滤波与卡尔曼滤波》本人感觉写的比较好的卡尔曼滤波图书,- Digital Filter and Kalman Filter I feel better to write the Kalman filter books,
- 2022-02-14 11:37:33下载
- 积分:1
-
ChiSquaredAttributeEval 源代码
ChiSquaredAttributeEval 算法源代码,可以用来做特征处理,在eclipse上编译,也可以调用这个算法,达到数据预处理的目的
- 2022-02-15 09:11:52下载
- 积分:1
-
蚁群算法c++代码
为什么这么简单的程序会让蚂蚁干这样复杂的事情?答案是:简单规则的涌现。事实上,每只蚂蚁并不是像我们想象的需要知道整个世界的信息,他们其实只关心很小范围内的眼前信息,而且根据这些局部信息利用几条简单的规则进行决策,这样,在蚁群这个集体里,复杂性的行为就会凸现出来。这就是人工生命、复杂性科学解释的规律!
- 2022-03-19 05:34:14下载
- 积分:1
-
lisp utility lib
CLLIB is a varied collection of Common lisp tools and routines in CLOCC.
Includes:
â– "guess the animal" game; simple neural net (AI)
â– autoload function and snarfing autoloads from other files
â– basic definitions: package and path
â– base64 encoding and decoding (data format)
â– Rolodex: BBDB/vCard handling
â– check values and types of the elements of a list
â– Common Lisp HyperSpec access
â– read/write CLOS object
- 2022-02-01 20:05:38下载
- 积分:1
-
Harris角点检测
1.求解像素点在水平方向的梯度 2.求解像素点在垂直方向的梯度 3.生成高斯滤波w(s,t) 4.用高斯模板对图像进行相关运算(线性滤波) 5.针对每个像素点(i,j),计算矩阵M 6.如果R(i,j)是3*3邻域内的极大值,且大于阀值,则选为角点 7.统计角点个数 8.确定角点位置
- 2022-06-15 20:11:41下载
- 积分:1
-
ekf-ukf-pf
使用MATLAB编写了关于几种常用非线性滤波算法的程序,在程序中通过一个非线性估计问题,对EKF、UKF、PF三种方法的估计性能进行了比较,可作为学习非线性滤波的学习材料。
- 2022-02-02 05:25:52下载
- 积分:1
-
各种矩阵算法库。支持UpperTriangularMatrix,LowerTriangularMatrix, DiagonalMatrix, Symmetric...
各种矩阵算法库。支持UpperTriangularMatrix,LowerTriangularMatrix, DiagonalMatrix, SymmetricMatrix, BandMatrix,UpperBandMatrix, LowerBandMatrix, SymmetricBandMatrix, RowVector,ColumnVector。- Each kind of matrix algorithm storehouse. Supports
UpperTriangularMatrix, LowerTriangularMatrix, DiagonalMatrix,
SymmetricMatrix, BandMatrix, UpperBandMatrix, LowerBandMatrix,
SymmetricBandMatrix, RowVector, ColumnVector.
- 2022-06-03 03:03:27下载
- 积分:1
-
免疫算法与遗传算法类似,主要用于求解最优化问题。
免疫算法与遗传算法类似,主要用于求解最优化问题。-Immune algorithm and genetic algorithm is similar, mainly for solving optimization problems.
- 2022-05-24 12:54:53下载
- 积分:1
-
最陡下降法~最优化设计,优化设计…
最优化设计之最速下降法~
最优化的设计作业,最速下降法~
-Optimum design of the steepest descent method ~ of the most optimized design work, the steepest descent method ~
- 2022-03-22 09:07:58下载
- 积分:1
-
最长公共子字符串
资源描述求两个输入序列的最长的公共子字符串的长度。子字符串中的所有字符在源字符串中必须相邻。
如字符串:21232523311324和字符串312123223445,他们的最长公共子字符串为21232,长度为5。
- 2022-04-16 21:07:31下载
- 积分:1