-
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
-
eigen-eigen-6e7488e20373.tar
国外的一个用C实现的类似matlab数学库,功能貌似很强大,很多功能已经有源码了,喜欢C语言的人有福了。(Foreign matlab math library in C, the function looks like a very powerful, many functions have been source of the Blessed are those who like the C language.)
- 2012-06-06 22:23:02下载
- 积分:1
-
NMF
实现非负矩阵分解的程序,适合提取非负信号的特征值(A program for non negative matrix factorization,
Suitable for extracting the eigenvalues of non negative signals)
- 2018-03-28 14:49:04下载
- 积分:1
-
exam
是数学竞赛的往年考题!!希望对大家有用!!(Mathematics exam in previous years the competition! ! Hope it useful! !)
- 2011-01-08 12:35:50下载
- 积分:1
-
code
QMF滤波器在语音编码中的应用,通过matlab 实验程序设计和实现二通道镜像滤波器(QMF、CQF、OQF)在语音编码中的应用,针对不同的滤波器阶数,采用批量算法,实现和比较波形编码的效率和精度(qmf filter use in wave)
- 2009-05-16 02:04:55下载
- 积分:1
-
SGA_II_CVaR
基于蒙特卡洛模拟的改进自适应遗传算法CVaR程序(matlab)
- 2009-06-01 19:01:38下载
- 积分:1
-
ok
说明: 基于Pca的人脸自动识别源码 采用orl人脸库 最后出现识别数目(Automatically identify the source of Pca-based face orl face database last identification number)
- 2012-05-01 22:44:29下载
- 积分:1
-
QAM-performance-with-AGC-errors
In this File, performance evaluation of 4-QAM system in the presence of Automatic Gain Control (AGC) errors using MATLAB Software. The system is designed, modeled and simulated using Simulink to evaluate the Bit Error Rate (BER) of the system in AWGN channel. The system doesn’t have a perfect AGC, but for comparison purposes, the perfect AGC is also included and evaluated.
- 2014-02-12 16:31:43下载
- 积分:1
-
时滞系统的PID控制
上传代码是时滞PID控制系统的simulink仿真,已经验证过。(The upload code is Simulink simulation of time delay PID control system, and has been verified.)
- 2021-05-08 13:48:35下载
- 积分:1
-
MATLAB6handbook
说明: MATLAB6.0数学手册,word版本,共10章(MATLAB6.0 Mathematics Handbook, word version, a total of 10 chapters)
- 2008-09-03 23:20:19下载
- 积分:1