-
drawedgelist
画出边缘列表画出边缘坐标列表边缘分割边缘佳策边缘提取(Draw the edge of a list of coordinates to draw the edge of the edge list of partition the edge of good strategy Edge)
- 2007-11-15 00:49:54下载
- 积分:1
-
pruebas
this code is for a filter constructed using transconductors in the gm-C code can get answers frecuancia pole and phase
- 2010-09-22 12:30:42下载
- 积分: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
-
gradsamp
梯度采样算法,用于梯度采样计算,matlab下编码实现(A ROBUST GRADIENT SAMPLING ALGORITHM FOR NONSMOOTH, NONCONVEX OPTIMIZATION)
- 2020-06-29 08:00:02下载
- 积分:1
-
MNFTool-master
用于进行MNF变换,mnf用于对高维数据进行降维,特征提取(For MNF transformation, MNF is used for dimensionality reduction and feature extraction of high-dimensional data.)
- 2018-07-13 17:35:52下载
- 积分:1
-
matlab辅助小波分析与应用源码.rar
说明: matlab辅助小波分析与应用的源码,包含了一些常用的小波分析常规算法和快速算法,能有效帮助学习小波分析(Matlab support wavelet analysis and application of the source code contains a number of commonly used conventional wavelet analysis algorithm and fast algorithm, can help learning wavelet analysis)
- 2005-10-31 21:01:13下载
- 积分:1
-
PMSM_DTC
这是永磁同步电机的直接转矩控制,仿真结果表明性能良好,值得大家借鉴。(This is a direct torque control of permanent magnet synchronous motor, the simulation results show good performance, it is worth learning from.)
- 2020-06-30 10:20:01下载
- 积分:1
-
six_switch_boost_converter_3phase
3 phase six switch boost converter
- 2015-03-04 16:48:24下载
- 积分:1
-
RBF
说明: rbf函数,包括rbfbuild rbftest rbf predict(rbf function rbf rbfbuild rbftest rbf predict)
- 2020-11-12 21:15:37下载
- 积分:1
-
ldpc
一中Ldpc编码,使用matlab实现的,采用的是线性编码算法,复杂度为线性(One Ldpc code, the use of matlab implementation, using a linear encoding algorithm complexity is linear)
- 2011-05-25 19:14:16下载
- 积分:1