-
econdispatchlongcode
economic dispatch using lagrange method
- 2012-05-28 13:06:18下载
- 积分:1
-
matlab-application
Matlab关于数学和物理问题的27种示范应该和解析,详细,并有程序解释,不可少的专业书啊,特别适合数学和方面的人!(Matlab mathematical and physical problems on the 27 model and should be resolved in detail, and explain the program, essential for professional book ah, especially for mathematics and in person!)
- 2011-09-29 09:53:50下载
- 积分:1
-
Segmentation
Image segmentation with gui
- 2014-11-20 00:24:12下载
- 积分:1
-
DigitalSignalProcessing_SampleCodes
Digital signal processing is the important aspect of modern communication system. here is the matlab code given which helps for the beginers for understanding the basics of DSP.
- 2014-01-06 01:33:16下载
- 积分:1
-
matlab
histogram of oriented gradient
- 2010-10-18 18:10:02下载
- 积分:1
-
powerharmonicanalysis
用快速傅里叶变换进行电力线谐波分析的一篇文章,大家可以看看(Fast Fourier Transform with the power line harmonic analysis article, we will look)
- 2010-12-01 11:20:11下载
- 积分:1
-
yuanzhen
圆形阵波束形成仿真,包括声压噪声的和矢量圆形阵的仿真图(Simulation of circular array beamforming, including sound pressure noise circular array and vector map of the simulation)
- 2009-06-11 19:39:29下载
- 积分: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
-
2004LSB-Cheng
this code is LSB data hiding source book.
- 2011-01-15 17:37:49下载
- 积分:1
-
LDPC
说明: 此为LDPC码的完整的编译码的MATLAB源代码。可用于通信系统的编码仿真,非常方便。(This is a complete encoding and decoding LDPC codes of MATLAB source code. Coding can be used for simulation of communication systems, very convenient.)
- 2011-03-14 18:46:00下载
- 积分:1