-
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
-
simple_watermark__dct_dwt
Matlab下,基于DCT&DWT 的音频数字水印的简单实现,包含了水印的生成和提取过程(Audio watermark based on DCT & DWT)
- 2015-02-06 14:01:01下载
- 积分:1
-
FBCLLC-plecs
双向DC,plecs仿真,带闭环控制,可以联合仿真(Bidirectional DCplecs simulation)
- 2019-03-11 09:54:01下载
- 积分:1
-
MpskSim_Bp
终于找到了mpsk信号的调制,一家外国网上的,有用的就下,大家多交流啊(Finally found a MPSK signal modulation, a foreign line and useful on the next, more than U.S. exchanges ah)
- 2007-09-16 09:48:16下载
- 积分:1
-
Nonlinear_Programming
非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m(Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M)
- 2009-07-17 14:44:21下载
- 积分:1
-
filterSignalGaussBP_fast
matlab 和vpi联合仿真,实现数字滤波器(vpi and matlab)
- 2012-04-18 16:05:49下载
- 积分:1
-
uniform-circular
均匀圆阵部分阵元失效情况下的DOA估计方法(Part of uniform circular array element failure in case of DOA Estimation)
- 2013-12-26 12:47:54下载
- 积分:1
-
torque_jiao3_2_MTPV_2_26
基于矢量控制的永磁同步电机控制;通过Simulink模块搭载仿真,实现电机的全速域调速(Permanent magnet synchronous motor control based on vector control. The full speed domain speed regulation of motor is realized by simulation of Simulink module.)
- 2018-07-18 10:07:50下载
- 积分:1
-
powerflowcalculation
说明: POWER FLOW CALCULATION OF AT TRACTION NETWORK FOR HIGH-SPEED RAILWAY
- 2019-11-08 17:19:40下载
- 积分:1
-
eemd
说明: 集合经验模态分解(EEMD)源程序,内涵实例验证,亲测可用(Ensemble empirical mode decomposition (EEMD) source code)
- 2021-01-14 20:53:22下载
- 积分:1