-
hjh
computation projection of points for the perspective and affine camera models
- 2012-12-31 17:47:55下载
- 积分:1
-
QPSO
matlab编程的量子粒子群算法!!!!!!!!(QPSO by MATLAB!!!!!!)
- 2017-06-26 09:31:20下载
- 积分:1
-
dct_watermarking
A color image is DCT transformed watermark embedded into the intermediate frequency coefficients to the effect of a good algorithm is the classic reference value has a strong image of yourself for the
- 2009-10-25 19:25:53下载
- 积分:1
-
multiscalegeometic
说明: 本文章介绍图像的多尺度几何分析,是图像融合的最新研究领域,具有绝对的优越性。(This article describes the image geometric analysis, image fusion is the latest research in the field, has the absolute advantage.)
- 2010-04-22 10:41:01下载
- 积分:1
-
RLS-Algorithm
介绍自适应均衡算法RLS的基本代码,可以仿照编写相关程序(RLS adaptive equalization algorithm introduces the basic code, you can follow the preparation of related procedures)
- 2013-10-11 19:43:32下载
- 积分:1
-
Mobilty-in-WSN
this matlab program is a mobility model for wsn.
- 2014-02-06 13:50:11下载
- 积分: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
-
MATLAB-5.Xmannual
非常好的matlab使用手册,内容详实,强烈推荐。(fantastic matlab mannual)
- 2012-07-02 16:08:59下载
- 积分:1
-
LDPC
LDPC编译码算法,主要研究编码效率、帧长与吞吐量的三维关系。文件ldpcBER.m为运行文件,其他文件为函数文件。(LDPC encoding and decoding algorithms, the main research coding efficiency, frame size and throughput 3D. The file ldpcBER.m run the file, other files as a function of the file.)
- 2013-05-17 20:36:44下载
- 积分:1
-
bearingcodes1
bearing fault matlab codes
- 2014-02-13 11:57:09下载
- 积分:1