-
xitongbianshi
系统辨识的模型阶次辨识,其中包括Hankel矩阵法,残差法,行列式法(System identification of model order identification, including Hankel matrix method, residual method, the determinant method)
- 2011-11-18 09:54:29下载
- 积分:1
-
MATLAB2
以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法(MATLAB is a computer software operating platform, the numerical analysis of the theoretical and experimental-on combined use of numerical method, analytical method and graphical visual display simultaneously a new writing style)
- 2009-10-17 20:29:58下载
- 积分:1
-
matlab13
matlab 文件,用于学习m文件,解释m文件的编写及用法(matlab documentation, for learning m paper explaining the preparation of the document m and usage)
- 2008-03-21 13:48:46下载
- 积分: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
-
matlab
MATLAB教程及实例,包括了MATLAB中的大部分函数以及函数应用(MATLAB tutorials and examples, including most of the MATLAB function and function application
)
- 2010-11-04 22:02:33下载
- 积分:1
-
MATLAB(GAOT)
matlab遗传算法工具箱使用.pdf matlab遗传算法工具箱使用.pdf(matlab genetic algorithm toolbox to use. pdf matlab genetic algorithm toolbox to use. pdf)
- 2008-04-30 15:52:27下载
- 积分:1
-
graph3d
MATLAB3D画图工具箱,全,十分好用,大家交流(MATLAB3D drawing toolbox, full, very easy to use, to share)
- 2011-06-17 13:42:46下载
- 积分:1
-
Oguz_Ergin_iscturkey2008
oğ uz ergin matlab nota kriptografi
- 2013-10-23 03:13:27下载
- 积分:1
-
BoxCounting112dim
图像盒维数的。。。。。。。。。。。。计算方法(Box dimension. . . . . . . . . . . . Calculation method)
- 2013-05-10 22:33:36下载
- 积分:1
-
MATLAB
这是一个关于自相关算法及功率谱的仿真的源代码...
(matlab This is the one on self-correlation )
- 2012-04-26 11:04:02下载
- 积分:1