-
MATLAB
多种MATLAB用于图像处理的代码,提高大家的编程水平(A wide range of MATLAB code for image processing, improve the level of U.S. programming)
- 2009-03-21 22:01:14下载
- 积分:1
-
relate_program_AR
这里共六个文件夹,包含了AR模型的burg算法,功率谱估计,维纳滤波,AR模型的全极点模型等等。(Here a total of six folders contain the AR model of the burg algorithm, power spectrum estimation, Wiener filtering, AR model of all-pole model and so on.)
- 2010-05-27 11:25:17下载
- 积分:1
-
Caesar_Cipher
network security algorithm ceasar cipher codes, simple implementation
- 2013-11-30 07:39:32下载
- 积分:1
-
example762
benders分解算法,求优化问题min cx+dy
s.t.Ax+By>b(benders decomposition algorithm for the optimization problem min cx+dy stAx+By> b)
- 2014-04-29 19:46:20下载
- 积分:1
-
DrawGateFunctionSpectrum
利用matlab来进行画门函数的频谱图和能量谱密度图(Use matlab to draw gate function spectrum and energy spectrum density map)
- 2016-10-07 12:17:19下载
- 积分:1
-
lungbayesdemo
在matlab软件上模拟肺肿瘤生长,吸烟是诱发肺肿瘤的主要原因。(Matlab software to simulate the growth of lung cancer, lung cancer induced by smoking is the main reason.)
- 2010-11-17 12:21:07下载
- 积分:1
-
lateral-velocity_observer_forward
Motor control algorithms implmented with matlab/simulink are included.
- 2014-01-27 21:14:57下载
- 积分: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
-
kwiener
The following code implements a kernel Wiener Filter algorithm in MATLAB.
The algorithm dependes on the eigenvalue decomposition, thus only a few thousand of data samples for training dataset is applicable so far.
- 2009-11-03 05:43:41下载
- 积分:1
-
sibgebipole
单极性PWM控制方式Simulink仿真,很简单,便于电力电子初学者学习,里面还加了一个模拟滤波器,也很简单,但想法非常重要(Unipolar PWM control Simulink simulation, very simple, easy for beginners to learn power electronics, which also added a simulated filter, is also very simple, but very important idea)
- 2009-05-17 19:51:16下载
- 积分:1