-
svmkernel
小波分析的程序 有需要的就下载下来试试吧 应该还不错(xiaobofenxi)
- 2010-11-16 16:04:54下载
- 积分:1
-
dtw2
matlab代码,对输入的语音信号进行端点检测程序源码,改进的dtw算法。(Matlab code, the input voice signal endpoint detection program source code.)
- 2013-04-18 20:27:49下载
- 积分:1
-
bnb20
非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()(Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm into off-the-shelf function bnb20 ())
- 2020-08-23 14:28:17下载
- 积分:1
-
shuiyinchuxuezhe
水印抗攻击:由高斯正态分布序列 g1 产生 36×4 的水印信号 w0,w0 由(0,1)组成。(Watermark against attacks: from the Gaussian normal distribution generate 36 × 4 series g1 watermark signal w0, w0 from (0,1) component.)
- 2010-07-31 11:20:48下载
- 积分:1
-
cramer
this function used to calculate CRAMER
- 2012-10-03 22:33:13下载
- 积分:1
-
work
用MATLAB实现,基本的图形变换、图像的各种滤波、平滑、锐化、图像的直方图变换(Basic graphics transformation, the image of a variety of filtering, smoothing, sharpening, image histogram)
- 2010-06-14 19:44:28下载
- 积分:1
-
chap11
徑向基底函數類神經網路,是單隱藏層的3層前向網路,模擬人腦中局部調整,有很好的逼近能力(Radial basis function neural network, a single hidden layer of 3 layer to the network, simulating the brain partial adjust, has a very good approximation ability)
- 2007-10-29 18:25:26下载
- 积分:1
-
hiperlan2
HiperLAN/2 reference model. 16QAM mode with 3/4 code rate (4/6 P2 puncturing rate). (HiperLAN/2 reference model. 16QAM mode with 3/4 code rate (4/6 P2 puncturing rate).)
- 2008-04-16 19:45:11下载
- 积分:1
-
Matlab-Toolbox-application-guide
说明: 书名是《Matlab工具箱应用指南——信息工程篇》,对于信息类的matlab仿真比较有用。(Title is " Matlab Toolbox application guide- Information Engineering articles" matlab simulation for the information more useful class.)
- 2011-04-18 01:12:55下载
- 积分:1
-
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