-
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
-
dts
该函数用来计算任意函数的一阶偏导数(数值方法),希望对大家能够有所帮助吧~~(This function is used to calculate any function of the first order partial derivative (numerical method), we want to help it ~ ~)
- 2011-05-07 15:13:05下载
- 积分:1
-
Sattellite2
code for sattelite calculaton
- 2013-09-14 17:32:44下载
- 积分:1
-
Curve-marked-on-matlab
基于matlab的曲线标记,实现了不同曲线的正确标记,以直观体现数据的规律。(Different curve matlab curve mark the correct mark, the law of visual expression data.)
- 2012-11-01 19:45:04下载
- 积分:1
-
mad
Matlab code for speech processing
- 2015-03-24 20:26:20下载
- 积分:1
-
OFDM_matlab
一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。(Simulation and Design of a relatively complete OFDM communications system, including coding, modulation, IFFT, down conversion, Gaussian channel model, FFT, PAPR suppression, various synchronization, demodulation and decoding module and simulation of system performance omnibus the reliability of system design.)
- 2015-04-20 09:34:07下载
- 积分:1
-
逻辑回归
说明: 数据处理后,利用matlab进行逻辑回归运算,建立回归模型(After data processing, use matlab to carry on the logic regression operation, and establish the regression model)
- 2019-12-22 19:24:47下载
- 积分:1
-
Solution-manual-DigitalCommunications-4th-Edition-
说明: 《数字通信(第四版)》答案
《数字通信》(第4版)是数字通信领域的一本经典教材,通过对概率论及随机过程的复习,详细介绍了数字和模拟信源编码、数字调制信号和窄带信号与系统的特征、加性高斯白噪声中数字通信的调制和最佳调制与检测方法、基于最大似然准则的载波相位估计和定时同步的方法、不同信道模型的信道容量及随机编码、带限信道的信号设计、受到符号间干扰恶化信号的解调与检测问题、自适应信道均衡、多信道与多载波调制、扩展频谱信号和系统、衰落信道上的数字通信。(The solution of "Digital communication"
" Digital communication" (4th edition) is a digital communications of a classic textbook in the field, through the review process, the probability of randomly addressed, details of the digital and analog source coding, digital modulation signal and the narrowband signal and system characteristics, additive white Gaussian noise in digital communication modulation and the best modulation and detection methods, based on maximum likelihood criterion of carrier phase estimation and time synchronization method, different channel model of channel capacity and random coding, band-limited channel signal design by ISI worse signal demodulation and detection, adaptive channel equalization, multi-channel and multi-carrier modulation, spread spectrum signals and systems, fading channel digital communications.)
- 2010-10-06 17:16:27下载
- 积分:1
-
tanhuangzhenzi
不错的源代码,喜欢matlab实验的朋友可以下载下来看看:)
--模拟弹簧振子(Good source code, like matlab experiment to see if a friend can download it:) Simulation of Spring Oscillator)
- 2008-07-01 18:52:24下载
- 积分:1
-
AmplitudeModulator
matlab和optisystem调试用的幅度调制程序,在optisystem里面使用matlab组件然后使用。(matlab and optisystem debugging with the amplitude modulation process, component and then use the optisystem inside Matlab.)
- 2012-04-23 15:44:57下载
- 积分:1