-
c18_cdmasim
实现CDMA的matlab程序,程序很完整,需要的自己来看啦(CDMA-matlab program to achieve the program is very complete look at the needs of their own啦)
- 2009-11-27 08:36:48下载
- 积分:1
-
mmread
读取视频文件的函数。比matlab工具箱中的mmreader更好用。(Read the video file functions. Than matlab toolbox mmreader better use.)
- 2009-12-16 20:32:48下载
- 积分:1
-
gaijinpsobp
基于改进粒子群算法的BP神经网络及其应用 里面很好的介绍了粒子群的优化效果(Particle swarm optimization based on improved BP neural network and its application within a very good introduction to the effects of particle swarm optimization)
- 2010-12-14 15:53:26下载
- 积分: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
-
teach-MATLAB
MATLAB教程 很详细 好好学啊 里面有源代码 值得一看(MATLAB tutorial is very detailed good school inside the active code worth a visit)
- 2013-03-23 23:59:25下载
- 积分:1
-
A-watermarking-scheme-for-digital-images-using-mu
A watermarking scheme for digital images using multilevel wavelet transforrm
- 2015-02-19 22:19:44下载
- 积分:1
-
Matlab_Help_Translate
The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB
( This code is written by M.A. (aka lftx).
The purpose of this code is to use GOOGLE translate to
translate help of a command in MATLAB to Turkish (you can modify it).
So do not expect much.
You need an active internet connection for this function to work
The function uses a java package to use GOOGLE translate s API
which is not developed by me, for detailed description of the java
files you can check
http://code.google.com/p/google-api-translate-java/
the usage of the file is very similar to the original "help" function
and if you add the files to your matlab s path you can use it as you use
MATLAB "help" function
EXAMPLES: helptr eye
EXAMPLES: helptr( why ) or helptr why
The function has been working as of DEC 2010
I cannot guarantee that it would be working in the future, as google might
change its API, or might not like your referring webpage or maybe your IP.
)
- 2010-12-14 15:40:10下载
- 积分:1
-
FEC
聚类算法中的启发式算法中的FEC算法,可以处理复杂网络的问题。(Clustering algorithm heuristics in the FEC algorithm can handle complex network problems.)
- 2010-01-07 15:40:03下载
- 积分:1
-
loss-friss-matlab.tar
Complete simulation in matlab of loss of a signal, diffraction, Friss, and measure of Fresnell zones
- 2010-07-27 23:13:06下载
- 积分:1
-
BCHSDemo
BlueTooth Host Software HandFree相关的lib/app/demo源码(HandFree related lib/app/demo FOSS)
- 2007-04-17 14:05:40下载
- 积分:1