-
szwrf
matlab源程序,用于计算数值微分,里面有很多的有关数值微分的matlab程序。(matlab source code used to calculate the numerical differentiation, which have a lot of the numerical differentiation of the matlab program.)
- 2010-01-10 21:17:55下载
- 积分:1
-
zdzcx
一个惯性导航子对准程序,可以用MATLAB运行(An inertial navigation sub-alignment procedures can be used to run MATLAB)
- 2008-07-10 21:54:18下载
- 积分:1
-
Desktop
GPS mode for modeling and mode for modelingmode for modelingmode for modelingmode for modelingmode for modeling
- 2011-06-22 21:22:02下载
- 积分:1
-
PCA
主成分分析程序,简单易懂,修改路径可直接运行,附带详细说明(The PCA program with detailed explanations is very useful and effective,easy to understand. It can be run after modifying the input path.)
- 2015-01-21 16:33:20下载
- 积分:1
-
04-Buzzer
STM30F103 buzzer example
- 2015-04-20 19:08:05下载
- 积分: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
-
filter-MATLAB
实现自适应滤波器的功能 并经过改进和优化(Implement an adaptive echo cancellation algorithm in C and download it to the TMS320C6713 DSP Starter Kit)
- 2009-06-16 15:08:40下载
- 积分:1
-
OLSHerm.matlab
说明: 上传RBF源程序,希望能对大家学习有所帮助,并请提出宝贵的意见和建议!(upload source, in hopes of learning we can help, and requested the valuable advice and suggestions!)
- 2006-05-10 17:14:59下载
- 积分:1
-
shuise-Matlab
利用卫星水色数据进行可视化,包括对图像的修饰和处理,数据插值。(Use of satellite ocean color data visualization, including image retouching and processing, data interpolation.)
- 2014-05-22 21:20:37下载
- 积分:1
-
svpwmgenerator
一种空间电压矢量控制电动机的例子,有点复杂,适合研究比较深奥的matlab仿真(Example of a space voltage vector to control the motor, a bit complicated, appropriate to study more esoteric matlab simulation)
- 2012-04-22 11:10:28下载
- 积分:1