-
matlab_GCP
用matlabf编程求解通常的图着色问题,经常使用这个原理的.(Matlabf programming is usually used to solve the graph coloring problem, frequent use of this principle.)
- 2007-09-20 19:36:18下载
- 积分: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
-
simu
说明: DS-UWB的仿真框图,误码率仿真,脉冲发生器,ook和bpsk调制,以及rake接收等(the simulation graph of DS-UWB,it includes the BER and pulse generation,ook and bpsk modulation and rake receiver.)
- 2005-09-17 19:07:50下载
- 积分:1
-
block_interlacement
matlab实现块交织模块(CDMA系统交织模块)(matlab realize intertwined block module (CDMA systems are intertwined module))
- 2008-04-10 15:26:57下载
- 积分:1
-
fdtd3D_dipole
三维FDTD程序,实现了葛德彪书中P132页的例子,提供了理论值与数值结果的比较。(Three-dimensional FDTD program, the the Ge Debiao P132 page book example provides a comparison of the theoretical and numerical results.)
- 2020-12-19 16:49:09下载
- 积分:1
-
MATLAB-img_pro
matlab图像处理工具,包含了很多常用和不常用的处理方法(matlab image processing tool, containing a number of commonly used and are not commonly used approach)
- 2009-09-25 09:21:23下载
- 积分:1
-
laser-resonator
用fox-li数值迭代法模拟模拟激光谐振腔的振荡过程并计算最终的稳态分布(Using fox-li iterative numerical simulation simulate laser resonator oscillation process and calculate the final steady-state distribution)
- 2013-10-19 10:56:31下载
- 积分:1
-
shradha
image segmentation using wavelet
- 2014-01-03 17:18:24下载
- 积分:1
-
jaiyiu
语音信号的采集与处理,数字信号处理课设,MIT人工智能实验室的目标识别的源码,完整的图像处理课设,包含所有源代码,汽车图像。( Acquisition and Processing of the speech signal, digital signal processing class-based, MIT Artificial Intelligence Laboratory identification of the target source, Complete class-based image processing, contains all of the source code, auto image.)
- 2016-04-28 17:49:46下载
- 积分:1
-
matlab_getstart
Matlab 学习资料 PDF MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。(Matlab language tutoria MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and Fortran.)
- 2011-04-26 12:22:28下载
- 积分:1