-
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
-
information_compute
信息论的有关信息指标的计算,很有用。在MATALB7.x下调试通过。(information, the relevant information, which was the basis for useful. Under the MATALB7.x through debugging.)
- 2007-02-09 22:45:36下载
- 积分:1
-
Flicker3phase
This model were build to simulate flicker when switches the big load to the network. The result show that, when switches the load, voltage and current fluctuate and make flicker.
- 2012-10-05 17:27:24下载
- 积分:1
-
FUZZY-LOGIC-TOOLBOX-IN-MATLAB
FUZZY logic controller toolbox in Simulink
- 2015-03-02 15:58:37下载
- 积分:1
-
BPSK
BPSK解调中频偏检测器的设计与仿真,内含具体的PPT文档说明(BPSK demodulation frequency offset detector design and simulation, containing a specific PPT documentation)
- 2009-09-21 19:17:00下载
- 积分:1
-
dct_y1_zuizhong1
matlab 数字图像压缩 DCT实现,matlab本身有demo 但这里加固一下(digital image processing using
matlab, enjoy yourself)
- 2009-11-30 14:24:04下载
- 积分:1
-
paowuxian
画一个三维的抛物线,供你参考,希望有所帮助,多多交流(Draw a three-dimensional parabolic, for your reference, hoping to help, a lot of communication)
- 2011-10-25 09:19:55下载
- 积分:1
-
matlab-di11zhangchengxu
MATLAB应用程序举例,实践应用,语法基础,matlab入门基础应用(MATLAB application, for example, practice and application, basic grammar, matlab basic application Introduction)
- 2010-06-06 01:06:37下载
- 积分:1
-
jiyintiqu
程序主要是求一段音频数据的基音频率
jiyinzhouqi.m --------求基音周期
find_maxn.m --------求自相关函数的最大值
test2.wav --------程序中用到的示例wav数据文件(The program is mainly the fundamental frequency for an audio data
Jiyinzhouqi.m- for pitch period
Find_maxn.m- the maximum value of autocorrelation function
Test2.wav: the procedures used in the example of wav data file)
- 2014-10-20 14:13:07下载
- 积分:1
-
-Sub-Bands_Coding
it s code about sub-band coding in matlab
- 2014-12-07 16:00:27下载
- 积分:1