-
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
-
ofdmRx
接收信号的matlab程序,可以对接收信号进行仿真(Received signal matlab program received signal simulation)
- 2013-04-07 15:13:34下载
- 积分:1
-
Prediction
用mlp模型预测,用mlp模型预测,用mlp模型预测(use mlp model for prediction)
- 2013-12-01 22:26:32下载
- 积分:1
-
tsp
本源码是matalb解决数学中经典的tsp问题的代码,算法思想是遗传算法(The source is matalb tsp solve mathematical problems in the classical code, the algorithm idea is that genetic algorithms)
- 2011-06-04 00:02:53下载
- 积分:1
-
chapter1_10
Modern wireless device have sleep mode which greatly reduce the duty cycle of the power supply.Consider the effect of different duty cycles and transmit times to see the wide range of battery lifetimes one may expect before recharging.
results is being plotted of battery lifetime as a function of the duty cycles & duration of the wake up mode.
- 2013-10-07 22:36:13下载
- 积分:1
-
Radar_Systems_Analysis_and_Design
使用matlab进行雷达系统性能的分析与设计,里边有详细的理论分析以及matlab代码,非常有助于做雷达仿真(Radar system analysis and design using matlab,much detail about the theoretical derivation and matlab source code)
- 2013-10-15 23:34:09下载
- 积分:1
-
signals
心电、脉搏信号的提取和处理,心电脉搏特征波提取(Extraction and Processing of ECG and Pulse Signal and Extraction of ECG Pulse Characteristic Wave)
- 2019-04-08 08:48:20下载
- 积分:1
-
boxcount
用boxcount计算分形维数统计不同距离点对的出现频率(the frequency of pixel pairs with distance d )
- 2010-09-02 13:55:36下载
- 积分:1
-
zhulishench2010
国家知识产权局最新发布的专利审查指南,对比老的有许多改进和不同,应该了解啊(State Intellectual Property Office recently released patent examination guidelines, compared to the old there are many improvements and different, should know ah)
- 2010-03-11 11:11:09下载
- 积分:1
-
MS-GARCH-model-of-MCMC
描述MCMC的MS(3)-GARCH模型的参数估计(MCMC method)
- 2021-03-20 13:49:18下载
- 积分:1