-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1
-
Schrodinger1D
MATLAB CODE for Soving 1D Schrodinger Equation
- 2013-04-07 12:38:38下载
- 积分:1
-
ber_coded-and-non-coded
Script for simulating binary phase shift keyed transmission and
reception and compare the simulated and theoretical bit error
probability
Also this sript compare the performance of Uncoded BPSK with Coded BPSK
- 2013-11-16 23:11:25下载
- 积分:1
-
MM1
解决M/M/1排队论问题,服务时间服从指数分布,队列为泊松流。系统输出为每个个体的到达时间,离开时间,等待时间,逗留时间(M/M/1 queuing theory to solve the problem, the service time is exponentially distributed, the queue is Poisson. System output for each individual arrival time, departure time, waiting time, length of stay)
- 2013-12-29 16:06:32下载
- 积分:1
-
fusion-algorithm-
信息融合中的许多数据关联算法计算量大, 工程中难以保证实时性和有效性。本文就这一方面展开研究, 给出了可以满足工程实际需要的有效算法, 设计出相应的系统。通过实际系统应用, 可以获得满意的融合结果和较快的计算速度。(The comput ation quant ity of many data correlation algorithm is great in the information fusion. It is difficult to guarantee the computing speed and the validity in real time processing. By studying on this hand, this article launches the research, produces the effective algorithm suit to real engineering. The corresponding system is designed. Through the actual system application, the satisfaction the fusion result and a quicker comput ation speed is obtained.)
- 2014-01-03 16:28:09下载
- 积分:1
-
Practica1bTDS
matlab program that read an image and shows its 2d fourier spectrum
- 2009-09-25 01:57:51下载
- 积分:1
-
gui3
视频质料 在matlab环境中如何使用radiobutton,switch语句,边缘检测(Video material in the matlab environment how to use radiobutton, switch statement, edge detection)
- 2009-05-11 17:22:42下载
- 积分:1
-
bp
说明: BP神经网络拟合y=x^2 使用matlab自带的工具箱(BP neural network fitting of y = x ^ 2)
- 2012-04-07 17:08:54下载
- 积分:1
-
fft_CS_mp
这是基于傅里叶变化的压缩感知稀疏分解方法,使用的是匹配追踪算法,对初学者很有帮助(This is based on Fourier transform of compressed sensing sparse decomposition method, using the matching pursuit algorithm, useful for beginners)
- 2013-11-19 15:57:23下载
- 积分:1
-
ukf
UKF滤波算法,个人写,多次使用,书写习惯良好!(UKF filter algorithm)
- 2013-05-06 21:40:44下载
- 积分:1