-
testelection
This is a MATLAB code (function) which elects two new nodes each time. Nodes are elected relatively to their distance in term of hop count to the initiator. This code is used by tree construction algorithm in networks modeled as weighted matrix.
- 2015-03-23 18:15:06下载
- 积分:1
-
GABOR
使用matlab里的函数来提取Gabor小波特征(Matlab function to use in feature extraction Gabor wavelet)
- 2015-04-08 16:31:59下载
- 积分:1
-
scale-space
sift算子中高斯金字塔和DOG的生成,只是该算子的最初步骤(sift operator:the generation of Gaussian pyramid and DOG。it is only the first steps)
- 2009-04-25 10:29:31下载
- 积分:1
-
Matlabimageprocessingtoolbook
说明: Matlab图像处理工具手册,介绍一些MATLAB 图像处理命令(Matlab image processing toolkit to introduce some MATLAB image processing commands)
- 2008-09-26 04:18:12下载
- 积分: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
-
krig
MATLAB克里金差值,主要是之前收集的一些程序汇总(MATLAB Kriging Difference)
- 2019-04-22 14:53:00下载
- 积分:1
-
mfcosomo
Function Toolbox hope u like it
- 2010-12-03 20:47:52下载
- 积分:1
-
to
说明: 一般通信AM FM BPSK MSK信号的产生 与频谱仿真及通过滤波器仿真(General Communication AM FM BPSK MSK signal generation and spectrum simulation and emulation through the filter)
- 2010-04-16 16:28:15下载
- 积分:1
-
cnv_encd
仍然是卷积码的代码,是matlab的,最近写这方面的论文,找了很多(Convolutional code is still code, is matlab, recently wrote this paper to find a lot of)
- 2010-06-03 13:08:00下载
- 积分:1
-
MPM01
这是一个实现预失真功能的算法仿真,效果不错,希望对大家有所帮助。(a algorithm of predistortion is proposed in this program,and it has a good performance,)
- 2012-06-01 11:18:15下载
- 积分:1