-
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
-
digital-speckle-correlation-method
对数字散斑的形成仿真处理有全面的介绍 对研究数字散斑在各种方面的测量很有帮助 很有启发性(Simulation of digital speckle formation process with a comprehensive introduction)
- 2013-08-01 22:39:13下载
- 积分:1
-
chemo3
建立预测烟叶中含N量的BP人工神经网络模型。。。。全局优化算法(The establishment of the forecast volume of tobacco leaves with N the BP artificial neural network model. . . . Global Optimization Algorithm)
- 2008-06-12 23:18:52下载
- 积分:1
-
201003tecplot
说明: 简介卫星姿态控制系统的模型,并针对该模型分析故障发生的特点,故
障诊断的难点,以及可能发生故障的部位和故障的类型,给出故障检测的方法。(Introduction of satellite attitude control system model and the model for the analysis of the characteristics of faults, fault diagnosis of the difficulties, and possible failure location and fault type, fault detection methods are given.)
- 2010-03-23 22:02:43下载
- 积分:1
-
lms
我的毕业设计所做的关于自适应天线波束成型算法,采用最小均方自适应滤波方法实现。
(My graduation project on adaptive antenna beamforming algorithm, least mean square adaptive filtering method.)
- 2012-05-21 14:03:44下载
- 积分:1
-
agt_64QAM_download_bit
将数据调制为wifi传输制式的波形,支持BPSK,QPSK,QAM等调制。配置安捷伦E4438C矢量信号发生器,输出带载波的wifi信号(The data transmission system of the modulation waveform for the wifi support BPSK, QPSK, QAM modulation, etc.. Configure the Agilent E4438C vector signal generator, the output signal with a carrier wifi)
- 2013-12-04 00:13:35下载
- 积分:1
-
opticalflow
基于horn-schunck算法的matlab源代码;其中输入一个视频可以用这一算法计算出u和v;即在x和y方向上的速率; (Algorithm based on horn-schunck matlab source code enter a video in which the algorithm can be used to calculate the u and v that x and y directions in the rate )
- 2011-01-03 16:49:04下载
- 积分:1
-
DDA_Line
DDA line Algorithm for draw line by matlab
- 2011-06-11 05:24:01下载
- 积分:1
-
fiber
掺铒光纤放大器数值计算
求解激光速率方程的数值解
(EDFA Numerical calculation)
- 2015-03-28 23:42:35下载
- 积分:1
-
ieee33distribute_3
IEEE33节点搭建matlab模型,适用于电力系统配电网电压控制计算仿真(IEEE33 node builds matlab model, which is suitable for power system distribution network voltage control simulation.)
- 2018-04-02 11:35:48下载
- 积分:1