-
eindopdracht2
shortest route finder
- 2009-09-04 17:17:37下载
- 积分:1
-
Global_convergence
全局收敛的PSO算法,可用于智能运算开发等,希望对大家有所帮助。(Global convergence of the PSO algorithm can be used for development of intelligent computing, etc., we want to help.)
- 2010-05-07 08:08:50下载
- 积分:1
-
FCM2
a new version of implemented FCM on matlab
- 2013-03-13 02:42:18下载
- 积分:1
-
MPSK_simulation
This Matlab Source File will help you understand BER of bpsk, qpsk, 8psk
- 2009-06-05 17:31:54下载
- 积分: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
-
Matlab-Lecture-notes
matlab sourcecodes documents
- 2012-11-03 10:48:59下载
- 积分:1
-
codage-lpc
this is a code of lpc decoder
- 2013-05-11 22:36:17下载
- 积分:1
-
xitongbianshi
系统辨识的MATLAB程序,有增广最小二乘辨识,广义最小二乘辨识(MATLAB system identification procedures, extended least squares identification, generalized least squares identification)
- 2010-08-04 09:22:24下载
- 积分:1
-
kaermanlvboqidesheji
对卡尔曼滤波器的编程设计,对其性能进行了优化设计,对搞滤波器的人很有用的(Programming on the Kalman filter, its performance is optimized for people who engage in very useful filter)
- 2010-10-27 13:19:50下载
- 积分:1
-
SequentialSamplingImportanceResampling(SIR)
this demo is to show you how to implement a generic SIR (a.k.a. particle, bootstrap, Monte Carlo) filter to estimate the hidden states of a nonlinear, non-Gaussian state space model.(this demo is to show you how to implement a ge neric SIR (a.k.a. particle, the bootstrap. Monte Carlo) filter to estimate the hidden stat es of a nonlinear. non-Gaussian state space model.)
- 2006-10-26 14:20:12下载
- 积分:1