-
pcm
Pulse code modulation matlab code
- 2014-09-04 11:13:55下载
- 积分:1
-
channel_36.873
3GPP 36.873信道建模,用Python编写(3GPP 36.873 channel modeling, written in Python)
- 2018-06-28 22:29:01下载
- 积分:1
-
DSp
Here i attach the MATLAB codings for dsp applications. with the help of these coding we can easily design the dsp applications
- 2013-07-30 14:03:53下载
- 积分:1
-
genopt-type56
The basic difference from the variants
described above lies on the formation of the second component of the PSO algorithm (related with the personal best
solution)
- 2012-11-07 22:20:45下载
- 积分:1
-
cost207
网上下载的cost207模型的matlab仿真程序。(Cost207 downloaded matlab model simulation program.)
- 2007-09-19 15:43:11下载
- 积分:1
-
3
说明: 基于MATLAB的任意时刻三相短路电流计算(MATLAB-based three-phase short-circuit current calculations at any time)
- 2010-03-28 00:15: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
-
MATLAB-2DPSK
以2DPSK为例仿真说明数字频带传输的整个过程。(Description 2DPSK simulation as an example to figure the whole process of transmission band.)
- 2011-05-07 23:47:17下载
- 积分:1
-
mather
通过文件读写方式实现Matlab和Modelsim的联合仿真(Be achieved through the document literacy co-simulation Matlab and Modelsim)
- 2013-11-11 00:16:46下载
- 积分:1
-
OFDM_syn_smu_lit
一个 小ofdm程序,有同步,可以交流学习参考用的,不是本人写的(A small OFDM procedures simultaneously, you can reference the exchange of learning, not my writing)
- 2008-03-01 18:50:14下载
- 积分:1