-
diffrent-windows
这是我毕业设计的一部,主要是不同窗函数对信号处理的影响,通过这个你可以很方面的得到它们不同的效果图,也让理解更容易(This is a part of my graduation project, the main window is different from the impact of the signal processing functions, through which you can get them very different aspects of the effects of plans, but also to understand more easily)
- 2011-05-05 19:52:35下载
- 积分:1
-
CODE
MATLAB PROBLITY CODE N DATABASE COMPARISION
- 2013-02-12 20:29:25下载
- 积分: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
-
2e
说明: this is matlab signal processing doc assignment and m file for various signal system code
- 2012-02-04 15:48:07下载
- 积分:1
-
VeinExtraction-master
可以提取叶脉,用matlab写的。用的是rgb2yuv,然后用hough变换(it can extract vein matlab rgb2yuv and hough translation)
- 2020-06-18 21:00:02下载
- 积分:1
-
white_noise
生成白噪声信号:包括采样频率,最大和最小频率,时间长度,幅值等要求的信号。(Generated white noise signal: including sampling frequency, maximum and minimum frequency, duration, amplitude and other requirements of the signal.)
- 2011-08-31 14:32:12下载
- 积分:1
-
16QAM
16QAM仿真系统,学通信实验必备,绝对有用。(16QAM simulation system, learning communication experiment must absolutely useful.)
- 2007-12-14 21:08:08下载
- 积分:1
-
bayes_classifier
bayesian classifier for 2 class
- 2011-02-09 19:45:38下载
- 积分:1
-
PredictiveControlTechniqueandItApplicatio
说明: 呵呵,没程序发点文章给大家。预测控制及其应用方面的,希望对大家有帮助(Oh, the article did not point the procedure to you. Predictive control and its applications, in the hope that we have to help)
- 2008-09-11 16:49:10下载
- 积分:1
-
1d_fdtd_hagness
fdtd 1d hagness code
- 2014-10-10 04:44:48下载
- 积分:1