-
matlab
matlab编写的流体力学计算和传热计算程序。(matlab prepared CFD and heat transfer calculations.)
- 2008-07-28 11:11:46下载
- 积分:1
-
ABC
DOUBLE FOUR-BAR CRANK-SLIDER MECHANISM
DYNAMIC BALANCING BY META-HEURISTIC
ALGORITHMS(ABC)
- 2014-11-17 04:41:47下载
- 积分:1
-
ddid
FUAL IMAGE DENOSIMNG MATLAB CODE
- 2014-11-27 16:41:55下载
- 积分:1
-
lle
说明: 一种非线性流形学习和维度缩减的算法,可以用来对数据进行降维和数据可视化。(Locally Linear Embbedding)
- 2019-04-04 13:43:02下载
- 积分:1
-
Intelligent-control-procedure
智能控制程序,在智能控制课文中的实例应用程序!容易上手、实用!(Intelligent control procedures, in instances of intelligent control applications in the text! Easy to use, practical!)
- 2011-01-21 17:28:53下载
- 积分:1
-
msk_matlab
msk的malab仿真,其中详细绘制了msk调制解调的信号图形(msk malab the simulation, which detailed mapping msk the modulation and demodulation of signals Graphics)
- 2007-01-13 09:47:35下载
- 积分: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
-
LocateLargest
提示用户输入一个二维数组,然后显示这个数组中最大元素的位置,返回值为包含两个元素的以为数组
(Prompts the user to enter a two-dimensional array, and then display the location of the largest element of the array, the return value is an array that contains two elements)
- 2013-12-18 10:11:20下载
- 积分:1
-
Power-Optimization
改进差分进化算法在电力系统无功优化中的应用(Application of Improved Differential Evolution Algorithm in Reactive Power Optimization)
- 2021-04-13 10:28:56下载
- 积分:1
-
kxakpcmq
BP神经网络用于函数拟合与模式识别,包含了阵列信号处理的常见算法,具有丰富的参数选项,在matlab R2009b调试通过,可以广泛的应用于数据预测及数据分析,FMCW调频连续波雷达的测距测角。( BP neural network function fitting and pattern recognition, Contains a common array signal processing algorithm, It has a wealth of parameter options, In matlab R2009b debugging through, Can be widely used in data analysis and forecast data, FMCW frequency modulated continuous wave radar range and angular measurements.)
- 2016-03-15 20:44:49下载
- 积分:1