- Protel 详细介绍protel的使用
- AdaptiveMatLabExercise_1 adaptive filter Usage To make full use of this tutorial you have to 1. Download the file AdaptiveFilter.zip which contains this tutorial and the accompanying Matlab program(s). 2. Unzip AdaptiveFilter.zip which will generate a subdirectory AdaptiveFilter/matlab where you can find the Matlab program(s). 3. Add the path AdaptiveFilter/matlab to the matlab search path with a command like addpath(’C:\Work\AdaptiveFilter\if you are using a Windows machine or addpath(’/home/jack/AdaptiveFilter/matlab’) if you are using a Unix/Linux machine.
- tuxiangbingyi 都是关于图像处理的
- LABVIEW-s7-ppi-8.5- 优点:1
- Telefonica_certs.tar Public signing certitificate of Telefonica derivated mobile operator (cf Latino America) bundled (and usually hidden) in most firmwares. Factor this to make a j2me operate on the operator security domain. The Telefonica Operator Root (2048 bits) is found to be used on other phone firmwares.
- 2013914234 该程序是一个简单的电脑照片查看器
文件名称:knnsearch
介绍说明--下载内容来自于网络,使用问题请自行百度
寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理-This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.
The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file.
The code is very simple, hence is also suitable for beginner to learn knn search.
The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file.
The code is very simple, hence is also suitable for beginner to learn knn search.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
knnsearch.m
license.txt
readme.txt
license.txt
readme.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.