-
regiongrow
该程序是MATLAB源程序,通过区域生长来对图像进行分割。(MATLAB source code of the program is through the growth to the region segmentation of images.)
- 2009-05-09 20:52:49下载
- 积分:1
-
psopt20130502b
Particle swarm optimization is a derivative-free global optimum search algorithm based on the collective intelligence of a large group of intercommunicating entities. The individual particles are simple and primitive, knowing only their own current locations and fitness values, their personal best locations, and the swarm s best location. Each particle continually adjusts its trajectory based this information, moving towards the global optimum with each iteration. The swarm as a whole displays a remarkable level of coherence and coordination despite the simplicity of its individual particles. The coordinated behavior of the swarm has been compared with that of a flock of birds or a school of fish.
- 2013-05-04 23:12:48下载
- 积分:1
-
solve
this code is solution of optimal control
- 2013-07-26 16:12:28下载
- 积分:1
-
prak-siskom_modul-1
percobaan sistem komunikasi dengan menggunakan software matlab
- 2013-11-26 07:47:28下载
- 积分:1
-
ch(2)-page(71)-ex(23)-descriptive-solution
dudu and hart chapter 2 excersise
- 2014-02-24 15:59:02下载
- 积分:1
-
cic_examp
对一个采样频率为45.5MHz的信号进行14倍的抽取滤波,同时进行补偿滤波器的设计,并给出CIC滤波器、补偿滤波器和级联后的频谱图 ( Design a minimum-order CIC compensator that compensates...
for the droop in the passband for the CIC decimator.
)
- 2010-07-08 09:38:40下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
OMP2
2维的图像压缩重构程序,很好的程序,可以运行(CS omp agritourism
)
- 2012-04-13 16:01:29下载
- 积分:1
-
119128624mimo_waterfilling
mimo系统注水算法。。。。。。。。。。。。。。。。。。。。。。。。。。。(mimo systems injection method. . . . . . . . . . . . . . . . . . . . . . . . . . .)
- 2010-05-26 00:02:06下载
- 积分:1
-
wavelet1
利用matlab对图象进行二维离散变换(Mallat快速算法)(using Matlab for discrete two-dimensional image transform (Mallat fast algorithm))
- 2006-11-11 21:35:18下载
- 积分:1