-
mimasuo
密码锁功能,实现报警功能、密码设定、保存密码、开锁设定(shixianmimasuo gongnengbaojing)
- 2010-08-09 11:31:14下载
- 积分:1
-
2021101311382007915161310494649
matlab处理指纹图像,由于指纹的唯一性、可靠性和稳定性,指纹已成为身份识别和鉴定的一个重
要标志,并被公认为“物证之首”。指纹识别作为一种生物识别技术,历来受到人们的广泛关注和重视,是未来个人身份认证的重要组成部分。(Fingerprint image processing matlab,Because the uniqueness of fingerprints, reliability and stability,fingerprint identification has become an important symbol of appraisal,and is recognized as the "first" material.The fingerprint identified as a kind of biometrics,has received extensive attention of,the individual identity authentication is the important component.Based on the MATLAB software applications for tools,for fingerprint image preprocessing and feature extraction technology research.Including pretreatment part involves by different methods of fingerprint image segmentation to extract valid area,with the improvement of OPTA thinning algorithm for thinning,
)
- 2009-04-14 14:42:59下载
- 积分:1
-
allupf_demos
主要用于各种的状态估计滤波,在目标跟踪和定位方面有很强的应用,在实际项目中有应用的范例(Mainly used for a variety of state estimation filter, target tracking and positioning in a strong application in practical projects are examples of applications)
- 2010-11-15 16:00:33下载
- 积分:1
-
bpmpdmex2.21.1d_w32
matlab中利用内点法实现二次规划的工具箱(matlab realize the point method utilizing quadratic programming toolbox)
- 2013-12-02 19:19:23下载
- 积分:1
-
powerSpectrumEstimation_MUSIC
MUSIC算法的频率谱估计
包含1个目标信号和2个干扰信号(Frequency Spectrum Estimation of MUSIC Algorithm
Contains one target signal and two interference signals)
- 2017-04-16 17:47:55下载
- 积分:1
-
code
ROBUST BLIND SEPARATION OF STATISTICALLY DEPENDENT SOURCES USING DUAL TREE WAVELETS
- 2009-07-13 15:15:20下载
- 积分:1
-
MATLAB_Codes_for_Competitive_Learning_Algorithms
竞争学习的matlab工具箱,其中包含som网络,rpcl聚类等(Competitive learning matlab toolbox, which contains som network, rpcl clustering, etc.)
- 2007-10-08 11:10:28下载
- 积分:1
-
U
说明: 基于QR分解的最小二乘算法,在工程领域有很大的应用(QR decomposition based least squares algorithm, in the engineering field has a lot of applications)
- 2008-05-16 02:18:12下载
- 积分:1
-
bin
this is program to to add noise to an image,you have to first set path to "C:dspprojects"and copy any image(512*512) to that path...
- 2013-01-07 11:15:32下载
- 积分:1
-
xiashan
MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<>
迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x(k+1),直至:|f(x(k+1))|<|f(x(k))|(即|f(x(1))|<|f(x(0))|),然后更新下山因子为u=1,继续以牛顿法迭代。(MATLAB Newton-down a small program, the principle is not explained in detail. Newton iteration by the initial value of the selected limit, in order to prevent additional iterative divergence, the iterative process a request: | f (x (k+1)) | < | f (x (k)) | Newton iteration Results: x (k+1) ' = X (k)-f (x (k))/f' (x (k)) and a previous approximation x (k), appropriately weighted average as a new improved value: x (k+1 ) = u* x (k+1) ' + (1-u)* x (k), where u (0 < u> iteration take successive calculated at 50 until the additional requirements found so far. examples of calculation of X ( k) = x (0) unchanged profile u and x (k+1, hungry) until: | f (x (k+1)) | < | f (x (k)) | (i.e. | f (x (1)) | < | f (x (0)) |), then profile downhill factor for u = 1, to continue to Newton iteration.)
- 2013-05-15 08:52:09下载
- 积分:1