-
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
-
indirect_fuzzy_5
implementation of fuzzy logic of vector control
- 2013-09-12 16:55:49下载
- 积分:1
-
STFT
短时傅里叶变换的matlab代码,可以用来测试短时傅里叶变换(Matlab code, and short time Fourier transform can be used to test the short-time Fourier transform)
- 2015-06-23 14:28:45下载
- 积分:1
-
training
高斯混合模型对目标说话人识别的matlab源程序(Gaussian mixture model of the target speaker recognition matlab source)
- 2013-03-07 20:00:38下载
- 积分:1
-
Matlab-code
有限元计算程序,三角形线性单元求解泊松方程
包含网格划分,求解,误差分析(Finite element program)
- 2011-11-19 20:56:46下载
- 积分:1
-
my-program
使用线性调频信号,实现雷达信号的脉冲压缩,MTI,MTD(Use chirp signal, pulse compression radar signal, MTI, MTD)
- 2021-04-27 23:48:44下载
- 积分:1
-
osvm
matlab codes for online SVM
- 2011-12-27 14:16:23下载
- 积分:1
-
first_couse_fem
有限元Matlab程序,同时提供书籍的pdf文件,供同时学习使用(This book was written to be a undergraduate and introductory graduate level textbook,
depending on whether the more advanced topics appearing in the end of each chapter are
covered.)
- 2010-07-10 20:15:10下载
- 积分:1
-
MPSK_sim
this is the matlab code for phase shift keying
- 2010-02-26 14:13:03下载
- 积分:1
-
BPSK_BER
binary phase shift keying
- 2012-04-03 18:43:11下载
- 积分:1