-
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
-
pwm-induction-motor
pwm异步电机启动仿真,仿真波还可以,是用MATLAB来仿真的。(pwm induction motor to start the simulation, the simulation of waves can also use MATLAB to simulate.)
- 2012-06-06 15:24:24下载
- 积分:1
-
KPCA
KPCA 介绍核PCAdehanshumokuai (matlab KPCA)
- 2013-08-29 14:00:20下载
- 积分:1
-
Wilson_th
威尔逊-θ法,机械振动模拟程序,仅供参考(Wilson-θ methord mechinery vibration)
- 2013-10-21 09:55:51下载
- 积分:1
-
kuopinxunhuanpu
计算扩展频带信号的循环谱 对循环相关感兴趣者下载(Calculation of the expansion of the cyclic spectrum band signals related to the cycle of interest to those who download)
- 2009-01-03 15:24:40下载
- 积分:1
-
mat
this is one of the best satelite code in the world to find the parameters of the satelite
- 2013-08-23 11:58:38下载
- 积分:1
-
FBC
PID controller using MATLAB
- 2011-10-14 23:12:37下载
- 积分:1
-
SAStOPM
对STOMP算法就行改进,一种稀疏自适应的STOMP,编程过程中对图像采用分快处理来提高效率(STOMP algorithm for improvement on the line, a sparse adaptive STOMP, the programming process to improve the efficiency of the use of sub-fast image processing)
- 2014-12-05 10:12:58下载
- 积分:1
-
EEMD
求解EEMD的工具箱,里面包含EEMD主程序,可以直接调用(Solving the EEMD toolbox, which contains the EEMD main program, you can directly call it)
- 2021-03-30 13:49:09下载
- 积分:1
-
CNN
用matlab实现的BP神经网络,比较基础,对已有的语音信号进行分类,留了500个作为检验(Using matlab to achieve the BP neural network basis of comparison, the existing classification of the speech signal, leaving a 500 as a test)
- 2016-08-04 23:22:30下载
- 积分:1