-
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
-
ROC
说明: ROC曲线绘制程序!matlab版!搜索,无重复。(ROC curve drawing program! matlab version! English, no repeat.)
- 2008-09-03 12:07:55下载
- 积分:1
-
MSK
学会使用MATLAB仿真软件搭建MSK调制解调仿真电路建立MSK调制解调系统仿真模型(Learn how to use MATLAB simulation software to build the MSK modulation and demodulation simulation circuit MSK modulation and demodulation system simulation model)
- 2013-01-07 16:36:54下载
- 积分:1
-
MATLAB-program
matlab基础知识讲解,英文版,适合四级英语水平及以上的初学者使用(matlab basic knowledge to explain, in English, and English for more than four beginner)
- 2011-06-08 21:04:22下载
- 积分:1
-
xianboqi
利用matlab变成实现一个陷波滤波器(notch)(Using matlab to implement a notch filter into (notch))
- 2011-07-13 10:14:04下载
- 积分:1
-
EKF--matlab
基于卡尔曼滤波的MATLAB 扩展程序,可以供大家参考下(Kalman filter-based MATLAB extension, for your reference)
- 2012-04-26 11:04:04下载
- 积分:1
-
Jacobi-and-Gauss-Seidel
Jacobi迭代法和Gauss-Seidel迭代法Matlab程序,可用于求解线性方程组(Jacobi iteration method and Gauss- Seidel iterative method Matlab procedures, can be used to solve the linear system of equations)
- 2014-11-22 21:31:02下载
- 积分:1
-
kalmanfilter
卡尔曼滤波算法,英文文章原文,适合初学者。(Kalman filter algorithm, the English text, suitable for beginners.)
- 2010-03-11 20:04:49下载
- 积分:1
-
ch13
基于MATLAB的语音识别系统程序,包括HMM,DTW,Record三个matlab的M文件.(MATLAB-based speech recognition system procedures, including HMM, DTW, Record three Matlab M documents.)
- 2006-10-28 19:34:02下载
- 积分:1
-
diagramas-dipolos
dipole antenna radiation graphics:
2D cuts, the other as a cut in phi would be expected to be an isotropic behavior (circle) with changing radios.
THE 3D I have not managed to get the animation
- 2013-12-09 03:46:49下载
- 积分:1