-
sgz
具有滑动窗的geoertzel算法函数。提供了一个函数,用于实现滑动窗的geoertzel算法。已调试通过,可直接调用。(A function for slide geoertzel arithmetic which can be applied directly.
)
- 2010-12-02 21:02:30下载
- 积分:1
-
svm
target detection with svm
- 2012-10-21 16:19:17下载
- 积分:1
-
BFGS
拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。如今,优化软件中包含了大量的拟牛顿算法用来解决无约束,约束,和大规模的优化问题。(The quasi-Newton method and the Steepest Descent Methods only require that each step iterations know the gradient of the objective function. By measuring the change of the gradient, constructing a model of the objective function is sufficient to produce superlinear convergence. This method is much better than the steepest descent method, especially for difficult problems. In addition, because the quasi-Newton method does not require information on the second derivative, it is sometimes more effective than the Newton s Method. Today, the optimization software contains a large number of quasi-Newton algorithm used to solve the unconstrained, constraint, and large-scale optimization problems.)
- 2017-05-05 10:28:29下载
- 积分:1
-
kalmanfilter
说明: 一种改进的自适应滤波器的状态估计,效果非常之好,是用MATLAB编写的,直接在matlab下运行就可以看到完美的滤波效果,自适应算法是sage—husa算法,较传统的滤波器有很大提高(An improved adaptive filter state estimation, the effect is definitely a good thing, is to use MATLAB prepared directly in matlab run will be able to see the effect of a perfect filter, adaptive algorithm is sage-husa algorithm, a more traditional filter machine has greatly improved)
- 2020-12-10 20:59:20下载
- 积分:1
-
G-Rilling
G Rilling 编写的HHT的 matlab代码。(HHT from G Rilling base on matlab)
- 2013-01-04 11:11:44下载
- 积分:1
-
13_30
运动捕获数据周期运动,用于做运动分割或关键帧提取(Motion capture data periodic motion, used to make motion segmentation or keyframe extraction)
- 2015-01-19 17:01:39下载
- 积分:1
-
comVision
图片印刷字符的识别(可识别多种字体)
将Matlab工作空间路径设置为本文件夹
在Matlab命令窗口内输入:
numCongnition( able1/01.jpg )
通过改图片来对不同的图进行处理,其中able1,able2,able3三个文件夹分别对应三种字体
命令窗口输出要识别的字符,并且自动弹出中间处理过程窗口
也可以运行:
num = pretreat( able1/01.jpg )
imshow(num)
直接得到预处理后的图片
再键入:
getNumber(num)
得到字符输出
(Set the Matlab workspace path to this folder
In the Matlab command window input:
NumCongnition ( able1/01. JPG)
Through change pictures to deal with different figure, including able1, able2, able3 three folders corresponding to three kinds of fonts
Command window output to identify characters, and automatically process among popup Windows
Can run:
Num = pretreat ( able1/01. JPG)
Imshow (num)
Directly after preprocessing of images
Type:
GetNumber (num)
Get the output character)
- 2014-02-17 16:37:48下载
- 积分:1
-
ldpcbp3
说明: 很有 用的LDPC译码程序,大家可以看看,很有借鉴作用(ldpc decoder)
- 2009-07-30 09:38:01下载
- 积分:1
-
tezhengtiqu
特征提取的几种算法程序,应该对图像处理有很大用处。不妨试试。(The algorithms for feature extraction procedure should be very useful for image processing. Worth a try.)
- 2010-05-25 16:56:07下载
- 积分:1
-
bayesleastrisk
贝叶斯最小风险分类器 水处理数据matlab(Minimum risk classifier)
- 2014-10-14 13:01:02下载
- 积分:1