-
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
-
CompressedSensing
用于快速处理压缩感知的程序。输入原向量及其长度即可得出压缩前向量。(需要使用pdco.m文件。)(For fast processing of compressed sensing program. Enter the original vector and its length can be derived before compression vector. (Need to use pdco.m file.))
- 2013-04-16 23:10:23下载
- 积分:1
-
Desktop
用matlab做的简易小钢琴,鼠标点击即可播放音乐(Using matlab to do a simple piano, mouse click to play music)
- 2013-05-02 22:10:03下载
- 积分:1
-
imageenhanceinmatlab
image enhancement in matlab!
- 2009-05-04 02:31:16下载
- 积分:1
-
cover_compute
无线传感器网络中 计算代价的描述与实现,计算次数的编码(Description and Implementation of wireless sensor networks computational cost, calculate the number of coding)
- 2013-04-23 10:53:57下载
- 积分:1
-
HU
说明: 2ups-upu并联机构位置分析与仿真图像,正解分析。(2ups-upu parallel mechanism analysis and simulation image, positive solution analysis.)
- 2015-02-11 23:09:52下载
- 积分:1
-
saturable_inductor
saturable inductor simulation
- 2010-09-22 07:19:09下载
- 积分:1
-
4bit
说明: 四元数是一种解决空间物体定位的数学方法,本源码包含四元数法(Quaternion space is a solution to the mathematical method of positioning objects, the source code contains the quaternion method)
- 2009-08-16 03:16:58下载
- 积分:1
-
mb_ftracker
Abstract—Several algorithms have been developed for tracking
formant frequency trajectories of speech signals, however most of
these algorithms are either not robust in real-life noise environments
or are not suitable for real-time implementation. The algorithm
presented in this paper obtains formant frequency estimates
voiced segments of continuous speech by using a time-varying
adaptive filterbank to track individual formant frequencies. The
formant tracker incorporates an adaptive voicing detector and a
gender detector for formant extraction continuous speech,
for both male and female speakers. The algorithm has a low signal
delay and provides smooth and accurate estimates for the first four
formant frequencies at moderate and high signal-to-noise ratios.
Thorough testing of the algorithm has shown that it is robust over
a wide range of signal-to-noise ratios for various types of background
noises.
- 2014-11-15 18:51:50下载
- 积分:1
-
kalman-6
kalman filter for tracking
- 2011-12-02 17:10:33下载
- 积分:1