-
Circular_hough
it s used to detect circles in edge image as input by Hough transform. you can assign a region of interest (ROI) to find center of circle in it.it s effective because time of run is decreased.
- 2009-12-03 16:39:19下载
- 积分:1
-
FFT
该程序为matlab进行傅立叶变换的快书算法FFT,其中还包括了傅立叶变换的其他几种快速算法.(The program carried out for the matlab book fast Fourier transform algorithm FFT, which also includes several other Fourier Transform fast algorithm.)
- 2008-06-19 22:17:18下载
- 积分:1
-
BP-ANN
建立一个BP神经网络。进行训练和测试,数据样本包含在压缩文件中(Build a BP Artificial Neural Networks.Train and test the data in the rar file)
- 2012-04-13 15:47:18下载
- 积分:1
-
57912
particle filter in video analysis
- 2015-03-07 01:52:15下载
- 积分:1
-
absproject_matlab
simulating of abs system for one wheel
- 2012-01-27 22:44:24下载
- 积分:1
-
fiebang
小波包分析提取振动信号中的特征频率,通过matlab代码,正确率可以达到98%。( Wavelet packet analysis to extract vibration signal characteristic frequency, By matlab code, Accuracy can reach 98 .)
- 2016-04-27 15:11:44下载
- 积分:1
-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
Arithmeticmeanfilter(smoothing)
Hi Friends. This is simple Image code of Arithmetic mean filtering operation,which results in smoothing of image. Default image size is 256 x 256
- 2010-10-13 10:34:02下载
- 积分:1
-
biaoshiyushengcheng
实验内容
信号与系统试验报告 自己的作业
1.设有两个信号:
要求x(t)和h(t)采样形成离散序列,
参数选择如下:
采样率Δ=4ms,
频率f=30Hz,
a=2f2ln(M),
M=2.5
在MATLAB下实现连续信号离散化,
并绘制出离散形式的信号波形。
(Experimental signal and system test the contents of the report of one)
- 2008-05-07 10:26:56下载
- 积分:1
-
dd1
在MATLAB开发平台上,在做图像的处理进行分割时,可采用迭代法求阈值进行分割。(In the MATLAB development platform to do image processing in the segmentation, the iterative method can be used to segment the threshold requirements.)
- 2011-05-08 12:40:47下载
- 积分:1