-
imaqplot
IMAQPLOT is a simple demonstration of previewing video data using the toolbox s TimerFcn callback. IMAQPLOT also allows users to integrate the video preview into any MATLAB GUI. These are capabilities that are present in the toolbox s PREVIEW command, but are presented here as a demonstration of TimerFcn callback.
Using toolbox callback properties, you can configure a video input object to generate a live image plot display.
Do you want a basic preview window created for you? Simply call:
obj = videoinput( matrox , 1)
obj.TimerFcn = @imaqplot
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
Do you want to add a preview window to an existing GUI? Simply provide IMAQPLOT a handle to an image object and it will update it for you:
obj = videoinput( dt , 1)
obj.TimerFcn = {@imaqplot, hImage}
obj.TimerPeriod = 0.1
obj.FramesPerTrigger = Inf
start(obj)
- 2009-10-21 15:20:29下载
- 积分:1
-
simulink_matlab
matlab仿真教程,simulink模块讲解(matlab simulation tutorial)
- 2011-05-07 13:48:20下载
- 积分:1
-
1D-MUSIC
一维MUSIC算法的Matlab程序,可以仿真,很好用(One-dimensional MUSIC algorithm in Matlab)
- 2012-05-17 15:07:37下载
- 积分:1
-
equalizador
Equalizator Matlab Code
- 2015-02-12 04:56:43下载
- 积分:1
-
work121
以实际模型为例,使用matlab分析测量数据并拟合,根据拟合结果预测未来数据。(The actual model, for example, using matlab analysis of measurement data and fit, according to the fitting results to predict future data.)
- 2012-01-10 22:43:07下载
- 积分:1
-
Doc1
log of a structure 9 story
- 2013-12-20 16:32:03下载
- 积分:1
-
MFiles
有关OFDM信道估计的matlab程序(其中包含英文简介和部分simulink模型)(On the OFDM channel estimation in matlab program (which includes profiles and some English simulink model))
- 2008-05-19 21:53:14下载
- 积分:1
-
xiaobobianhuanlvbo
说明: 小波变换滤波的matlab程序的实现用于图像的背景抑制(Wavelet filter for image matlab program to achieve the background suppression)
- 2011-03-19 18:02:23下载
- 积分:1
-
peakfit
峰值滤波用于数据特征处理,可提高算法运算速度和鲁棒性(Peak filter characteristics for data processing, the operation speed can be increased and the robustness of the algorithm)
- 2014-12-10 17:24:35下载
- 积分:1
-
MATLABSimulink电力系统建模
说明: 基于MATLAB SIMULINK的电力系统建模,仿真效果不错,欢迎借鉴。(Based on MATLAB Simulink power system modeling, simulation effect is good, welcome to learn.)
- 2020-04-23 15:09:25下载
- 积分:1