-
guogu-lms
包括一个自适应抵消的文档和lms算法的源程序,希望对大家有帮助(Include a self-adaptive offset algorithm source documents and lms, in the hope we have helped)
- 2010-03-06 17:35:49下载
- 积分:1
-
Relief
Relief的Matlab源程序,Relief计算分类权重。输入格式在程序中有详细说明(Relief of the Matlab source code, Relief categorization weight calculation. Input format in the procedure is described in detail)
- 2007-12-08 18:56:42下载
- 积分:1
-
ga_basicprogram
遗传算法 二进制编码 求历代best 显示图形(Successive binary coded genetic algorithm find best display graphics)
- 2011-04-23 11:10:30下载
- 积分:1
-
motionEstNTSS
新三步搜索算法对三步算法进行了适当的改进,在一定程度上弥补了TSS算法在估计细小运动时的不足,并加入了半途中止的策略,进一步提高了搜索精度
(The new three-step search algorithm for three-step algorithm to improve the appropriate, to a certain extent make up for the TSS algorithm in estimating the inadequacy of a small movement, and joined the mid-suspension strategy to further improve the search accuracy)
- 2008-04-14 10:08:46下载
- 积分:1
-
matlab模糊工具箱应用
说明: 利用matlab模糊工具箱建立了一个三输入两输出的模型用以识别车辆加速意图及行驶坡度。在命令行中输入fuzzy idi即可运行(using Matlab Toolbox Fuzzy established a three input output of the two models used to identify the vehicle accelerated Italy Figure moving slope. The command line input fuzzy idi can run)
- 2006-01-13 15:35:59下载
- 积分:1
-
fouriertransform
说明: 线性调频信号的分数阶傅里叶解析,检测与参数估计(LFM fractional Fourier analysis, detection and parameter estimation)
- 2020-09-11 19:38:01下载
- 积分:1
-
image-processing
图像增强实验:图像一致性增强滤波器,基于一种各向异性的扩散过程,它首先能够去除图像的噪声,然后在此基础上增强图像纹理的一致性。matlab实现含报告 (image enhance)
- 2011-04-25 21:57:55下载
- 积分:1
-
hadi-alizade
this is a new alghorithm about tabu search....
- 2013-05-26 16:47:20下载
- 积分:1
-
DFIG
这是一个用S函数写成的在altha/beta坐标系下的双馈风力发电机模型。(This is a function written by S in altha/beta coordinate system under the doubly-fed wind turbine model.)
- 2009-04-15 21:29:00下载
- 积分: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