-
K_L
使用K-L变换和K-L反变换,对信号正交变换和压缩有很大帮助。(Using the K-L transform and inverse K-L transform, the signal orthogonal transform and compression of great help.)
- 2013-03-27 17:01:43下载
- 积分:1
-
PSO-Fuzzy-Modeler-Mamdani-for-charger
PSO Fuzzy Modeler (Mamdani) for charger
- 2013-12-09 08:01:47下载
- 积分:1
-
speex-1.1.12.tar
linphone源码-1.3.5.tar.gz所需要的库文件(linphone source-1.3.5.tar.gz needs of the library)
- 2006-09-19 13:40:39下载
- 积分:1
-
zsmj
Thinking on the matlab image processing, through four-dimensional perspective, involving multidisciplinary summary, as well as the threshold of the chaotic property
- 2010-06-05 16:24:51下载
- 积分:1
-
cor_embed_mod
image watermarking method
- 2011-06-13 18:23:52下载
- 积分:1
-
Geolocation_sample
geolocation sample 微软提供的,具有一定的参考价值, 好东西大家一起分享(Geolocation sample Microsoft provides, has the certain reference value, good stuff to share with everyone
)
- 2014-09-21 10:19:20下载
- 积分:1
-
hermite
matlab编写的hermite函数,可直接调用(hermite function of matlab)
- 2015-10-27 16:22:38下载
- 积分:1
-
threshold-denoising
包含小波变换,curvelet变换的自适应阈值去噪,微分方程去噪等,近几年的关于去噪方面的文献,中英文都有,供大家参考(Include wavelet transform, curvelet transform adaptive threshold denoising, denoising differential equations, in recent years the literature on denoising, both Chinese and English, for your reference)
- 2010-11-24 17:33:21下载
- 积分:1
-
yulewalker
yulewalker正则方程的功率谱估计(The yulewalker method for PSD)
- 2013-04-08 18:34:55下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1