-
mobilerobot
汽车轨迹,永远控制汽车的运动轨迹,利用PID控制(Car track, always controlling the vehicle' s trajectory, the use of PID control)
- 2011-07-03 03:53:29下载
- 积分:1
-
BlockMatchingAlgoMPEG
motion compensation agar kisi ko chahiye to mujhe mail karo ... ok ye sirf 1 file hai..
- 2009-04-16 21:22:16下载
- 积分:1
-
leeteawonfastiva
韩国lee tea won博士的fast iva的论文以及matlab源程序 (Lee Teawon s fast independent vector analysis for convolution BSS. )
- 2010-11-04 19:24:15下载
- 积分:1
-
gaussElim.tar
A very simple Gaussian elimination code in matlab
- 2009-05-03 07:26:03下载
- 积分:1
-
lifegame
用matlab实现了著名的生命游戏,也称元宝自动机,可以观察到很多有趣的模式(Using matlab to achieve the famous Game of Life, also known as ingots automata, can observe many interesting patterns)
- 2011-05-20 01:27:28下载
- 积分:1
-
MATLABGAToolKitaApplication
Matlab遗传算法工具箱函数及应用实例(MATLAB Genetic Algorithm ToolKit and its Application)
- 2013-02-28 18:35:45下载
- 积分: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
-
Linear-nonlinear-LS-article
线性的最小二乘法,以及非线性最小二乘法,最小二乘源码(Linear least squares method, as well as nonlinear least squares method, least squares)
- 2017-03-15 15:32:13下载
- 积分:1
-
CogRadio_simulink
This simple source codes implement cognitive radio.Hope its useful for you.
- 2011-01-28 13:12:35下载
- 积分:1
-
TX_HD_PP_CORR2
基于灰度匹配准则的图像匹配,能快速找出对应下帧图像中对应的图像(Matching criterion based on a grayscale image matching, can quickly find out the corresponding frame image in the image )
- 2010-07-26 17:11:34下载
- 积分:1