-
ch5
说明: MATLAB 7编程 数字信号处理源代码(MATLAB)
- 2010-04-23 12:01:39下载
- 积分:1
-
sim
用于多波束回波模拟器的模拟海底回波仿真以便于测试(Multibeam echo simulator for simulation of underwater echo simulation in order to test)
- 2013-08-22 18:55:47下载
- 积分: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
-
EMC_Information
st出的关于电磁兼容EMC信息的手册,比较有用,推荐给大家(st on the EMC information manuals, more useful and recommend it to everyone )
- 2006-12-17 19:50:22下载
- 积分:1
-
90matlab-practices
matlab的90个应用实例源代码,欢迎交流(The 90 matlab source code application examples are welcome to exchange)
- 2011-06-21 16:30:42下载
- 积分:1
-
8051.s
Assembly language for bubble sorting
- 2014-08-18 23:39:10下载
- 积分:1
-
svm
use SVM to realize classification
- 2014-09-14 01:45:34下载
- 积分:1
-
9radar-systems
雷达系统建模与仿真:回波波形、中放后波形、I/Q相干检波后波形、脉压后波形、MTI对消后波形、相参积累后波形、取模后波形、cfar后波形(Radar System Modeling and Simulation: echo waveform, the waveform after the release, I/Q coherent detection shaped pulse waveform after, MTI cancellation after wave, after wave coherent integration after modulo waveform, cfar waveform)
- 2014-01-13 18:07:47下载
- 积分:1
-
hosa
说明: 本院程序是信号处理中关于高阶统计量的一个程序包。编程环境是matlab,有利于大家的学习。(Court procedures are signal processing on a higher-order statistics package. Programming environment are matlab, in favor of the U.S. study.)
- 2008-08-31 18:23:45下载
- 积分:1
-
chap1_4
新型pid控制算法,对传统的pid设计新手来说具有很强的借鉴意义.(new pid control algorithm, the pid of the traditional design rookie has a strong reference.)
- 2006-06-04 15:37:54下载
- 积分:1