-
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
-
chengxu
经典的基于短时能量和短时平均过零率的双门限检测方法(Classic double threshold detection method based on short-time energy and short-time average zero crossing rate)
- 2012-05-04 21:42:09下载
- 积分:1
-
Coding-Tutorials-for-Computational-Fluid-Dynamics
Coding Tutorials for Computational Fluid Dynamics
- 2014-01-03 08:30:56下载
- 积分:1
-
CHAP10_1
确定性单臂机械手的PD+前馈控制 matlab仿真
(uncertainty arm manipulator PD feedforward control Matlab simulation)
- 2006-11-22 16:59:46下载
- 积分:1
-
BSDS300-images
BSDS300-images for image processing
- 2010-07-13 10:13:21下载
- 积分:1
-
OFDM)
完美的OFDM仿真,可以应用于多种环境下的数据链路,并含有多种结果仿真(OFDM perfect simulation, can be applied to a variety of data link environment and contains a variety of simulation results)
- 2008-05-14 11:15:52下载
- 积分:1
-
mimo_waterfilling
>*********************************************************************
>This program works with "capacity_plot_main.m" file.Figs
>2.6,2.7,2.9,2.12 are determined using this program
>SNR is signal-to-noise ratio in dBs
>M -> number of antennas (M x M) system
>corr -> 1 if with correlation, 0 if uncorrelated (for a 2x2 system only)
>value -> correlation coefficient value from 0 ->1
>XPD -> 1 if antenna XPD is to be investigated, 0 if not (for a 2x2 system
>only)
>alpha -> XPD value
>output -> defined by erg and out for ergodic capacity or outage
>capacity respectively (>*********************************************************************
>This program works with "capacity_plot_main.m" file.Figs
>2.6,2.7,2.9,2.12 are determined using this program
>SNR is signal-to-noise ratio in dBs
>M-> number of antennas (M x M) system
>corr-> 1 if with correlation, 0 if uncorrelated (for a 2x2 system only)
>value-> correlation coefficient value from 0->1
>XPD-> 1 if antenna XPD is to be investigated, 0 if not (for a 2x2 system
>only)
>alpha-> XPD value
>output-> defined by erg and out for ergodic capacity or outage
>capacity respectively )
- 2011-05-12 15:40:44下载
- 积分:1
-
Intro_to_DSP___Smith___Mersereau_ver._3.0
MatLab Solutions: Introduction to Digital Signal Processing: A Computer Laboratory Textbook .
- 2014-11-27 13:19:07下载
- 积分:1
-
kaisa_filter
包含凯撒滤波器的说明文档和实现的源文件,通过适当的参数设置,实现滤波(Contains documentation of Julius Caesar s filter and realize the source file, with proper parameter Settings and filtering)
- 2014-12-17 22:15:17下载
- 积分:1
-
667-exe
darkeden 6.67 ver exe file!!
- 2014-01-15 15:20:52下载
- 积分:1