-
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
-
power_dstatcom_pwm
无功补偿器statcom的仿真图,运行良好,可以改进欢迎提意见很分享(Var Compensator statcom simulation map, running well, you can improve it are welcome to share comments)
- 2014-04-15 23:19:48下载
- 积分:1
-
Hilbert
此程序包是希尔伯特变换,经验证运行正确,希望对大家有用。解压密码为cet。(This package is the Hilbert transform, certified to run correctly, in the hope that useful to everyone.)
- 2009-02-27 08:36:24下载
- 积分:1
-
aproxAntenas_bessel_simpson
Aproximaciones de Bessel y Simpson
- 2009-05-22 01:31:55下载
- 积分:1
-
spectrum
这个例子阐明了发生在时变系统中的频谱扩展,系统的带通输入时在某个频率上的音频信号(This example illustrates the system occurred in the time-varying spectrum expansion of the system' s band-pass input on a frequency of audio signal)
- 2009-12-23 22:18:15下载
- 积分:1
-
NARX
动态神经网络序列预测研究—基于matlab的NAXR实现(Sequence prediction research dynamic neural network based on matlab NAXR implementation)
- 2021-01-31 14:28:32下载
- 积分:1
-
gold_sequence
该功能函数可以利用matlab产生gold码序列 对于通信工程中的仿真具有一定作用 可以使用( This function can generate gold sequence,can be used in communication simulation.)
- 2012-02-15 09:00:38下载
- 积分:1
-
chap2_5
说明: 《变结构控制与MATLAB仿真》书中第二章例五的变结构控制程序( Variable Structure Control and MATLAB Simulation chapter book, five cases of variable structure control procedures)
- 2008-10-16 23:13:51下载
- 积分:1
-
DIT_FFT_WAWS
采用谐波叠加法模拟风速,计算时间较长,但精度较高。(The use of harmonic superposition method simulated wind speed, computational time, but the accuracy is higher.)
- 2021-03-27 17:29:12下载
- 积分:1
-
psk
psk matlab编程仿真 源代码 通信原理(psk matlab)
- 2013-12-28 15:48:17下载
- 积分:1