-
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
-
paper2
Turbo Receiver Design for Phase Noise Mitigation in OFDM Systems
- 2015-02-23 19:24:50下载
- 积分:1
-
show
matlab show FFT and so on
- 2011-01-01 22:14:27下载
- 积分:1
-
raisecosine
说明: 基于matlab的子程序,可以进行任意通信信号的升余弦滤波(Subroutine based on matlab, any communication signals can be raised cosine filter)
- 2011-03-25 11:56:51下载
- 积分:1
-
jacobi_cg
Jacobi算法和共轭梯度法的基本matlab程序,rar压缩包,包括2个文件(Jacobi conjugate gradient algorithm and the basic matlab program, rar archive, including the two documents)
- 2010-05-23 20:21:15下载
- 积分:1
-
fenleiPGG
基于灰度梯度最大熵的分割方法,先通过聚类进行改进做初分割然后再进行细分割。(Segmentation of gray gradient based on maximum entropy, first through the clustering is improved. At first, then the fine segmentation segmentation.)
- 2013-12-14 14:37:42下载
- 积分:1
-
EMD
EMD的学习资料和相关程序EMD的学习资料和相关程序(EMD learning material and related procedure
)
- 2012-11-19 21:08:28下载
- 积分:1
-
LMS_MatLab
LMS算法的Matlab实现。。。。。。。。。(LMS algorithm Matlab implementation. . . . . . . . .)
- 2010-01-21 19:32:12下载
- 积分:1
-
histgram
多维颜色直方图::文中利用Matlab软件对真彩色图像高堆直方因数据的可视化进行了实践研究,并给出了
制作高雏直方图的相应程序。高雒直方图的可视化对真彩色图像分割中正确选择合适的彩色模型研
究起到了很好的作用。(multi-dimensional color histogram : : The authors use the Matlab software for true color images directly to the high rockfill for data visualization of practice, and given the high production of child histogram of the corresponding procedures. Luo high histogram visualization of the true color image segmentation correct choice of color model played a very good role.)
- 2007-01-24 22:33:23下载
- 积分:1
-
Error-control-coding-using-matlab
A Book published in 2010 on error control coding using matlab(A practical guide to error-control coding using matlab)
- 2011-06-22 15:23:01下载
- 积分:1