-
MoMpocklington
Solution of pocklington by using Method of Moment
- 2012-05-01 16:31:46下载
- 积分:1
-
ILC-Method
迭代学习控制应用于多输入多输出模型,采用s函数与simulink模型结合方式(iterative control)
- 2013-08-14 16:22:48下载
- 积分:1
-
Exe-input-parameter
Exe Input Parameter ,255
- 2015-01-25 09:37:32下载
- 积分:1
-
MT1D_forward_jiexi
地球物理大地电磁测深一维正演,是求解析解(magnetotelluric 1D forward)
- 2020-11-24 13:59:33下载
- 积分:1
-
weifenfangchengshuzhjiedejindiansuanliyufenx
用MATLAB程序实现对同一问题的欧拉法计算、后退欧拉法计算、龙格库塔法则计算和提醒法则的计算,很有代表性与通用性(MATLAB program to achieve the same with the Euler method to calculate the problem, Euler backward method, Runge-Kutta rule calculations and advise law computation, very representative and universal)
- 2010-12-15 11:24:29下载
- 积分:1
-
trous_1
基于matlab的多孔算法,matlab,matcom(based on the porous Matlab algorithms, Matlab, matcom)
- 2006-10-19 21:02:19下载
- 积分:1
-
Ex-05
MATLAB小程序:关于MATLAB中整数浮点数\复数的运算(small MATLAB : MATLAB on integer float complex arithmetic)
- 2007-01-25 09:43:07下载
- 积分:1
-
CH4src
matlab在通信系统仿真第二版 第四章例题代码(matlab second edition of the communication system simulation code example Chapter)
- 2011-11-15 10:01:10下载
- 积分:1
-
IMM-MATALBVC
kalman滤波程序,Matlab编写的程序(kalman filtering procedures, Matlab preparation procedures)
- 2009-01-04 19:39:54下载
- 积分: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