-
trajectory
卡尔曼滤波跟踪算法,这个是航迹产生的程序(Kalman filtering algorithm, this is the track procedures)
- 2021-05-09 21:18:34下载
- 积分:1
-
MatLab_tutorial
matlab tutorial digital signal processing material
- 2012-10-11 13:53:26下载
- 积分:1
-
CEEMDAN_V00
改进的EEMD程序,可弥补加噪去除不干净的问题(Improved EEMD procedures, can make up for the noise removal is not clean problem)
- 2015-02-04 18:38:51下载
- 积分:1
-
Matrix
MATLAB程序,其中包含cholesky 分解和QR分解,都是典型程序。大家下载来看看吧。(MATLAB program, which includes cholesky decomposition and QR decomposition, are typical procedures. We downloaded a look)
- 2014-12-06 09:53:40下载
- 积分:1
-
lmssuanfayuce
lms算法对信号进行线性预测,程序非常棒,欢迎借鉴(lms algorithm for linear prediction signal, the program is great, welcome to learn)
- 2014-12-09 10:30:02下载
- 积分: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
-
VIP_LQR
self balancing robot at LQR control
- 2012-01-03 00:35:23下载
- 积分:1
-
g_t_o
this is made in matlab hand detection using gaussian mixture algorithm , some other people can use these file to make more advancemnt in it, improvement can be made in these files
- 2009-11-04 02:28:36下载
- 积分:1
-
ga123
一个 GA小程序,有说明.相关见程序解(a small procedure is described. See related procedures solutions.)
- 2006-09-07 20:01:28下载
- 积分:1
-
simulink_support_for_kinect_0.6.1
kinect的simulink接口,通过simulink控制kinect(kinect based on simulink)
- 2013-12-17 08:32:53下载
- 积分:1