-
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
-
kalmanfilter
kalman filter
This script implements the linear filter and shows its performance
On a second order under-damped LTI systems
In the first part, a noisy model with two state variables is simulated and
in the second part, kalman filtering is applied to estimate the real
observations
- 2013-07-27 02:22:16下载
- 积分:1
-
FSK_Costas
生成FSK-Costa码并画出PWVD三维图,可以直接运行(FSK-Costa and its PWVD)
- 2014-12-12 11:20:59下载
- 积分:1
-
Antenna_Toolbox
matlab antenna tool box
matlab天线工具箱(matlab antenna tool box matlab antenna toolbox)
- 2012-10-18 15:57:54下载
- 积分:1
-
EKF
扩展卡尔曼滤波器 卡尔曼滤波 卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全包含噪声的测量(英文:measurement)中,估计动态系统的状态。(Extended Kalman Filter(EKF))
- 2014-09-22 13:57:35下载
- 积分:1
-
Matlab_TO_Mif
此文件解释如何用MATLAB产生FPGA需要的MIF文件。可供参考(matlab-> MIF)
- 2010-08-08 15:21:34下载
- 积分:1
-
queue
M/M/1 模型,主要用来求解单对单服务台的模型,过程比较简介,适合任何分布(M/M/1 model, mainly used to solve the one-on-one help desk model, the process is relatively brief, suitable for any distribution)
- 2008-01-23 14:03:11下载
- 积分:1
-
matlab
二分法,这是用matlab编写的c程序,数值方法(Matlab program)
- 2013-05-12 10:23:37下载
- 积分:1
-
ck
说明: matlab编写的串口调试程序,用于串口数据的显示(matlab serial debugger written for the display of data from serial port)
- 2009-09-24 10:35:00下载
- 积分:1
-
armodel_psd
用AR模型法进行功率谱估计的各种算法比较,包括自相关法,BURG法,ARMA模型估计,PISARENCO谐波分解法(AR model method used to carry out a variety of power spectrum estimation algorithms, including the auto-correlation method, BURG Act, ARMA model is estimated, PISARENCO harmonic decomposition method)
- 2008-01-11 21:08:04下载
- 积分:1