-
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
-
chengxu
给音乐添加噪声再通过低通滤波器滤掉噪声,性能改善过后能明显看到效果。(Add noise to the music and through a low pass filter filters noise, performance improvement can be evident after the effects.)
- 2010-05-14 21:41:28下载
- 积分:1
-
aster_cd
This CD contains examples and data files for the homework assignments
in the November 14, 2004 draft of Parameter Estimation and Inverse
Theory.
- 2015-01-09 21:49:28下载
- 积分:1
-
plotvector
绘制玫瑰图,比较matlab原有程序较为先进一些(plot rose map)
- 2011-12-25 21:24:59下载
- 积分:1
-
Huffman
是一个计算huffman编码的程序。用于matble上(Is a calculation of huffman coding procedures. For matble on)
- 2010-05-29 22:36:15下载
- 积分:1
-
LocalContrast
To find the contrast of an image locally.
- 2014-02-20 17:09:20下载
- 积分:1
-
MATLABControlSystemDesignandSimulationsourcecode
书籍 MATLAB控制系统设计与仿真[张德丰][程序源代码].zip(MATLAB Control System Design and Simulation [Zhang Defeng] [source code]. Zip)
- 2010-01-07 11:00:03下载
- 积分:1
-
1_step_MinPh
Matlab code for one step ahead predictive control
- 2012-04-17 21:32:46下载
- 积分:1
-
Pseudo-Uniform-Random-Numbers-Generation
Computer-generated "random" numbers are more properly referred to as pseudo random numbers. This report explains the process of generating pseudo random numbers by residue method
- 2013-09-05 05:37:19下载
- 积分:1
-
GAstoolbox
由西安电子可以大学雷英杰老师编写的第一本关于遗传算法matlab工具箱的专著,使用的是英国谢菲尔德大学的版本工具箱,很有参考价值,需要的快下载。(From Xidian University, LEI Ying-jie teachers can be prepared in the first book on genetic algorithm matlab toolbox monographs, using a version of the University of Sheffield toolbox, a good reference value, the need for faster download.)
- 2007-08-07 16:13:30下载
- 积分:1