-
SC
说明: 运用matlab编写变分不等式程序求解供应链网络问题。(Matlab prepared using procedures for solving variational inequalities supply chain network problems.)
- 2021-03-16 20:39:22下载
- 积分:1
-
achieve
通过编写C语言,在MATLAB上实现路由器仿真,实现路由器的功能。(Written by C language, simulation on MATLAB implementation routers, realize the function of the router.
)
- 2013-10-30 23:27:56下载
- 积分:1
-
LENS
《光学系统设计》书籍对应的所有镜头zemax文件,方便光学设计者参考、调用(All lenses zemax file Optical System Design book corresponding to facilitate reference optical designer, call)
- 2015-04-11 11:02:37下载
- 积分: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
-
sensor
Check this file for sensor
- 2011-01-22 02:19:48下载
- 积分:1
-
waveletConstruction
小波构造MATLAB源程序代码,希望对大家有帮助!(Wavelet MATLAB source code for all of us want to help!)
- 2009-07-11 19:40:04下载
- 积分:1
-
SISO_Rayleigh_16PSK_Pe
程序是基于matlab的瑞利衰落信道下的16PSK调制(Matlab program is based on the Rayleigh fading channel modulation under 16PSK)
- 2011-04-27 21:03:11下载
- 积分:1
-
dongtai
基于认知系统中频谱特征的
动态频谱分配与接入机制、资源优化方法研究
(Dynamic spectrum allocation and access mechanism based on the spectral characteristics of the cognitive system, resource optimization methods)
- 2014-01-09 19:34:57下载
- 积分:1
-
2
说明: 光源三刺激值XYZ计算,其中包含光源数据和加权值,可直接运行(XYZ calculation of light source tristimulus value, including light source data and weighted value, which can be operated directly)
- 2021-04-01 16:29:08下载
- 积分:1
-
cal_Tsai
经典的摄像机标定程序,MATLAB编写。(calibration program with matlab)
- 2010-10-26 20:42:47下载
- 积分:1