-
energydetection
说明: 用MATLAB软件进行仿真能量检测频谱感知算法(MATLAB software to simulate the energy use of spectrum sensing algorithm for detecting)
- 2011-03-23 17:19:23下载
- 积分: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
-
boundrycomparison
这个是对16QAM各种界的一个整理,给出了仿真程序,对于初学者来说具有重要的意义。(This is a finishing 16QAM various circles, the simulation program, for beginners is of great significance.)
- 2013-09-03 15:48:30下载
- 积分:1
-
ACATSP
It s a word document,matlab code,basic algorithm of ant colony.(It's a word document, Matlab code, basic algorithm of ant colony.)
- 2007-01-10 11:37:19下载
- 积分:1
-
Powerflow_finall
电力系统潮流计算,可以计算电压,相角,幅值(Power flow calculation, you can calculate the voltage, phase angle and amplitude)
- 2013-09-27 16:37:26下载
- 积分:1
-
fska
2-fsk调制解调,采用相干解调,画出调制前调制后,加噪声,解调的函数图(modulated and demodulated by 2-fsk)
- 2014-01-03 15:14:24下载
- 积分:1
-
distribution
检验已有的一组数据的概率分布是否为某种分布(Verify whether the data is a certain distribution)
- 2019-05-09 13:39:38下载
- 积分:1
-
CPM
Critical path method
- 2010-02-22 23:55:38下载
- 积分:1
-
OnlineSVR-and-optimization-Matlab-toolbox
一位意大利博士编写的关于online SVR的工具箱,对我启发很大。附加了Powell法优化工具(a matlab toolbox about online SVR and Powell)
- 2010-06-19 14:27:34下载
- 积分:1
-
print2im
print 2 image code in matlab
- 2010-07-20 05:53:50下载
- 积分:1