-
repeatability
说明: 用于图像匹配后,检测匹配的重复率的matlab代码(For image matching, the detection of the repetition rate matching matlab code)
- 2011-03-13 17:01:14下载
- 积分:1
-
shariq-lab5
WILL HELP IN LAB OF WMCC SUBJECT
- 2012-05-26 00:17:14下载
- 积分:1
-
DSP_MATLAB
关于数字信号处理的matlab程序实现代码,有很多实用的方法,如功率谱估计的算法等等,对学习数字信号处理很有帮助(On digital signal processing matlab program implementation code, there are many practical ways, such as power spectrum estimation algorithms, etc., is helpful in learning digital signal processing)
- 2011-10-03 12:14:04下载
- 积分:1
-
matlabsvr代码
svr源程序,输入到matlab中进行svr回归模型建立与分析(SVR source program, input into matlab SVR regression model establishment and analysis)
- 2019-03-03 14:39:45下载
- 积分:1
-
aac
aac compression its not complete, but i make it with step from block diagram
- 2011-05-17 21:15:46下载
- 积分:1
-
fiber
光纤的matlab仿真代码, 光纤通信,有常用参数(fiber simulation)
- 2013-01-29 12:29:48下载
- 积分:1
-
Seismic_examples1
此为地震信号的一个实现的程序。效果较好。。(This is an implementation of the seismic signal process. Is better. .)
- 2020-12-12 10:49:16下载
- 积分:1
-
4
说明: 牛顿法解微分方程的matlab code, 需要自己设定初始解(newton s method to solve PDEs)
- 2011-04-22 04:13:34下载
- 积分:1
-
shou
一种手势识别的方法, 可以通过摄像头采集数据,然后和保存的模版对比,达到识别的效果,但摄像头实时采集,因电脑而异,需要稍微改动。(A gesture recognition method, data can be collected through the camera, and then match the template , to identify the effect, but the camera real-time acquisition, due to computer-specific, need a little change)
- 2015-05-02 04:34:18下载
- 积分:1
-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1