-
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
-
FDTD
说明: 基于UPML吸收边界的三维FDTD数值模拟程序(3-D FDTD code with UPML)
- 2011-03-22 13:56:21下载
- 积分:1
-
ABC2dq
program simulink of park s transform ,transforming 2 to 3 axes
- 2014-11-17 19:27:21下载
- 积分:1
-
menu
Strategic Management
- 2015-03-15 16:50:32下载
- 积分:1
-
ofdmsimulation
这个程序主要是实现ofdm系统的发射和接收的过程。(This procedure is mainly implementation OFDM system transmitting and receiving process.)
- 2009-03-07 21:33:45下载
- 积分:1
-
PCA
Principal component analysis for dimension reduction
- 2011-02-01 13:02:44下载
- 积分:1
-
g
说明: A matlab code for computer generated hologram.
- 2011-03-04 13:56:35下载
- 积分:1
-
nan_simulation
水电机组仿真,发电机组采用菲利普斯描述。输出信号为有功功率和频率,适用于控制类电气仿真。(Hydro-generator simulation, the generator set described by Phillips. The output signal for the active power and frequency, suitable for control of electrical simulation.)
- 2021-04-19 16:28:51下载
- 积分:1
-
MATLAB
层次模糊聚类的算法实现,一个用C或者C++写的kmeans算法,最新的聚类算法(Level fuzzy clustering algorithm, one using C or C++ written kmeans algorithm, the latest clustering algorithm)
- 2009-03-23 08:39:55下载
- 积分:1
-
[MATLAB]-Bilateral-Filter
MATLAB / IMAGE PROCESSING / BILATERAL FILTER
- 2011-06-21 00:15:07下载
- 积分:1