-
youcheng_jianyan
数字仿真技术中一种检验独立性方法的仿真-游程检验(you cheng jian yan )
- 2013-04-08 20:40:57下载
- 积分:1
-
1
说明: 精通MATLAB综合辅导与指南例程
里面包含所有的例程(Comprehensive counseling MATLAB routines)
- 2009-05-14 03:14: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
-
level_set_methods_1.1.7
利用matlab实现level set图像分割(using Matlab achieve level set Segmentation)
- 2007-04-04 10:51:38下载
- 积分:1
-
qy_group_target_tracking
群目标跟踪算法,里面有部分群目标算法程序,对科研人员有帮助(Group target tracking algorithm, there are some groups target algorithm for help researchers)
- 2014-04-25 20:22:42下载
- 积分:1
-
myVAD
This is another source code for speech recognition.. this is the voice active detection using energy detection
- 2010-02-05 00:40:27下载
- 积分:1
-
matlab
我自己写了一个函数: 该函数用来计算任意函数的一阶偏导数(数值方法)
(I wrote a function: The function used to calculate the arbitrary function of the first-order partial derivative (numerical methods))
- 2008-07-24 11:14:11下载
- 积分:1
-
neural_network
说明: 神经网络方面的书籍,比较有参考价值,里面有些小的例程,都是简单易懂的程序,对初学者比较有帮助(neural networks books, more reference value, they have some minor routines that are simple and easy procedure for beginners more helpful)
- 2006-04-02 14:56:34下载
- 积分:1
-
positionsolution
在完成gps信号跟踪之后,进行接收机的位置解算。得到接收机的正确位置。(After the completion of gps signal tracking, the receiver of the positioning solution. Get the correct position of the receiver.)
- 2010-11-21 22:31:25下载
- 积分:1
-
lms
运用MATLAB设计一个LMS自适应滤波器,将一叠加在随机信号上的正弦干扰信号波滤除。(Use MATLAB to design a LMS adaptive filter, a random signal superimposed on the sine wave filter out signal interference.)
- 2009-05-19 14:09:11下载
- 积分:1