-
SpeechEndpointDetection.m
基于Matlab编写的语音端点检测程序....(Matlab prepared based on voice activity detection procedures ....)
- 2009-03-01 15:17:53下载
- 积分:1
-
weinaFilter_2
维纳滤波器在matlab中实现的源程序,,(weinaFilter)
- 2009-05-28 20:21:18下载
- 积分:1
-
core
matlab计算光纤光栅纤芯模有效折射率,利用数值积分法进行求解(matlab computing core fiber grating effective index, is solved using numerical integration)
- 2011-06-01 11:01:46下载
- 积分:1
-
Copula_Handbook_toolbox_14may13
由Patton开发的由MATLAB实现的COPULA源代码(By Patton developed by MATLAB source code to achieve COPULA)
- 2014-11-30 19:07:33下载
- 积分:1
-
kal
基于奇异值分解的卡尔曼滤波器的设计与实现,matlab代码(Design and Implementation based on singular value decomposition of the Kalman filter, matlab code)
- 2013-12-04 18:44:55下载
- 积分:1
-
siftDemoV4
sift算法进行特征匹配的程序,先检测出关键点,找到两幅图像的关键点连线,里边附有几张图片,效果不错!(code for keypoint match based on sift,the performance is good!)
- 2010-12-23 16:32:28下载
- 积分: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
-
Fourier-Matlab-Basics
Fourier Matlab Basics. This file is for MATLAB Basics.
- 2012-06-23 22:42:12下载
- 积分:1
-
XWJ_XFAST1
直接扩频捕获Xfast算法仿真(包含可调SNR信息码产生)(dsss acquisition(XFAST))
- 2013-09-09 09:54:44下载
- 积分:1
-
decode
遗传算法将二进制与十进制相互转化合并与一个程序(Genetic algorithm of transformation between binary and decimal
)
- 2015-04-22 10:08:35下载
- 积分:1