-
Lms_beamform
LMS adaptive beamforming MATLAB program
- 2015-01-08 14:27:26下载
- 积分:1
-
channel
说明: 本程序产生一个智能天线系统的信道模型,每一条多径都服从瑞利衰落。(This procedure generates a smart antenna system channel model, are subject to each multipath Rayleigh fading.)
- 2011-04-04 22:17:21下载
- 积分:1
-
IIvew
This code draws instantaneous position of image intensifier in X-ray field in various radio therapy instrument.
Good Luck !!!!
Bineesh
- 2013-03-07 13:26:19下载
- 积分:1
-
WiMAX_downlink_80216e
WIMAX系统下行仿真,采用matlab语言实现,包括编码解码,子载波映射等(WIMAX system downlink simulation using matlab language, including encoding and decoding, sub-carrier mapping)
- 2011-07-04 16:22:38下载
- 积分:1
-
OAM_Purity
计算轨道角动量的纯度,解调的纯度分布情况存到一个用户自定义的TXT文档中(Calculate the purity of orbital angular momentum )
- 2015-05-08 10:43:20下载
- 积分:1
-
yun zhibiao
matlab 基于云模型的模糊综合风险评估源代码(Source code of fuzzy comprehensive risk assessment based on cloud model in MATLAB)
- 2021-03-29 17:19:10下载
- 积分:1
-
BPDLX
说明: BP神经网络分类,用于分类语音片段。来源于matlab43个案列教程(BP Neural Network Classification)
- 2019-09-25 19:25:09下载
- 积分:1
-
coding_mcst
曼彻斯特编码的matlab实现。输入概率的条件下会以构架的形式输出编码结果,以及必要的附加参数。(Manchester encoding matlab realize. Under the conditions of the importation of probability will form the framework of the output coding results, as well as the necessary additional parameters.)
- 2007-09-04 21:13:25下载
- 积分: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
-
305800Arnold
基于Arnold变换的matlab实现 各种置乱算法简介(Matlab implementation based on Arnold transform us all scrambling algorithm)
- 2010-05-25 17:22:55下载
- 积分:1