-
Double_DBR
双DBR反射镜组成的微腔模式及透射光谱、反射光谱计算(Double DBR mirror consisting of micro-resonator modes and transmission spectra, reflectance spectra)
- 2010-06-22 15:58:13下载
- 积分:1
-
windows
在现代信号处理中对信号进行的多种加窗操作程序,如hamming窗,hanning窗(In modern signal processing of signals, plus multi-window operation, such as the Hamming window, hanning window)
- 2007-09-11 21:34:01下载
- 积分:1
-
Fuzzy-Pid
说明: 对给定传递函数,进行模糊PID程序仿真例程,函数调用与编写(For a given transfer function, the fuzzy PID program simulation routines, function calls and written)
- 2011-03-19 10:31:54下载
- 积分:1
-
cacode
the m file generates the C/A codes for GNSS system
- 2014-11-12 03:41:53下载
- 积分:1
-
matlab2
matlab经典课件2(matlab courseware classic 2)
- 2008-12-15 02:27:41下载
- 积分:1
-
mallat
小波分析用的mallat算法,是一种经典的算法,其中一个算法对火车信号进行了分析,(Mallat used wavelet analysis algorithm is a classical algorithm, an algorithm which analyzes the signal to the train,)
- 2010-10-25 21:31:10下载
- 积分: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
-
ZSep
ZSep Protocol of WSN in Matleb ZSep Protocol of WSN in Matleb ZSep Protocol of WSN in Matleb ZSep Protocol of WSN in Matleb ZSep Protocol of WSN in Matleb
- 2015-04-07 01:29:46下载
- 积分:1
-
face
人脸识别简单应用。。。。。。。。。。。。。。。。。。。。。。。(Face simple application. . . . . . . . . . . . . . . . . . . . . . .)
- 2013-05-25 23:44:08下载
- 积分:1
-
lizhuqiang
利用matlab实现遗传算法的旅行商优化问题(matlab TSP)
- 2013-03-15 10:50:47下载
- 积分:1