-
genenv
信号发生器 能产生随时间变化的信号 可以任意设定信号形状(Signal generator to produce time-varying signal)
- 2009-04-20 23:36:16下载
- 积分:1
-
demo_01
用matlab编写的基于haar特征和SVM的行人检测代码集。其中包含了数据集。(Using matlab haar features and SVM-based pedestrian detection code set. Which contains the data set.)
- 2012-04-11 12:17:24下载
- 积分:1
-
LBP
matlab的lbp代码。有均匀模式、旋转不变模式、旋转不变等价模式等。(matlab code for lbp with uniform LBP/rotation-invariant LBP)
- 2021-04-12 10:58:58下载
- 积分:1
-
handwriteREC
自己编写的一个matlab实现手写数字的识别,识别率高达90 以上。(I have written a matlab achieve recognition of handwritten digits recognition rate of 90 .)
- 2015-04-02 18:01:16下载
- 积分:1
-
jiekou
说明: 查看要素(Feature)属性信息,同一图层可以选择多个要素(see feature attributes,the same layer can select many features)
- 2011-04-07 12:24:48下载
- 积分:1
-
pvMPPT1
最大功率点跟踪仿真模型,采用扰动观察法效果理想(Maximum Power Point Tracking Simulation Model)
- 2013-09-20 22:23:29下载
- 积分: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
-
Eye-diagram-of-received-signal-using-a-band-width
Band limited Eye diagram for 2-ary & 4-ary
- 2013-10-06 15:13:42下载
- 积分:1
-
EZW_Matlab_code
EZW_Matlab_code using huffman code
- 2015-03-31 14:38:17下载
- 积分:1
-
matlab-example
基于matlab开发的协整套利策略测试模型(matlab cointegration arbitrage
)
- 2012-02-13 17:38:34下载
- 积分:1