登录
首页 » matlab » BruteSearch

BruteSearch

于 2009-03-30 发布 文件大小:4KB
0 194
下载积分: 1 下载次数: 34

代码说明:

  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. )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • admsfir
    simulation code for fir
    2012-03-22 11:52:40下载
    积分:1
  • sugenotune
    Fuzzy logic inference system
    2013-03-05 18:51:32下载
    积分:1
  • blind16qamsub
    16qam子空间法盲信道估计和信号恢复 (Legal 16qam subspace channel estimation)
    2009-07-08 23:12:13下载
    积分:1
  • 1
    说明:  最小均方算法的仿真, LMS算法仿真在移动通信的应用(Least mean square algorithm simulation, LMS algorithm for the application of simulation in mobile communications)
    2009-11-15 16:53:01下载
    积分:1
  • fastica
    用matlab实现的最大化负熵的独立分量分析方法,作了正交化处理,可以同时分离出所有的独立分量(无噪声条件下)(Using matlab to achieve the maximization of the negentropy method of independent component analysis, orthogonal made of processing, can be isolated from all of the independent component (no noise))
    2009-06-04 18:27:26下载
    积分:1
  • time-shift
    信号的时移 y(t) = x(t - t0) 其中,t0为位移量。若t0为正数,则y(t)等于将x(t)右移t0秒之后的结果(This program is used to implement the time-shift operation )
    2010-06-01 14:56:51下载
    积分:1
  • MATLAB-GUI-design-learning-Notes
    【MATLAB GUI设计学习手记】源代码 数据 罗飞大哥的作品 本书由浅入深、循序渐进地介绍了matlab gui设计的基础知识,旨在使读者在较短时间内掌握gui设计的精要所在。. 本书首先介绍了gui设计的预备知识,然后详细介绍了gui对象的属性以及两种建立gui的方法:采用函数建立和采用guide建立。在介绍了gui设计基础知识的基础上,深入讲解了activex控件、定时器、串口及mcc编译的相关知识。书中穿插了大量的图表,直观、简要地列出了相关知识点。对于一些重要、难懂的知识点,配以大量的典型例题,方便读者边学边练,加强理解。最后,书中给出了3个典型的综合实例,供读者研究学习。.. 本书适合需要短时间内迅速掌握matlab gui设计的初学者使用,也可作为相关专业师生、相关工程开发人员的参考手册。... ([MATLAB GUI design learning Notes] source code, Luo Fei works of Big Brother The progressive approach of the book, step by step the basics of Matlab gui design, designed to enable the reader to grasp the essence of the gui design where in a relatively short time. . The book begins prior knowledge of the gui design, and then details the gui object properties and methods: two ways to create gui with function to create and adopted to guide the establishment. Describes the design of basic knowledge in gui basis, in-depth to explain the activex control, timer, serial port, and mcc compiled knowledge The book, interspersed with a large number of charts, intuitive, brief list of related knowledge. For some important, difficult to understand the knowledge, together with a large number of typical example, the convenience of the reader to learn while training, to enhance understanding. Finally, the book gives three typical instance, for readers learn. .. Book is suitable for the need for a )
    2012-04-25 11:02:31下载
    积分:1
  • ga_seg
    改进基本遗传算法与最大熵法结合用于图像分割(Improvement of the basic genetic algorithm combined with the maximum entropy method for image segmentation)
    2012-09-30 23:48:46下载
    积分:1
  • crstest_fuzzy
    这个是以fuzzy特征为例采用HMM方法进行分类的程序,里面用到的一些子函数都可以在HMM Toolbox里面找到(This is a classification code using HMM and taking fuzzy as example.the subfunctions in it can be find in the HMM toolbox.)
    2013-11-17 10:39:25下载
    积分:1
  • lms-time-delay
    lms time delay estimation matlab cod for digital signal processing
    2013-05-07 13:44:41下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载