-
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
-
regheap
该模块实现一个寄存器堆的操作,其中前16个仅主机能写,规给为32-bit×32。后16个仅Micorblaze能写。读取没有限制。如果双方同时对同一地址进行读写操作,读回的数将是全1。(This module implement a register file of the operation, of which the first host 16 is only able to write rules to the 32-bit × 32. Micorblaze only 16 after the write. There is no limit to read. If the two sides at the same time to read and write operations to the same address, read back would have been a full one.)
- 2009-12-10 15:39:59下载
- 积分:1
-
basicRadar
This is a basic book on radars
- 2011-01-19 12:17:38下载
- 积分:1
-
reliability
求解电力网络机电暂态DAE方程,得到系统随时间变化的状态量轨迹(solve the mechanical/electrical transient DAE function of power system, in order to get the trace of the state parameter when time varies)
- 2010-08-31 13:41:12下载
- 积分:1
-
MATLAB234321466
MATLAB在机械设计专家系统中的应用.论文
(MATLAB in mechanical design expert system application. Papers)
- 2007-05-15 23:12:06下载
- 积分:1
-
proj
ITS ABOUT SOME BASIC MATLAB OPERATION
- 2013-09-11 23:54:34下载
- 积分:1
-
wigb
可以绘制地震记录文件,体现波动性。。。。。。。。。(You can draw a seismic record file
)
- 2021-04-12 13:58:57下载
- 积分:1
-
imageprocessing
运用MATLAB程序识别图像并将其划分为文字和非文字的两个类别(MATLAB program to identify the use of images and text and is divided into two categories of non-text)
- 2008-12-20 17:34:34下载
- 积分:1
-
detec_qpsk
Detection of qpsk signals
- 2014-02-07 21:51:40下载
- 积分:1
-
Sim_LDPC_802_16e
本程序可仿真IEEE802.16e LDPC编解码器,程序设计原理见本人如下专著。
[1] 肖扬著, Turbo与LDPC编解码及其应用,人民邮电出版社,2010.
[2] 肖扬著, MIMO多天线无线通信系统,人民邮电出版社,2009。
本程序只用于科研,不得用于其它场合。(The program can simulate LDPC codec with IEEE 802.16e LDPC of the size
2256*4512, and 1/2 code rate.
Copyright (C2010-2015) Yang XIAO, Beijing Jiaotong University, Nov.3, 2010, E-Mail: yxiao@bjtu.edu.cn.
Current Version Published: 2010-11-3
In my following books, I derived the algorithm of constructing the parity check matrices of IEEE 802.16e LDPC.
[1] Y. Xiao, Turbo and LDPC Codecs and their Applications, Press of Posts and Telecommunications, Beijing, 2010.
[2] Yang Xiao, MIMO Multiple Antenna Wireless Communication Systems, Press of Posts and Telecommunications, Beijing, 2009.
This program also provides the LDPC code with the size 4512*2256, and 1/2 code.)
- 2010-11-07 08:19:04下载
- 积分:1