-
使用了五种函数进行了对比,有数据算例
说明: bilstm saelstm lstm 使用了五种函数进行了对比,有数据算例。可以多输入,也可以单输入。(Comparison of five neural network algorithms)
- 2021-04-21 21:38:49下载
- 积分:1
-
shuxuejianmo
MATLAB数学建模系列工具箱 非常全而且好用(Matlab toolbox of math model~)
- 2011-04-22 23:46:39下载
- 积分:1
-
chengxu
基于小波变换的多尺度图像边缘检测matlab源代码,实现图像的边缘检测功能和技术(Detection matlab source code multi-scale image edge based on wavelet transform, image edge detection features and technologies)
- 2014-01-07 14:24:00下载
- 积分:1
-
MATLAcodeofABC
matlab code of ABC algorithm
- 2012-06-11 22:19:40下载
- 积分:1
-
Assignment2a
Long window algorithm source code
- 2011-11-28 22:49:20下载
- 积分: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
-
APF_2level_3p4L_sch_V1
APF有源滤波器仿真,两电平,三相四线制,电力电子技术,matlab simulink(APF active filter simulation, two-level, three-phase four-wire system, power electronics technology, matlab simulink)
- 2019-01-07 11:05:48下载
- 积分:1
-
lmwei
基于capon的波束形成 适用于工程 毕业(Based capon beamforming applied to engineering graduate)
- 2011-05-16 15:45:56下载
- 积分:1
-
Diffraction-of-light-on-MATLAB
基于MATLAB仿真白光光栅衍射实验模拟(Experimental simulation based on MATLAB simulation white grating diffraction)
- 2012-06-02 20:34:51下载
- 积分:1
-
holo3D
全息谱故障诊断之三维全息谱,学习全息谱必须的matlab代码(matlab code for fault diagonis of holo3D)
- 2015-01-26 22:01:45下载
- 积分:1