-
hexcalc
Hex evaluation and calculator with logical and arithmetic operators(Hex evaluation and calculator with logica l and arithmetic operators)
- 2006-10-15 10:54:34下载
- 积分:1
-
ASK
ASK调制解调,及在AWGN信道下的性能(ASK modulation and demodulation, and performance in AWGN channel)
- 2013-04-21 21:47:37下载
- 积分:1
-
LMS
lms algorithm in dsp matlab
- 2013-04-30 15:06:53下载
- 积分:1
-
Phone
c++实现的通信录,实现添加、删除、查找、修改等功能(communications recorded c++ implemented add, delete, search, modify functions)
- 2014-01-14 10:02:38下载
- 积分:1
-
compute_ud15bm
本人通过MATLAB编写的代码,用于图像识别和语音识别,基于端点检测和基于UehnSk和kmboTAb的孤立词识别和连续语音识别,是我的毕设代码。
(I have written the code in MATLAB for image recognition and speech recognition, endpoint detection and isolated word recognition and continuous speech recognition based onUehnSk and kmboTAb, it is my complete set of code.
)
- 2015-12-28 22:29:48下载
- 积分:1
-
Image-fusion
基于小波变换的图像融合源代码的matlab实现(image fusion)
- 2015-01-25 13:43:24下载
- 积分: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
-
CBF
波束形成,控制第一旁瓣的幅度,加窗处理,汉明窗,汉宁窗等(Beamforming, amplitude control of the first sidelobe)
- 2013-12-19 12:38:10下载
- 积分:1
-
FC
说明: 简易模糊控制器设计,输入给定为1,已知被控对象的传递函数(Simple fuzzy controller design, as an input to the known transfer function of the object and)
- 2010-04-22 09:12:23下载
- 积分:1
-
matlab_on_differential_equations
matlab关于微分方程的解法.来自山东大学课件(matlab on differential equations.)
- 2010-11-29 17:37:19下载
- 积分:1