-
tool_of_wavelet
这是小波变换工具箱,里面有小波变换相关的函数。如果正在学习小波变换MATLAB编程,希望对你有帮助。(This is the wavelet transform toolbox, which have wavelet transform related functions. If you are learning to transform MATLAB programming, want to help you.)
- 2010-05-15 16:09:44下载
- 积分:1
-
W83627DHG-Programming-Guide
w83627dhg芯片的编程操作,里面包含相关编程代码,控制IO等接口程序(W83627dhg chip programming operation, which contains the related programming code, control IO interface program)
- 2014-10-28 16:46:34下载
- 积分:1
-
gaborfilter
Gabor滤波器的matlab源文件,可完成滤波器的实现(Gabor filter Matlab source files, to be completed by the realization of the filter)
- 2013-05-12 16:46:53下载
- 积分:1
-
Face_Recognition_System-zubair_and_suvidha
face recognition with matlab source code.this is not real code do not try for this.okey this just for verification
- 2013-02-02 00:21:40下载
- 积分:1
-
uniform_q
This matlab code is used for simulating uniform quantization of input signal x. It uses lpf.m, bdc.m i dbc.m matlab functions, and it plots uniformly quantized signal at the output.
- 2013-02-09 18:52:49下载
- 积分: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
-
complex-valued-signal
这是讲述复值信号的pdf文档,对加深信号的学习会有帮助。(This is about the complex-valued signal pdf documents, the study would help to enhance the signal.)
- 2011-10-21 11:37:27下载
- 积分:1
-
fast-de-coupled
The distribution network has characteristics different from the transmission system. Distribution
networks are commonly
1. three-phase unbalanced
2. radial with sometimes weakly meshed topology
3. with high resistance to reactance (r/x) rations
here, an equivalent current injection method is used in rectangular coordinates to analyse the given radial distribution system. The FDLF method uses the NR-algorithm, with a constant Jacobian matrix. This matrix is further decoupled into two identical sub-Jacobian matrices.
- 2013-04-09 14:09:15下载
- 积分:1
-
ecg
this is the code for detection of heart rate
- 2015-02-27 01:19:04下载
- 积分:1
-
ai_RayCh
Rayleigh Fading Channel Signal Generator
Using the Dent Model (a modification to the Jakes Model)
- 2013-03-07 12:59:40下载
- 积分:1