-
matlab
matlab教程电子版,非常适合初学者,讲得很详细,非常好理解(Very suitable for beginners, very detailed, very good understanding)
- 2014-10-31 22:49:04下载
- 积分:1
-
denoisingFilters
denoising filters such as Average, Median, Gaussian, Wiener, Min-order-statistic, Maxorder-statistic and Median-order-statistic are used. Based on the images obtained by the mentioned
filters, it is become obvious clear that for the given noisy image the Min filter acted much better than
the other filters. Order-statistic Median and Gaussian filters are the ones that have a second and third
good result respectively. That is way can conclude that the existing noise in the given image was Salt
noise.
- 2013-12-11 17:12:40下载
- 积分:1
-
DTW
DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。(DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.)
- 2014-05-05 14:30:21下载
- 积分:1
-
C_point
采用轮廓跟踪法,得到两条曲线的坐标集,再通过求质心确定两个基准点
(This function is used to get two basis points between fingers
)
- 2010-06-02 13:55:25下载
- 积分:1
-
Plotter-1_0
将示波器CSV文件在MATLAB中画成图形,并进行FFT(input the .csv file of scope into matlab)
- 2012-04-03 15:18:22下载
- 积分:1
-
assign
匈牙利算法,用于解决指派问题,对刚刚学习优化理论的朋友来说非常合适(Hungarian algorithm for solving the assignment problem)
- 2014-07-07 21:43:55下载
- 积分:1
-
diagnose
这是一个SVM的故障诊断应用程序,利用MATLAB可以直接运行程序(This is a SVM for fault diagnosis application, use of MATLAB can run programs)
- 2016-08-16 21:30:40下载
- 积分:1
-
suncompass
太阳罗盘定向的计算程序.用于地质学的定向。特别是在磁性较强的地区。(a suncompass program compiled by matlab,enjoy it. very easy. my fist upload files.I wish it will be usefull.Thank you!)
- 2009-12-09 21:11:44下载
- 积分:1
-
Semi-Controlled-DC-Motor
This is the matlab simulation of Semi-Controlled DC Motor.
- 2011-12-16 04:03:58下载
- 积分:1
-
2d-to-3d
matlab code to convert image from 2d to 3d
- 2012-06-08 22:52:57下载
- 积分:1