-
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
-
bercodes
simple code to find BER using convolutional codes
- 2010-02-09 13:40:05下载
- 积分:1
-
Image-Rotation-Correction
说明: 旋转图像,平滑会出现的锯齿,例子和源代码(Rotate the image, smoothing jagged occur, examples and source code)
- 2011-03-04 12:14:39下载
- 积分:1
-
CLAHE
CLAHE的matlab实现算法,经过测试可用。(CLAHE the matlab algorithm, tested available.)
- 2021-01-26 22:38:41下载
- 积分:1
-
Jakes
用matlab产生的jake接收机的模型,可以下载的,好不容易找到的.(Jake generated by matlab model receiver, you can download and hard to find.)
- 2007-09-09 21:21:20下载
- 积分:1
-
chap15
《MATLAB图像处理实例详解》源代码 第15 章
(
MATLAB image processing example explanation Source Code Chapter)
- 2014-12-16 16:38:08下载
- 积分:1
-
ofdm
matlab实现的OFDM运用于ROF光纤无线通信系统的仿真,用的是4QAM调制,LS信道估计,还包括Optisystem的仿真(simulation matlab achieve ROF optical fiber used in the OFDM wireless communication system, using 4QAM modulation, LS channel estimation, simulation also includes Optisystem)
- 2020-11-26 22:49:31下载
- 积分:1
-
low
低通滤波器的源程序,计算低通阶跃高低阻抗形式,由指标来确定高低阻抗的长度(Source of low-pass filter to calculate the level of resistance in the form of low-pass step by the indicators to determine the length of high and low impedance)
- 2011-01-30 21:46:17下载
- 积分:1
-
Grubbs
说明: 用格拉布斯准则判断异常数据,通过检测输入数据剔除粗大误差( use Grubbs Criteria to determine outlier , removing the gross error detection
)
- 2011-04-08 11:58:30下载
- 积分:1
-
jidian
要求使用继电自整定方法对其实施自适应PID控制。
1、选择采样时间0.1s,把对象离散化。
2、加继电(开关)控制,测量对象的Tc,Kc。
3、利用ZIEGLER-NICHOLS 公式表,确定PID参数。
4、实现闭环控制。
5、根据调节效果,修正PID参数。
(Require the use of relay tuning methods for its implementation of the adaptive PID control. 1, select the sampling time 0.1s, the discrete objects. 2, plus relay (switch) control, measurement object Tc, Kc. 3, using ZIEGLER-NICHOLS formula table, determine the PID parameters. 4, closed loop. 5, according to moderating effect, the amendment PID parameters.)
- 2010-09-03 14:53:14下载
- 积分:1