-
RBF-neural-network
用matlab编程,RBF用聚类方法求中心时的程序(Using matlab programming, RBF centers seeking clustering method using the procedure)
- 2013-10-12 14:15:22下载
- 积分:1
-
MatCont
matlab中研究非线性动力学现象程序,倍周期分岔 ,(matlab program in the study of nonlinear dynamical phenomena)
- 2020-11-17 15:59:39下载
- 积分:1
-
adrc
自抗扰控制器MATLAB程序源代码,简单有效,修改参数就可以用(Auto disturbance rejection controller MATLAB program source code, simple and effective, can be used to modify parameters)
- 2020-10-06 19:57:37下载
- 积分:1
-
armfuzzy
说明: 有脉冲干扰 下的柔性机械臂的模糊控制方法。采用神经网络训练出来的T—S模糊控制器,控制效果不错。只有仿真模块,没有文字说明。(pulse interference with the interference of fuzzy manipulator control methods. Using neural network training, the T-S fuzzy controller, control effectiveness. Only Simulation Module, there is no written statement.)
- 2006-03-06 21:29:15下载
- 积分:1
-
HYOU
行列式比有色噪声matlab实现通过构造H矩阵计算得到DR,通过对DR的观察得到结果。(Determinant than the realization of colored noise matlab calculated by constructing a matrix H DR, DR, observed by the results.)
- 2011-04-24 12:12:06下载
- 积分:1
-
Fractal
用matlab实现分形的绘图,可以达到对分形的进一步了接(Using matlab to achieve fractal drawings, fractals can be achieved for a then further)
- 2011-10-01 17:20:27下载
- 积分:1
-
GaborFilter
This program is used for filtering and editing of image
- 2011-09-29 18:30:26下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
Anfiscontrollerdoubleinvertedpendulum
Anfis controller for double inverted pendulum.Designer mohammad vahedian
- 2009-12-31 22:46:48下载
- 积分:1
-
hht_analysis
说明: 希尔伯特 黄变换中EMD分解函数以及信号的时频特性希尔伯特谱函数的源代码(matlab source code examples of simple applications, simple to use easy to understand for beginners.)
- 2010-04-28 13:20:35下载
- 积分:1