-
Simulink6
simulink的入门教程,老师上课讲的课件,较易懂,适用于初学者(simulink introductory tutorial, the teacher talked about class courseware, more easy to understand for beginners)
- 2007-08-02 10:17:55下载
- 积分:1
-
PR-skpa-ke-2-zul(0806455540)
system control predictive and adiktif, which only use about rescursive least square
- 2011-12-17 21:39:56下载
- 积分:1
-
光场matlab
模拟光场成像MATLAB 利用光场成像原理对图片模拟(light field,Simulated optical field imaging,
Using the principle of optical field imaging to simulate the picture)
- 2020-12-07 09:39:21下载
- 积分:1
-
npuzzle
puzzle solver with gui
- 2009-05-29 19:05:14下载
- 积分:1
-
muthukumar
fingerprint autneication
- 2012-04-22 15:15:49下载
- 积分:1
-
m_seq
本程序用simulink仿真m序列做扩频码时系统的性能(The procedures used m sequence simulink simulation performance of the system when the spreading codes)
- 2012-04-25 10:55:51下载
- 积分:1
-
segment1
image segmentation, find in other sits
- 2013-02-11 16:23:48下载
- 积分:1
-
ganshe
模拟大学物理干涉现象,单色光和多色光都有,现象明显。(Analog University physical interference phenomenon, monochromatic and polychromatic light has obvious.)
- 2012-11-06 20:25:01下载
- 积分:1
-
xiaoboshenjingwangluoyuce
小波神经网络研究的进展用于预测和函数逼近,希望可以抛砖引玉(Wavelet neural network for predicting the progress of the study and function approximation, hoping to start)
- 2009-03-19 16:49:19下载
- 积分: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