-
multiprocessor
multi processor scheduling with genetic algorithm
- 2009-09-07 20:20:36下载
- 积分:1
-
Matlab_Hermitien
codes at matlab for adsl, encoders, etc
- 2015-01-17 15:01:30下载
- 积分:1
-
Verify-bandpass-sampling-theorem
带通采样定理的验证以及在无线电全数字中频直扩接收机的应用
(Verify bandpass sampling theorem)
- 2014-02-05 17:20:52下载
- 积分:1
-
For-SPH
采用matlab,SPH方法进行流体分析,光滑流体粒子动力学(Using matlab, SPH method fluid analysis, fluid and smooth particle hydrodynamics)
- 2020-09-26 17:37:46下载
- 积分:1
-
DRP4_11p
solves 1d linear wave eq. by 4th order 11 point DRP scheme
- 2014-02-24 18:08:52下载
- 积分: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
-
zernike
compute zernike moments for squared binary images
- 2011-07-31 02:15:07下载
- 积分:1
-
robot_simulation_matlab
robot wandering simulation using matlab on two different maps
- 2013-03-03 05:24:18下载
- 积分:1
-
基于matlab平台的LTE系统级仿真
基于matlab平台的LTE系统级仿真 维也纳大学的开源代码(Matlab-based LTE system-level simulation platform)
- 2014-06-07 11:05:50下载
- 积分:1
-
CNN
CNN - Convolutional neural network class This project provides matlab class for implementation of convolutional neural networks.
Deep Neural Network It provides deep learning tools of deep belief networks (DBNs).
myCNN is a Matlab implementation of convolutional neural network (CNN).
- 2021-04-18 20:38:51下载
- 积分:1