-
Chap_4
This is a matlab code for the examples of AFT text book examples..The results are ecellent
- 2011-07-22 07:39:14下载
- 积分:1
-
obs_matlab
MATLAB programs for Full state observer and reduced order state observer which is used in regulator system has the plant with Ackermann Formula. this code is used in control system engineering .
- 2013-11-19 23:37:13下载
- 积分:1
-
dst_idst
坐标系转变,通过运行,很好的代码,哈哈哈(Coordinate system transformation, by running, a good code)
- 2011-12-09 21:32:55下载
- 积分:1
-
svm1d
this code implement svm in 2d space.
svmlib used for it.
- 2012-01-11 05:12:54下载
- 积分:1
-
PSO
粒子群优化算法(PSO)研究
粒子群优化算法(PSO)研究(PSO Particle Swarm Optimization Algorithm)
- 2009-02-28 10:20:42下载
- 积分:1
-
DTMF_Goertzel_Detector
goertzel算法解码DTMF信号程序(algorithm for decoding DTMF signals goertzel program)
- 2010-01-02 16:10:30下载
- 积分:1
-
matlab111
说明: 这是学习matlab视频仿真很好的一个工具,通过它,朋友们可以学到很多知识。能够快速提高建模仿真能力(This is a very good learning matlab video simulation of a tool through which friends can learn a lot of knowledge. To rapidly enhance the capacity of modeling and simulation)
- 2008-09-28 08:09:24下载
- 积分:1
-
BaiTH2
Detectec Detectec Detectec Detectec Detectec Detectec Detectec Detectec Detectec Detectec Detectec Detectec Detectec Detectec
- 2013-11-13 06:30:12下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
signal_seg
利用独立分量分析方法对三个信号进行分离,入门学习(The use of independent component analysis method to separate the three signals, Introduction to learning)
- 2009-04-15 11:37:10下载
- 积分:1