-
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
-
QPSK-DQPSK-OFDM
QPSK的调制;比较DQPSK和QPSK在通过加性高斯白噪声信道时的误码性能;OFDM系统(QPSK modulation more DQPSK and QPSK in additive white Gaussian noise through the channel bit error performance when OFDM system)
- 2020-12-01 07:49:26下载
- 积分:1
-
Matlab
matlab源代码的实例100个。其中包含matlab常见的一些算法和应用。分为三个子文件,每个文件都包含很多代码。(100 matlab source code examples. Contains matlab Some common algorithms and applications. Is divided into three sub-files, each file contains a lot of code.)
- 2013-01-17 16:40:42下载
- 积分:1
-
matlab_ebook
MATLAB命令大全 实用书籍 MATLAB设计编程必备(MATLAB MATLAB command Guinness Book of Practical Design of programming required)
- 2010-11-23 19:50:51下载
- 积分:1
-
robot
机器人运动学和动力学模型,六自由度的,界面设计以及轨迹规划等功能(Robot kinematics and dynamics models, six degrees of freedom, interface design, and trajectory planning, etc.)
- 2013-09-02 15:53:43下载
- 积分:1
-
11120139
用matlab实现视频压缩,实现读入,转换格式,量化(image processing based on matlab)
- 2011-11-18 12:58:21下载
- 积分:1
-
m_seq
说明: 利用MATLAB实现的产生M序列的程序及自动产生本原多项式的程序(MATLAB achieved using M sequences generated automatically generated procedures and procedures for primitive polynomial)
- 2009-08-12 14:10:58下载
- 积分:1
-
Research-on-Compressed-Sensing
经典的香农采样定理认为,为了不失真地恢复模拟信号,采样频率应该不小于奈奎斯特频率(即模拟信号
频谱中的最高频率)的两倍.但是其中除了利用到信号是有限带宽的假设外,没利用任何的其它先验信息.采集到
的数据存在很大程度的冗余.Donoho等人提出的压缩感知方法(Compressed Sensing或Compressive Sampling,
CS)充分运用了大部分信号在预知的一组基上可以稀疏表示这一先验信息,利用随机投影实现了在远低于奈奎斯
特频率的采样频率下对压缩数据的直接采集.该方法不仅为降低采样频率提供了一种新思路,也为其它科学领域
的研究提供了新的契机.该文综述性地阐述了压缩感知方法的基本原理,给出了其中的一些约束问题和估计方法,
并介绍压缩感知理论的相关问题———矩阵填充,最后讨论了其未来可能的应用前景.
(According to the conventional Shannon s sampling theorem,in order to represent the
analog signal,the sampling rate should not be less than twice the Nyquist sampling rate.Howev-
er,this theorem only makes use of the bandwidth information.As a result,the collected data
contain many redundant information.The recently proposed sampling method,compressed sens-
ing or compressive sampling(CS),can collect compressed data at the sampling rate much lower
than that needed in Shannon s sampling theorem by exploring the compressibility of the signal.
This paper presents a review on the basic theory of CS.Some of the restrictions and recovery
methods in CS are also discussed.Finally,some potential applications based on CS are presented.
)
- 2014-09-04 15:25:07下载
- 积分:1
-
specialist-MATLAB
精通matlab学习手册 包含 多项式、曲线拟合与插值、三次样条、数值分析、符号数学工具(matlab handbook)
- 2011-12-12 10:55:23下载
- 积分:1
-
emdcmp
对心电信号进行EMD分解,比较EMD、EEMD、CEEMD、CEEMDAN的分解差别(Emd for ecg signal decomposition, comparing emd, eemd, ceemd, ceemdan decomposition differential)
- 2020-12-21 10:39:08下载
- 积分:1