-
Elements.of.Information.Theory.Jul.2006
信息论基础,描述了香农定理,熵的概念以及计算方法(Elements.of.Information.Theory.Jul.2006)
- 2010-12-07 13:34:36下载
- 积分:1
-
Laplace2D
2D Laplace Equation. This program solves the following Partial Differential Equation
- 2013-08-05 21:29:25下载
- 积分:1
-
power_active_filter
power active filter simulation
- 2013-03-23 11:52:41下载
- 积分:1
-
sample-code-for-image-histogram
color histogram of an image
- 2013-09-20 09:23:38下载
- 积分:1
-
Advanced Filter Design using MATLAB
AFD - Advanced Filter Design using MATLABMiroslav D. Lutovac, Dejan V. Tosicversion 1.00 released 15 October 1999This program is freeware.Unpack with path names, for exampleDOS: pkunzip -d afdunix: unzip -L afdAfter unpacking afd.zip, and run MATLAB,change directory to afdfrom the MATLAB command window.Execute demoafd to quickly scan the AFD operation.(AFD- Advanced Filter Design using MATLABMiroslav D. Lutovac, Dejan V. Tosicversion 1.00 released 15 October 1999This program is freeware.Unpack with path names, for exampleDOS: pkunzip-d afdunix: unzip-L afdAfter unpacking afd.zip, and run MATLAB,change directory to afdfrom the MATLAB command window.Execute demoafd to quickly scan the AFD operation.)
- 2005-05-12 21:23:01下载
- 积分:1
-
diffraction_circle
说明: 用matlab模拟圆孔衍射图像,入射光为平面波,衍射距离可以任意调节(Matlab simulation using circular aperture diffraction images, the incident light for the plane wave, diffraction can adjust the distance)
- 2008-10-24 10:00:49下载
- 积分:1
-
S4M_3p014PD
Matlab地震数据处理和测井资料处理工具箱的使用说明书,非常好的学习资料(Matlab seismic data processing and logging data processing toolbox manual, very good learning materials)
- 2012-07-24 12:22:23下载
- 积分:1
-
Simple-Integer-Programming
Discrete PSO optimization code in matlab sample integer programming
- 2012-11-01 17:26:49下载
- 积分:1
-
smart-antenna-simulation
智能天线matlab仿真源程序,用于算法的研究(smart antenna simulation)
- 2013-12-06 19:04:03下载
- 积分: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