-
Matlab
matlab编写的遗传算法,解决各种遗传算法问题,适合于建模的学生。(prepared matlab genetic algorithm, genetic algorithm to solve the problem, suitable for modeling students.)
- 2008-07-25 11:22:18下载
- 积分: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
-
CZTexample
线性调频Z变换用于实现频谱细化,该程序为实现CZT变换的一个简单例子。(A simple example for CZT.)
- 2013-04-09 11:01:46下载
- 积分:1
-
beamform
波束形成方法的到达方向估计。波束成形,是通用信号处理技术,用于控制传播的方向和射频信号的接收。作为Wi-Fi802.11n标准的可选部分,beamforming被定义为两种基本类型:内在的和外在的。(The Beamforming method for direction of arrival estimation)
- 2013-12-05 12:58:52下载
- 积分:1
-
inverter3ph
SPWM调制,三相逆变电源建模,能很好的输出三相正弦电压,(SPWM modulation, three-phase inverter power modeling, can be a good three-phase sinusoidal output voltage,)
- 2014-01-15 10:13:33下载
- 积分:1
-
CD4060
CD4060的详细资料,介绍了CD4060的工作性能和相关参数(CD4060 detailed information on the CD4060' s work performance and related parameters)
- 2010-09-14 11:26:49下载
- 积分:1
-
radon_transforms
matlab下拉东变换的源代码,非常有用。(randon transformation code in matlab language.)
- 2013-01-02 17:33:02下载
- 积分:1
-
Kasier-bf
beta为3时,振元数为11,21,41时的kaiser加权波束方向图。(Kaiser beamforming beampartarn, when beta is 3 and the array element is 11, 21, and 41.)
- 2011-08-24 10:35:16下载
- 积分:1
-
ICA
ICA算法的详细介绍,包括算法的主要步骤。最后还附有一个实例,有相应的程序,方便使用。(A detailed description of the ICA algorithm, including the main steps of the algorithm. Finally, accompanied by an instance of the corresponding program, easy to use.)
- 2012-07-11 09:28:22下载
- 积分:1
-
simulink-model
运用simulink软件,搭建最优控制理论的模型,能运用于简单的仿真环境。(Using simulink software, build the model of optimal control theory can be applied to a simple simulation environment.)
- 2012-08-15 11:38:18下载
- 积分:1