-
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
-
gray_prediction_shichang_zhanyoulv
利用灰色预测,经matlab编程,求出未来几年出版每门课程市场占有率情况,并进行级比检验、残差检验(Gray prediction by matlab programming, find the next few years, the market share of each course publishing, and to carry out class ratio test, residual test)
- 2013-11-02 10:49:58下载
- 积分:1
-
FUZZY
Fuzzy neural network implementation
- 2014-01-03 13:09:29下载
- 积分:1
-
88888
基于MATLAB的卷积交织编译码研究
基于MATLAB的卷积交织编译码研究(MATLAB-based encoding and decoding of convolutional interleaving MATLAB-based Encoding and Decoding of Convolutional Interleaver)
- 2010-05-14 16:11:22下载
- 积分:1
-
GreedyAlgOfdmExample
对OFDM系统功率分配贪婪算法的进行了仿真。(Power allocation for OFDM systems greedy algorithm for the simulation.)
- 2011-06-18 22:42:15下载
- 积分:1
-
Non-linear-function-fitting
非线性函数拟合——利用遗传算法来优化BP神经网络,利用神经网络开发包实现图形化的神经网络模拟,使得神经网络原理更直观,可用于教学,也可用于实际神经网络训练,内附详细帮助文件。(Non-linear function fitting- using genetic algorithms to optimize the BP neural network, neural network development package to implement graphical neural network simulation, neural network theory makes more intuitive, can be used for teaching, but also can be used for the actual neural network training, in with detailed help files.)
- 2011-11-10 12:44:15下载
- 积分:1
-
pulsegen
一个脉冲序列生成器,用于超宽带通信
一个脉冲序列生成器,用于超宽带通信(A pulse sequence generator for ultra-wideband communications of a pulse sequence generator for ultra-wideband communications)
- 2008-04-14 20:56:04下载
- 积分:1
-
attachments
header file foe edf file
- 2010-11-02 03:09:21下载
- 积分:1
-
CHANNEL_EQUALIZATION_WITH_ADAP_LMS_and_RLS
Graphics function for Communications Toolbox equalization demo.
- 2010-01-08 05:21:13下载
- 积分:1
-
tezhengtiqu
脸部特征提取的论文,有效提高特征的选择准确性(new feature used in face recongise)
- 2012-04-21 15:29:25下载
- 积分:1