资源列表

« 1 2 ... .92 .93 .94 .95 .96 8997.98 .99 .00 .01 .02 ... 15812 »

[matlab例程DTW

说明:DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,
<韦卫> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[matlab例程PR

说明:各种模式识别算法源码,包括c均值聚类,层次聚类,fisher判决器,贝叶斯判决,神经网络等算法-Pattern recognition algorithm source code, including c-means clustering, hierarchical clustering, fisher judgment, a judgment Bayesian neural network algorithm
<李潇雨> 在 2025-07-05 上传 | 大小:11.81mb | 下载:0

[matlab例程myfun

说明:将矩形图通过极坐标变换转换成笛卡尔坐标系上的圆形图-The rectangle by polar coordinates transformation into a cartesian coordinate system on the circular diagram
<胡来丰> 在 2025-07-05 上传 | 大小:172kb | 下载:0

[matlab例程shibie

说明:汉明码的全盲识别,基于线性矩阵分析法的全盲识别,该算法可以对所有的线性分组码进行识别,可在一定误码的情况下对错误码字进行成功识别-Hamming blind identification, blind identification based on linear matrix analysis, the algorithm can all identify a linear block code, in the case of some error on the error code word
<李潇雨> 在 2025-07-05 上传 | 大小:79kb | 下载:0

[matlab例程Fingerprint-matching

说明:基于matlab指纹匹配源代码,特征识别,特征匹配 -Fingerprint matching based on matlab source code, feature recognition and feature matching
<magcin> 在 2025-07-05 上传 | 大小:544kb | 下载:0

[matlab例程hough

说明:霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
<magcin> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[matlab例程kanong

说明:卡农钢琴曲源代码,亲自测试,非常美丽动听,源代码无缺陷。快来下载吧!-Piano music source code, personally tested, very beautiful, source code defects. Come to download it!
<刘光普> 在 2025-07-05 上传 | 大小:2kb | 下载:0

[matlab例程ttMatlab

说明:基于MATLAB的双稳态随机共振的计算方法和仿真代码-Matlab-based bistable stochastic resonance method and simulation code
<毛伟> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[matlab例程upr2

说明:The file contains the standart PID regulator, and it s desccribe and test some metods to contol it.
<Ivan> 在 2025-07-05 上传 | 大小:16kb | 下载:0

[matlab例程burg

说明:Energy detection for cognitive radio requires the use of a spectral estimation technique. We present the burg technique in this archive
<adeiza> 在 2025-07-05 上传 | 大小:1kb | 下载:0

[matlab例程pdf

说明:wireless coomunication electronic
<sabarinath R> 在 2025-07-05 上传 | 大小:23.52mb | 下载:0

[matlab例程entropy

说明:输入为两幅灰度图像,输出为两幅图像的熵的差值-Two input gray image, the output of the entropy of the difference between two images
<小怪兽> 在 2025-07-05 上传 | 大小:1kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 8997.98 .99 .00 .01 .02 ... 15812 »

源码中国 www.ymcn.org