-
kalman-filter-tool
kalman滤波,目标跟踪。。。。。。。。。。。。。。。。(object tracking。。。。。。。。。。。。。。。)
- 2012-04-15 10:10:37下载
- 积分:1
-
Obot7033n
关于目标追踪的一个源代码,比较了卡尔曼滤波和粒子子滤波的跟踪效果。 ,经测试可直接使用。
(A source code on the target track, and compare the tracking performance of the Kalman filter and particle sub-filter. Has been tested and can be used directly.)
- 2012-06-09 10:53:41下载
- 积分:1
-
ybyb2
运用matlab/simulink创建一单机无穷大电力系统暂态稳定性分析(Transient stabilty analysis of one-machine infinite bus power system)
- 2020-06-29 16:40:01下载
- 积分:1
-
PSO_Kmeans
K-means聚类算法,基于PSO改的聚类算法,对初始点的选择进行优化(K-means clustering algorithm, based on PSO modified clustering algorithm, optimized the selection of the initial point.)
- 2018-01-30 10:57:47下载
- 积分:1
-
多自由度有阻尼系统的MATLAB求解代码
多自由度有阻尼系统的MATLAB求解代码,输入刚度,阻尼,平衡方程,自动计算结构阻尼频率和振型。(The MATLAB solution code of the damping system with multiple degrees of freedom is used to enter the stiffness, damping and equilibrium equations, and the damping frequency and vibration mode of the structure are automatically calculated.)
- 2021-03-06 10:29:31下载
- 积分:1
-
skin_detection
Used for detecting skin in image.Uses YCbCr color space
- 2010-11-29 08:24:17下载
- 积分:1
-
DPSO
说明: 处理旅行商问题的离散PSO算法的例程,动态生成路径串,算法本身保证了路径串的合法性(Traveling salesman problem to deal with discrete PSO algorithm routines, dynamically generated path string, the algorithm itself, guarantee the legitimacy of the path string)
- 2008-11-14 21:34:24下载
- 积分:1
-
基于Matlab的简单图像网格划分
简单的图像网格划分软件,使用Matlab语言,能够自动对二维、三维图像进行网格划分,图像通过输入轮廓代码进行描绘。% Example: (Uniform Mesh on Unit Circle)
fd=@(p) sqrt(sum(p.^2,2))-1;
[p,t]=distmesh2d(fd,@huniform,0.2,[-1,-1;1,1],[]);% Example: (Uniform Mesh on Torus)
fd=@(p) (sum(p.^2,2)+.8^2-.2^2).^2-4*.8^2*(p(:,1).^2+p(:,2).^2);
[p,t]=distmeshsurface(fd,@huniform,0.1,[-1.1,-1.1,-.25;1.1,1.1,.25]);
- 2022-01-26 17:33:19下载
- 积分:1
-
rigidframe
门式刚架辅助设计工具箱 ,计算工具箱好用(rigid frame)
- 2010-09-29 12:48:30下载
- 积分:1
-
Graph
关于复杂网络社团结构的相关程序,其中包括求节点间最短距离,求边介数等等。(There are some procedures about community structure of comlex network which includes the shortest distance between nodes and betweeness and so on.)
- 2012-04-12 20:37:13下载
- 积分:1