-
LunarCalendar
matlab编写的阴阳历转换程序,直接下载就可以用,编译运行已通过。(lunisolar calendar conversion program written in matlab, download you can use, compile and run has passed.)
- 2010-11-28 22:33:19下载
- 积分:1
-
m2
说明: matlab 基于形状的图像检索算法 关于七个不变矩的主要算法 中 主要体现出 输入输出 的步骤! !!!!!!(matlab image retrieval algorithm based on the shape of seven invariant moments on the main algorithm is mainly reflected the input and output of the steps! ! ! ! ! ! !)
- 2010-05-04 14:24:19下载
- 积分: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
-
fuzzymeasure
matlab_fuzzymeasure fuzzymeasure
- 2013-10-24 22:30:37下载
- 积分:1
-
MATLABxct_classic_simulation_programming_source_co
MATLABxct经典仿真程序设计源码MATLABxct classic simulation programming source code(MATLABxct classic simulation programming source MATLABxct classic simulation programming source code)
- 2010-08-02 12:47:11下载
- 积分:1
-
Cognitive_Radio_Communications_and_Networks__Prin
Cognitive Radio
Communications and
Networks
Principles and Practice
Edited by
Alexander M. Wyglinski, Ph.D.,
Worcester Polytechnic Institute
Maziar Nekovee, Ph.D.,
BT Research and University College London
Y. Thomas Hou, Ph.D.,
Virginia Polytechnic Institute and State University
- 2013-09-22 12:09:36下载
- 积分:1
-
electron-vortex-beam-
给出描述涡旋波的函数,用于实现涡旋束的模拟。(Describe the function of the vortex beams)
- 2013-04-09 19:20:16下载
- 积分:1
-
mpc86xx
Declaration for the various functions exported by the mpc86xx_ files. Mostly for use by mpc86xx_setup().
- 2015-03-15 12:54:46下载
- 积分:1
-
seekweight
这是一个可用的求权重的程序,所求的是列的权重,作为函数的形式出现,可以直接调用,实在数据处理时编写的,可以直接用。(Seeking weight program is available, ask the weight of the column, as a function of the form appears, you can directly call, really data processing written can be directly used.)
- 2013-05-10 16:48:53下载
- 积分:1
-
Ch10figs
波束形成算法中相对于阵列分辨率的空间分布图(Beamforming algorithm based on space maps of the array resolution )
- 2012-04-23 11:32:10下载
- 积分:1