-
Perceptron
Neural network Perceptron For Xor classification
- 2013-03-27 01:35:47下载
- 积分:1
-
09021425
聚类算法,以及基于遗传模拟退火算法的聚类算法,优化聚类算法(Clustering algorithm, and the clustering algorithm based on genetic simulated annealing algorithm to optimize the clustering algorithm)
- 2013-04-28 21:26:38下载
- 积分:1
-
zhouqitufapuguji
通信系统中利用周期图谱方法进行谱估计的MATLAB程序(Communication system cycle map method for spectral estimation using MATLAB program)
- 2012-11-06 19:49:00下载
- 积分:1
-
Computational-Electromagnetics
计算电磁学,E文,适用于电磁场,微波,射频等专业,简单易懂且实用,有MATLAB例子,不容错过(Computational electromagnetics, applies to electromagnetic fields, microwave, radio frequency, and other professional, easy to understand and practical, MATLAB examples, not to be missed)
- 2014-02-06 02:37:15下载
- 积分:1
-
boost
DCDC变换器模型,采用双闭环控制,电压PI外环控制输出电压,电流PI内环加快相应速度(Model of a DC-DC converter,the completion of the current loop, double closed loop control scheme of voltage outer loop.)
- 2016-06-18 20:30:43下载
- 积分:1
-
simulate_skydiver
Skydiving Simulation. Simulation can help predict position and velocity of a skydiver who jumps an airplane and opens a parachute. In this tutorial, we predict the position and velocity of a skydiver in two dimensions (horizontal and vertical) the time of the initial jump through the first 90 seconds.
- 2015-04-19 23:52:51下载
- 积分:1
-
vitebi_decode_wy
说明: vitebi算法的程序, 用C语言实现。(vitebi algorithm procedures using C language.)
- 2006-04-22 15:52:24下载
- 积分:1
-
shuangxianxing
matlab双线性插值算法实现图像放大源代码(matlab bilinear interpolation algorithm to enlarge the image)
- 2011-05-11 17:51:58下载
- 积分:1
-
viterbi-matlab
卷积编码器g1=111,g2=101
x为输入的待译码序列
x=[1,0,1,0,0,1,0,0,0,1,0,1,1,1]
x=[1,1,0,1,0,1,1,0,0,1]
x=[1,1,1,0,0,0,1,0,1,1]
a=size(x) 输入序列的长度
s=a(2)/2 译码后的m序列长度为x的一半
m=zeros(1,s) 最终结果存放
ma=zeros(1,s+1) 存放Fa路径的
mb=zeros(1,s+1) 存放Fb路径的
mc=zeros(1,s+1) 存放Fc路径的
md=zeros(1,s+1) 存放Fd路径的(viterbi decoder)
- 2015-04-20 17:06:18下载
- 积分:1
-
journals
Part I presents the fundamental concepts andMATLAB programs for simulation of wireless
channel modeling techniques, including large-scale fading, small-scale fading, indoor and
outdoor channel modeling, SISO channel modeling, and MIMO channel modeling.
- 2012-02-14 19:30:35下载
- 积分:1