-
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
-
Edge_Detection
detecting the Edge from an image with the filter
- 2011-11-11 13:28:24下载
- 积分:1
-
made-LFM
编写出一个线性调频信号,并写出其频域特性图(Write a chirp signal, and to write frequency domain characteristics Figure)
- 2013-04-12 09:56:51下载
- 积分:1
-
DDC
matlab 编写的简单数字下变频仿真程序,含NCO模块、混频、低通滤波、抽取。模块大多采用matlab自带函数实现( program for DDC simulink base on Matlab)
- 2015-11-28 17:25:16下载
- 积分:1
-
cucaoji
利用粗糙集实现对数据的清洗,清洗掉无效的数据(he use of rough set to achieve the data cleaning, cleaning out invalid data)
- 2017-04-27 16:59:22下载
- 积分:1
-
viterbi
The Viterbi decoder for convolutional codes
- 2010-10-19 05:03:27下载
- 积分:1
-
HMGD_mo_ni
理论力学——霍曼轨道运动的matlab计算机模拟 主程序名 hmgd.m 函数名 界面程序名hmgdfun.mhmgdgui(Theoretical Mechanics- Hö rmann computer simulation of orbital motion, matlab main program interface function names were hmgd.m program name hmgdfun.mhmgdgui)
- 2009-12-27 08:48:35下载
- 积分:1
-
CSMA
CSMA/CD(1-persistent):
当有packet需要发送时:
• 如检测到信道空闲,发送packet
• 如检测到信道忙,一直检测信道状态,一旦信道空闲,立即发送(CSMA/CD (1-persistent): When there is packet needs to be sent when: • If the channel is detected idle, transmit packet • If the channel is detected busy channel state has been detected, once the channel is idle, transmit immediately)
- 2013-12-22 16:35:02下载
- 积分:1
-
SIR
经典的疾病传播模型,包括SI、SIS、SIR模型等等(The classic model of disease transmission, including SI, SIR models, etc.)
- 2020-12-12 14:09:16下载
- 积分:1
-
chenxushangchuan
用于转子故障振动,采集信号后,用小波包方法对振动信号进行频谱分析,比傅立叶变换更细化。(Spectrum analysis of vibration signal by wavelet packet method)
- 2016-04-27 14:48:54下载
- 积分:1