资源列表
HOG
- hog features extraction
先进PID控制PDF以及源码
- 先进PID控制与matlab仿真PDF以及对应源打码(The <<PID control and matlab simulation>> 's PDF and code)
k-means
- 此种k-means 算法可以快速的对随机产生的随机数据,进行分类,而且分类的效果比较好,效果直观。(This kind of k-means algorithm can quickly classify randomly generated random data and classify it, and the classification effect is better and the effect is intuitive.)
模拟退火算法
- 此种算法简单,有效,可以对所求的数据更加优化,使所求数据更加合理,绝对可以运行,请大家放心。(This algorithm is simple and effective. It can be more optimized for the data requested, so that the data is more reasonable and can be run. Please be assured.)
k-means
- 此代码可以对图像很好的聚类,文件里面有原始图像,也有聚类后的图像,聚类的效果挺好的,大家可以看看(This code can make a good clustering of images. In the file, there are original images, and there are also images of clustering. The effect of clustering is good. You can have a look at it)
模拟退火
- 此代码用于求解二维数据中的优化问题,效果挺好的,文件里有二维数据的问题,大家可以好好看看!(This code is used to solve optimization problems in 2d data. The results are good. There are two dimensional data problems in the file, so you can have a good look!)
STAP_JDL
- 空时自适应处理降维算法中的JDL,采用三乘三转换矩阵(Dimensionality reduction algorithm for space time adaptive processing)
matlab实用程序
- MATLAB编程的实用编程算例,让MATLAB编程轻松入门(MATLAB programming practical examples of programming, MATLAB programming easy entry)
exam5_1
- 采用四面体单元计算单向拉伸杆的横截面应力(The stress of the cross section of the uniaxial tension bar is calculated by tetrahedron element)
工程中的有限元方法 (中文版+英文版+源程序)
- 本书比较详细地介绍了有限元方法基本原理及其在工程中的应用(This book describes in more detail the basic principles of finite element method and its application in Engineering)
延时滤波器
- matlab设计小数延时滤波器:滤波器长度,期望延迟量可调整(matlab design fractional delay filter: filter length, adjustable delay expected)
卡尔曼
- Kalman Filter是一个高效的递归滤波器,它可以实现从一系列的噪声测量中,估 计动态系统的状态。广泛应用于包含Radar、计算机视觉在内的等工程应用领域,在控制理论和控制系统工程中也是一个非常重要的课题。连同线性均方规划,卡尔曼滤波器可以用于解决LQG(Linear-quadratic-Gaussian control)问题。卡尔曼滤波器,线性均方归化及线性均方高斯控制器,是大部分控制领域基础难题的主要解决途径。(Kalman Filter is an efficient recursi