-
SpinnerDemo123
utility that demonstrates usage of Java Spinner controls in Matlab
- 2010-11-18 07:10:42下载
- 积分:1
-
Real-coded-quartum-cross-over-optimization
说明: 本程序为量子编码单目标优化程序,不同于以往量子态采用多位qubit编码,本程序采用实数编码,但q-gate的时候仍进行10-2-10的转化。并附一定的优化结果。(This program is single-objective optimization process of quantum coding is different from the past, with many qubit quantum code, the program uses real coding, but the q-gate, when the transformation is still underway 10-2-10. Together with some optimization results.)
- 2010-04-28 15:33:42下载
- 积分:1
-
Benulli
Benulli映射产生的混沌序列,李雅普诺夫指数和倍周期分叉图(Benulli mapping of chaotic sequence, lyapunov index and period-doubling bifurcation diagrams)
- 2014-02-27 12:37:27下载
- 积分:1
-
FMCW_MUSIC
说明: 雷达目标角度估计算法,可以用来对目标的角度进行估计,经典的MUSIC算法(Radar target angle estimation algorithm MUSIC DOA)
- 2020-12-14 15:19:14下载
- 积分:1
-
ziwuguangxianzhuiji
用matlab追迹子午光线,处理像差问题(Meridian ray tracing using matlab to deal with the problem aberration)
- 2009-10-23 14:23:57下载
- 积分:1
-
fskmatlab
基于matlab的fsk信号调制 详细代码及完整实验报告(Based on the fsk signal modulation matlab code and complete a detailed experimental report)
- 2009-05-28 09:44:12下载
- 积分:1
-
MAP
说明: 数字通信中的最大后验概率算法,课用于通信仿真。(Maximum Posteriori Probability)
- 2011-03-22 10:36:51下载
- 积分: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
-
GAF_routing_algorithm
利用MATLAB工具对GAF地理位置路由算法进行仿真,其中底层路由方式采用了GPSR算法。(MATLAB tool to simulate the the GAF location routing algorithm, where the underlying routing using GPSR algorithm.)
- 2012-06-08 23:07:45下载
- 积分:1
-
untitled1
这是我自己做的关于三相不平衡时的无功补偿装置投入使用的仿真。实现了8421编码和过零检测,过零投切。(simulink about reactive power compensation controller)
- 2011-12-14 10:31:52下载
- 积分:1