-
qpskber
matlab仿真qpsk在高斯信道和瑞利衰落信道下的误码率,做的还不错
(qpsk matlab simulation in AWGN channel and Rayleigh fading channel bit error rate, doing pretty good)
- 2011-01-12 20:38: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
-
unitconversion2
unit conversion file in simulink
- 2011-05-25 15:00:00下载
- 积分:1
-
3dtransf
Matlab Source code of 3D Space Coordinate Transformations
- 2011-06-10 17:57:21下载
- 积分:1
-
powerflow
用MATLAB写的五节点潮流程序,包括PQ、牛拉、高斯以及保留非线性算法。(Using MATLAB to write five-node flow program, including PQ, trekking, Gaussian and nonlinear algorithm reserved.)
- 2016-03-15 12:20:30下载
- 积分:1
-
rls
自适应信号处理,RLS递归最小二次方算法(Adaptive signal processing, RLS recursive least square algorithm twice)
- 2010-07-13 20:24:06下载
- 积分:1
-
Optimazation
This file is to optimize functions
- 2010-11-27 11:24:58下载
- 积分:1
-
MATLAB-apply-and-skills
matlab 学习技巧,现在把我用的,也就是对我帮助很大的留个文件传上去,希望对大家有用,第一应用与技巧(matlab learning skills, and now I use, which is a great help to me to leave a document passed up, we want to be useful, the first application and skill)
- 2013-08-24 11:32:24下载
- 积分:1
-
NRZ
用Matlab产生单双极性的NRZ和RZ码型(Using Matlab generated Mono polar NRZ and RZ format)
- 2013-08-27 11:05:25下载
- 积分:1
-
matlab-Genetic-Quantum-Algorithm
量子遗传算法matlab仿真源代码,免费下载(Genetic Quantum Algorithm)
- 2015-04-19 17:01:47下载
- 积分:1