-
mimo-channel
MIMO信道容量的Matlab仿真程序,实现了MIMO信道容量的计算(MIMO channel capacity of the Matlab simulation program)
- 2013-07-09 06:57:13下载
- 积分:1
-
EESAA
Matlab source code for EESAA research paper.
- 2014-10-01 21:58:25下载
- 积分:1
-
3
说明: TOOLS REQURIED FOR MATLAB
- 2014-10-16 01:03:46下载
- 积分:1
-
matlab_goodBook
matlab入门学习的好书,很经典的,相信肯定可以对广大学习爱好者有帮助(a good book for matlab learning,i think it will useful for every downloader)
- 2009-03-04 15:23:14下载
- 积分:1
-
pos
基本粒子群优化算法,求解优化问题,全局性,并行性,高效的群体智能算法(Particle swarm optimization algorithm for solving optimization problems, overall, parallelism, and efficient swarm intelligence algorithm)
- 2010-05-06 15:23:05下载
- 积分: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
-
seismic2D
自己编写的二维地震数据分析及显示,可以给二维勘探的同行们提供帮助(2Dseismic data analysis and plot)
- 2012-04-06 11:16:12下载
- 积分:1
-
MSK
该程序主要是完成MSK调制解调的这样一个过程。(The program mainly completes the process of modulation and demodulation of MSK.)
- 2013-04-13 19:13:03下载
- 积分:1
-
matlab
六自由度钢带并联机器人位置逆解仿真程序 源码(Six degrees of freedom steel strip connected in parallel position of the robot inverse solution of emulation program)
- 2013-05-13 16:00:23下载
- 积分:1
-
Spars_Grid_Designs
This package enables Gaussian process prediction with very large sample sizes with a much smaller computational burden than many existing methods.
- 2014-02-25 16:38:55下载
- 积分:1