-
SingleNeuralNetPID
用MATLAB实现的单神经元PID算法程序(Using MATLAB to achieve the single neuron PID algorithm procedure)
- 2007-12-22 20:41:34下载
- 积分:1
-
HeatDiffusion_FD_Cylin_2D_SS_constK
A MATLAB code to Solve diffusion problem 2D in Cylindrical coordinate which uses gen_mesh_cylindrical.m
- 2015-01-26 19:01:04下载
- 积分:1
-
GA-BP模板
遗传算法优化BPmatlab代码(标注清晰),保证新手看了原理之后能看懂(Genetic algorithm optimizes the BPmatlab code (clearly marked) to ensure that the novice can understand the principle after reading it.)
- 2021-04-15 15:58:55下载
- 积分:1
-
bsvm-2.05
说明: 一个support vector machine的matlab工具箱。(a support vector machine of Matlab Toolbox.)
- 2006-03-08 10:33:21下载
- 积分:1
-
MATLAB-application
matlab软件在有限差中的应用,里面含有一篇相关论文(the software matlab finite difference, which contains a related paper)
- 2013-02-02 23:37:55下载
- 积分:1
-
qpsk_qammod
qpsk调制信号星座图及时域分析 含脉冲成型 适用于入门(qpsk modulation signal constellation diagram and time domain analysis containing pulse shaping for entry)
- 2013-03-26 22:13:45下载
- 积分:1
-
UnionFind
An implementation of a disjoint-set data structure using a disjoint set forest.
- 2014-12-16 11:20:49下载
- 积分:1
-
moments
this code extract some moment feature like zernike, zernike radial polynomials, central moments,....d
- 2013-04-22 15:04:15下载
- 积分: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
-
Power_HW
Half wave rectifier simulation for beginner
- 2013-11-25 15:25:23下载
- 积分:1