-
用汉语注释的EMD程序
这是用汉语注释的EMD程序,很不错的。% 语法
% IMF = EMD(X)
% IMF = EMD(X,..., Option_name ,Option_value,...)
% IMF = EMD(X,OPTS)
% [IMF,ORT,NB_ITERATIONS] = EMD(...)(This is annotated in Chinese EMD procedures, very good. Syntax IMF = EMD (X) IMF = EMD (X ,..., Option_name, Option_value ,...) IMF = EMD (X, OPTS) [IMF, ORT, NB_ITERATIONS] = EMD (.. .))
- 2021-04-19 20:48:50下载
- 积分:1
-
dos
another progaram that has been in matlab
- 2013-07-11 09:34:56下载
- 积分:1
-
Face-Detect-Software
Face recognitiion and detection system in matlab
- 2013-09-11 01:13:57下载
- 积分:1
-
code
this codes present SVM
- 2012-11-28 17:39:39下载
- 积分:1
-
yarsenja
pwm整流器的建模仿真,一些自适应信号处理的算法,包含位置式PID算法、积分分离式PID,使用matlab实现智能预测控制算法,实现串口的数据采集,双向PCS控制仿真。( Modeling and simulation pwm rectifier Some adaptive signal processing algorithms, It contains positional PID algorithm, integral separate PID, Use matlab intelligent predictive control algorithm, Achieve serial data acquisition, Two-way PCS control simulation.)
- 2016-03-07 22:06:04下载
- 积分:1
-
m
说明: matlab code for cognitive radio
- 2009-09-08 07:19:21下载
- 积分:1
-
D_alogo_matlab
D算法求最短路径利用matlab解决
输出S矩阵和行向量(Dijkstra algorithm)
- 2013-09-11 20:53: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
-
Astar
MATLAB IMPLEMENTATION
OF ASTAR ALGORITHM
- 2010-11-23 02:38:56下载
- 积分:1
-
fi008
相关分析过程的matlab方法,针对EMD方法的不足,自己编的5种调制信号。( Correlation analysis process matlab method, For lack of EMD, Own five modulation signal.)
- 2017-04-22 19:52:42下载
- 积分:1