-
DCT4PlusTool_v1.00
dct4 plus tool for infinity users
ok by irfan khan
- 2010-05-17 20:12:46下载
- 积分:1
-
MATLABIIRfilter
基于matlab的两种数字滤波器的仿真,IIR滤波器的快速设计方法(matlab filter)
- 2011-07-25 16:49:33下载
- 积分:1
-
Basics-Of-MATLAB-And-Beyond
Basic of MATLAB and beyond
- 2013-10-25 22:16:13下载
- 积分:1
-
Binarization
这里面的matlab带啊能够实现图像的二值化编程,对图像处理的朋友有帮助(This is inside the matlab image can be achieved with ah binary programming, image processing helpful friend)
- 2015-04-14 16:19:38下载
- 积分:1
-
psd
matlab中用不同的方法计算随机数列的功率普(matlab using different methods of calculating the random numbers out of power )
- 2008-01-03 14:32:53下载
- 积分:1
-
Radar
用MATLAB仿真雷达的函数,包括解调、混合、调制、PAM、PSK、及压缩编码等(Radar simulation using MATLAB function, including demodulation, mixing, modulation, PAM, PSK, and compression coding)
- 2008-07-31 14:19:57下载
- 积分: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
-
ASTRO
星座运势预测,用matlab写的,选择自己的星座运行即可。(Horoscope by matlab)
- 2014-11-02 14:59:25下载
- 积分:1
-
space_vector_3_level_gen_algo
space vector pulse wide mudulation for inverter
- 2011-12-20 19:28:23下载
- 积分:1
-
07194848iris-recogniton-with-haar-wavelet
iris recognition using haar wavelet
- 2014-01-31 15:55:49下载
- 积分:1