-
blok2
bone modelling for analysis
- 2011-01-19 13:52:56下载
- 积分:1
-
lms
说明: lms自适应滤波器算法在MATLAB仿真实现(lms adaptive filter algorithm in MATLAB Simulation)
- 2010-03-18 14:58:12下载
- 积分:1
-
bandletsfordenoising
bandlets在去噪中简单应用,实例详细,适合于初学者。(Bandlets in the application to simple noise,It has detailed examples,and is suitable for beginners.)
- 2014-10-27 23:02:10下载
- 积分:1
-
TSPconvhullcode
TRAVELING SALESMAN PROBLEM USING CONVHULL
- 2010-12-25 17:19: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
-
Visual-CPP
软件代码保护编写方法-vmprotect(soft-code protect writing-vmprotect)
- 2015-01-20 11:30:40下载
- 积分:1
-
FastMM4991
Arquivo do Fastreport para implementaç ã o
- 2014-02-13 21:19:29下载
- 积分:1
-
右轮迹线
说明: 三维迹线法求右轮的迹线 ,其间有数据也有程序,可以拿我的直接计算来理解(The Geometrical Contact between Track and Wheelset)
- 2020-04-09 20:28:12下载
- 积分:1
-
yuanma4
阵列信号处理:DML和ULA的Monte-Carlo仿真 (Array signal processing: DML and ULA of Monte-Carlo simulation)
- 2007-12-01 20:30:31下载
- 积分:1
-
TM_nonpml_one_gap
Tm波,单峰衍射,无边界条件,适合初学者(Tm wave, single-peak diffraction, no boundary conditions, suitable for beginners)
- 2010-12-01 16:43:41下载
- 积分:1