-
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
-
Modern-Periodic-Table-Project-in-C
Modern Periodic Table Project in C.
The Modern Periodic Table project in C is a simple console application built without the use of graphics. It is developed using the C programming language for the purpose of storing name, symbol, atomic number, atomic weight, and some important properties as well as to display them as per requirement of the user. The source code for this project is complete and totally error free, and we warmly welcome any feedbacks and suggestions.
- 2014-12-03 16:24:18下载
- 积分:1
-
leidamubiaoshibie
雷达目标识别技术(刘宏伟).pdf 雷达目标识别技术(刘宏伟).rar(Radar Target Recognition (Hongwei). Pdf radar target recognition (Hongwei). Rar)
- 2011-11-17 12:39:32下载
- 积分:1
-
4PSK
说明: 4PSK的源程序
matlab程序示例(4PSK source of the examples Matlab)
- 2006-03-06 22:38:34下载
- 积分:1
-
PV_System
Incremental Conductance: In the incremental conductance algorithm, we find the derivative of PV output power
with respect to output voltage. The dP/dV is evaluated and the algorithm keeps checking this value and changes
the duty cycle such that dP/dV=- I/V = 0. This is the point at which maximum power is transferred. If dP/dV is
greater than zero, it means the PV is operating to the left of the MPP. If dP/dV is less than zero, it means the PV is
operating to the right of the MPP. This method holds an advantage over the perturb and observe method since it is
fast and does not oscillate around MPP. However, the method could experience instability due the involvement of
the derivative.
- 2013-01-08 08:57:53下载
- 积分:1
-
SpaceTrussElement
有限元SpaceTrussElement的matlab程序(FEA matlab SpaceTrussElement)
- 2013-10-12 23:27:17下载
- 积分:1
-
quadrot
commande and control the qudrirotor
- 2012-02-05 10:09:12下载
- 积分:1
-
AddWindowDFT
用DFT对离散信号进行谱分析,通过选用不同的加窗函数来抑制信号截断造成的频谱泄漏(DFT of a discrete signal spectrum analysis, by choosing different windowing functions to suppress the spectral leakage caused by the signal cut)
- 2020-07-18 16:08:48下载
- 积分:1
-
iterative-learning-control
非线性控制时滞系统迭代学习控制算法仿真
通过MATLAB与SIMULINK的结合建立给定系统的迭代学习控制仿真的模型。(Nonlinear control delay systems iterative learning control algorithm simulation establishment of a given system through the combination of MATLAB and SIMULINK iterative learning control simulation model.)
- 2012-07-22 15:26:06下载
- 积分:1
-
Two-dimensional-finite
二 维 时 域 有 限 差 分 法MATLAB 代 码(Two-dimensional finite difference time domain method MATLAB cod)
- 2013-08-06 11:18:29下载
- 积分:1