-
goldsequence
MATLAB的gold序列产生代码 有两个
结构比较清楚,适合初学者(gold sequence)
- 2010-09-04 10:49:28下载
- 积分:1
-
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
-
ofdm_mod
OFDM的调制代码,对于OFDM的调制可以加深理解(OFDM modulation code, for better understanding of OFDM modulation can be)
- 2020-06-30 09:20:02下载
- 积分:1
-
energy
说明: 计算语音段短时能量的matlab程序,希望对大家能有所帮助。(Calculation of the energy in the short run matlab voice procedures in the hope that we can help.)
- 2011-02-24 17:36:31下载
- 积分:1
-
code_matcomVC
matlab混合编程实例,介绍了Matlab的GUI编程技术,并有大量的源代码。(matlab mixed programming examples, the Matlab GUI programming techniques, and a large amount of source code.)
- 2013-04-12 22:19:49下载
- 积分:1
-
915M-uhf
这是通过hfss软件设计915m超高频偶极子天线工程 此设计只通过仿真验证 没有制作实物验证(It is designed to 915m UHF dipole antenna hfss software engineering through the design just does not make physical verification by simulation)
- 2013-12-29 10:53:39下载
- 积分:1
-
motorlag
Vehicle cruise control using matlab/simulink
- 2010-09-17 17:26:21下载
- 积分:1
-
matlab
最优化算法中的外罚函数法,求解最优的解
可以直接利用(Optimization algorithm outside the penalty function method for solving the optimal solution can be directly utilized)
- 2013-01-09 16:50:10下载
- 积分:1
-
zhengshuguihua
整数规划:用割平面法求解整数规划
用分支定界法求解整数规划
用枚举法(包括穷举法和隐枚举法)求解0-1规划
(Integer programming: cutting plane method for solving integer programming with branch and bound method for solving integer programming Solving 0-1 planning enumeration method (exhaustive method and implicit enumeration))
- 2013-03-10 18:22:11下载
- 积分:1
-
RCB_EB
Estimates the power spectral densities (PSDs) using the EB method with q = 0 for deciding the diagonal loading.
- 2013-12-07 05:01:24下载
- 积分:1