-
777123safkl
Probability of error based on pulse collision probability
- 2009-03-30 21:53:58下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
PID-Tuning-using-DE
PID+genetic algoritm
- 2014-10-24 05:09:40下载
- 积分:1
-
MPD_PMD
this code for voice detection
- 2013-12-25 00:07:34下载
- 积分:1
-
lqxpid_gaf
ga算法
优化PID参数
功能简单实用
很好很强大(let us go)
- 2010-05-28 15:04:37下载
- 积分:1
-
HPCtesting
高性能计算机的性能测试文案,介绍了曙光计算机的相关测试工作。(High-performance computer performance test copy, describes the work of the dawn of the computer-related tests.)
- 2015-01-29 16:25:47下载
- 积分:1
-
HOUGH
图像中的直线检测程序,可以检测图像中的直线,可以设置参数,支持(The linear image detection procedure can detect the linear image, you can set parameters, to support)
- 2013-05-25 22:58:02下载
- 积分:1
-
GraphBasedIS
将Pedro F. Felzenszwalb的 Efficient Graph Based Image segmentation 作者提供的c代码封装,提供了Matlab调用接口。 输入参数如英文所示。(offer the matlab code interface of pedro F. Felzenszwalb s efficient graph based image segmentation
(image,sigma 0.8,k 300,min_size 100) )
- 2016-07-21 17:28:32下载
- 积分:1
-
Navigator
A step-bye-step user navigation on a spatial network using Dijkstra algorithm is presented in this document. User can define the start and destination points to navigate.
- 2010-03-12 21:12:21下载
- 积分:1
-
ARMA
说明: 时间序列分析模型:本程序的目的是模拟一个ARMA模型,然后进行时频归并。考察归并前后模型的变化。(ARMA)
- 2009-08-25 02:01:06下载
- 积分:1