-
zong1
音乐信号处理
实现时域延时和混响的处理
实现频域均衡器的设计(Music signal processing delay and reverberation time-domain processing of frequency-domain equalizer design)
- 2009-05-22 09:43:31下载
- 积分:1
-
glcmfeaturext.
glcm feature extraction for mammogram images
- 2010-12-22 04:44:55下载
- 积分:1
-
CCAE1
本代码是matlab代码,主要是关于典型相关分析方面的,大家可以看看(This code is a matlab code, mainly on the canonical correlation analysis, we can see)
- 2011-08-16 17:05:02下载
- 积分:1
-
MATLAB_ks
利用MATLAB GUI设计实现图像处理的图形用户界面,利用MATLAB图像处理工具箱实现以下的图像处理功能:
1. 采用matlab Guide设计实现图像界面与按钮界面。
2. 连接摄像头,编写MATLAB初始化程序
3. 用摄像头采集一副图像,并能实现保存(使用控件按钮保存)。
4. 设计按钮实现对图像进行任意的亮度和对比度变化调整,显示和对比度变化前后的图像。
5. 设计按钮实现用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。
(Designed and implemented using MATLAB GUI graphical user interface, image processing, using MATLAB image processing toolbox of image processing functions to achieve the following: 1. Designed to achieve an image using matlab Guide button interface with the interface. 2 Connect the camera to write MATLAB initialization procedure 3, with the camera capture an image and save to achieve (using the control button to save). 4 Design button on the image to achieve any change in the brightness and contrast adjustment, display, and contrast changes before and after images. 5 button design to achieve the user to select an image region of interest with the mouse, display and save the selected area.)
- 2011-09-09 13:26:40下载
- 积分:1
-
carfollowingmodel
在车联网研究之中,对于先进的车辆跟驰模型的仿真,以及绘制时空图(car following model simulation and spatial plot)
- 2014-11-18 11:38:42下载
- 积分:1
-
cudainterp2
this is used for interpolation
- 2010-09-19 17:45:37下载
- 积分:1
-
02525607beamforming
说明: 波束形成,有详细的算法仿真,适合初学者学习借鉴。(Beamforming, simulation algorithm in detail, suitable for beginners to learn from.)
- 2011-04-15 09:19:39下载
- 积分:1
-
gear
吉尔法求解点堆中子动力学方程的MATLAB程序(Gear method)
- 2020-07-30 20:48:40下载
- 积分: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
-
MUSIC_algorithm_for_beam_space_source
个人编写的DOA估计波束空间MUSIC算法源程序(Personal prepared beam-space DOA estimation algorithm for source code MUSIC)
- 2009-09-28 14:15:30下载
- 积分:1