-
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
-
System-Identification-Techniques
系统辨识中一个有用的算法:面积法
对传递函数辨识精度高(System Identification Techniques)
- 2012-04-04 21:36:55下载
- 积分:1
-
ep-algorithm
programing algoritnm matlab
- 2012-09-06 23:28:52下载
- 积分:1
-
boost_converter
boost converter powereletronics
- 2015-01-08 17:33:33下载
- 积分:1
-
t_tide
潮流调和分析非常好用的一款程序,可进行潮流调和常数的计算(Tide harmonic analysis, a very easy to use procedures, harmonic currents can be constant calculation)
- 2020-07-01 13:40:02下载
- 积分:1
-
Run
说明: 包括OFDM符号的加循环前缀,去循环前缀,加时延3个程序。(Including OFDM symbol cyclic prefix added to the cyclic prefix, plus 3 delay procedures.)
- 2011-03-18 11:21:15下载
- 积分:1
-
qspk
说明: qpsk 求误码率(BER:Bit Error Rate).用Matlab绘出BER的图,并与理论曲线比较.(qpsk seek error rate (BER: Bit Error Rate). BER graph drawn by Matlab, and compared with the theoretical curve.)
- 2011-04-06 22:53:36下载
- 积分:1
-
fenchagonglv
连续混沌系统函数仿真程序及功率谱、分岔图等仿真程序(Continuous chaotic system function emulator and power spectrum, bifurcation diagram simulation program)
- 2013-03-21 20:39:31下载
- 积分:1
-
GA
说明: codingggg for bbo optimization
- 2012-01-20 22:38:06下载
- 积分:1
-
microphone_EQ
microphone eq in matlab. This program simulates the signal sounds.
- 2010-03-12 21:07:11下载
- 积分:1