-
dct
extract file
and the working is to get dct matrix of 256*256 image which is divide into each 8*8 image block
- 2010-03-14 15:04:43下载
- 积分:1
-
matlabhuitu
matlab绘图教程(1、 学习MATLAB的各种二维绘图;
2、 学习MATLAB的三维绘图;
3、 MATLAB的绘图修饰;
4、 基本句柄绘图操作。
)(Matlab Mapping Guide (1, the study of two-dimensional MATLAB graphics; 2. Learning MATLAB 3D graphics; 3, MATLAB graphics modification; 4. Mapping handle basic operations.))
- 2007-05-06 08:37:49下载
- 积分:1
-
C-C
关于C_C方法的混沌时间序列相空间重构matlab(About C_C chaotic time series phase space reconstruction method matlab)
- 2014-12-23 17:00:47下载
- 积分:1
-
tiaozhishitu
仿真分析了MSK传输的数据,差分后的数据、加权前的I,Q路、加权后的I/Q路及MSK调制后的信号(Simulation analysis of the the MSK data transmission, differential data, weighted before I, Q Road, weighted I/Q Road and MSK modulation signal)
- 2013-04-28 17:15:47下载
- 积分:1
-
yichuanTSP
在matlab编程环境下,利用智能算法中的遗传算法,实现实现了旅行商问题。(Genetic algorithm for TSP)
- 2013-04-29 19:31:08下载
- 积分:1
-
mcode
lms program for matlab
- 2009-07-15 13:40:21下载
- 积分:1
-
mask_filter
mascara binaria y filtrado
- 2013-10-19 00:50:22下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
tspGA
用Matlab语言编写的基于遗传算法求解TSP问题的程序(Written in Matlab genetic algorithm-based procedure for TSP)
- 2011-11-08 17:31:03下载
- 积分:1
-
InductionmotorservodriveusingrobustPID-like
induction motor servo drive
- 2010-10-07 16:59:59下载
- 积分:1