-
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
-
1
说明: 我做的用于非接触电能传输的自适应谐振技术方案,用到了MATLAB仿真,对研究非接触供电,以及学习锁相环的MATLAB仿真有很好的帮助。(Principles of Adaptive Resonance Technology for Contactless Power Transmission System,contactless, adaptive, series resonance, phase-locked loop)
- 2009-08-04 10:23:14下载
- 积分:1
-
ca40
learning algorithm for finite mixture model and test
its application into motion segmentation
- 2010-10-04 04:21:09下载
- 积分:1
-
21840282wimax-mimo
wimax-mimo技术的仿真希望大家看看(wimax-mimo simulation technology)
- 2010-05-27 18:24:15下载
- 积分:1
-
Partial-Responsing-Signal
对采用双二进制信号脉冲的2电平PAM通信系统进行Monte Carlo仿真。输入二进制序列为{bn},预编码序列为{dn},幅度序列为{an},相关序列为{cn}。将高斯噪声加到接收序列{bk}上去以形成检验信号的输入,并恢复这个数据。对1万个比特执行这个仿真,并在σ2=0.1,0.5,1时分别测量比特差错概率。用此概率跟无ISI的PAM的BER曲线作对比并进行分析。(Partial-Responsing Signal。)
- 2015-01-01 12:11:52下载
- 积分:1
-
dfig
Doubly-Fed Induction Generator for Variable Speed Wind Energy Conversion Systems- Modeling & Simulation
- 2012-02-10 16:56:18下载
- 积分:1
-
diedaifa
这个程序是用MATLAB编的,是用迭代法实现图像的分割,得到感兴趣区域。(This program is retained by MATLAB,and it uses Iterative method to implement image segmentation and obtain the region of interest。)
- 2010-10-11 10:55:06下载
- 积分:1
-
FitFunc
本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!(This algorithm, including maximum likelihood estimation, least squares estimation, based on the EM algorithm estimate a mixture Gaussian distribution, EM algorithm for the test examples, each mapping the distribution of the plot function. Very useful!)
- 2008-06-16 10:43:42下载
- 积分:1
-
work1
混沌动力学的平面模型,和对动力学的模型研究以其用户的输入(chaoic reserch ,the model ,and teh input model .)
- 2009-05-30 13:55:00下载
- 积分:1
-
filter
用MATLAB中的DSP BUILDER 设计的 FIR低通滤波器(Used in MATLAB DSP BUILDER design of FIR low-pass filter)
- 2011-07-31 12:34:54下载
- 积分:1