-
matlab
m a t l a b 编 程 实 例!(matlab program)
- 2009-05-24 19:53:56下载
- 积分:1
-
ydm
利用MATLAB完成fsk调制的一段源代码,看一下吧,也许有用(Fsk modulation using MATLAB to complete a section of source code, take a look at it, might be useful to)
- 2010-01-18 22:38:45下载
- 积分:1
-
TSP
TSP问题的matlab实现程序,该程序在机器上可以正常运行,现提供给大家参考(TSP issues realize matlab program on the machine can function properly, is now available to U.S. reference)
- 2007-08-30 23:38:43下载
- 积分:1
-
Zbus
program for calculating load flow in power system
- 2011-08-09 02:13:02下载
- 积分: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
-
siftDemoV4
Demo Software: SIFT Keypoint Detector(This page provides access to a demo version of David Lowe s SIFT keypoint detector in the form of compiled binaries that can run under Linux or Windows.)
- 2011-04-24 01:23:01下载
- 积分:1
-
1
说明: 本程序仿真2个AUV在航行过程中以一定的编队航行,一前一后,协同完成任务(This procedure simulated two AUV during the voyage, sailing in certain formations, one after the other, collaborative tasks)
- 2013-03-16 16:19:51下载
- 积分:1
-
LMS_Newton
LMS_Newton算法,应用于自适应滤波(LMS_Newton algorithm used in adaptive filtering)
- 2010-09-16 12:13:43下载
- 积分: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
-
Image_Restoration
Image restoration using inverse filter
- 2015-01-12 13:31:04下载
- 积分:1