-
snake
matlab版贪吃蛇游戏
经典中的经典,强烈推荐(matlab
snake game)
- 2009-04-25 12:18:17下载
- 积分:1
-
AOFDMmatlabsimulation
AOFDM系统matlab仿真程序,包括映射、fft/ifft,加去循环前缀,信道估计等关键模块(AOFDM system Matlab simulation program, including mapping, fft/ifft. to increase cyclic prefix, channel estimation and other key modules)
- 2006-08-11 14:35:09下载
- 积分:1
-
gaot-7
美国北卡罗来纳州立大学大学Chistopher Houck 等一些教授开发的GAOT工具箱,他和英国的设菲尔大学的遗传算法工具箱各有特长,供大家有选择的下载解压添加后学习(Chistopher Houck
matlab ga toolbox
)
- 2013-01-12 11:24:26下载
- 积分:1
-
MATLAB-OFDM
此源代码为基于Matlab的ofdm系统的仿真,全部的哦(The source code for ofdm systems based on Matlab simulation, all the oh)
- 2012-07-18 20:24:56下载
- 积分:1
-
guangpufenxi
这是自己编的光谱分析程序,里面含有实验数据,下载后请不要当做自己的实验数据,可以作为参考,谢谢合作(This is their series spectral analysis program, which contains experimental data, as their own experimental data Do not download, can be used as reference, Thank you for your cooperation)
- 2012-11-06 09:18:45下载
- 积分:1
-
qinterp123
Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib
- 2010-10-25 05:44:31下载
- 积分:1
-
V-BLAST
说明: MIMO中空时块码的实现!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(achieve of MIMO Space-time block codes)
- 2009-08-04 16:55:46下载
- 积分:1
-
saloha
时隙ALOHA协议程序:实际产生的业务量,吞吐量,平均延迟 (Slotted ALOHA protocol procedures: the actual traffic throughput, average delay)
- 2012-10-10 15:47:38下载
- 积分:1
-
SimulationofFuzzylogiccontrolbsaedDCmotor
Ind Simulation of Fuzzy logic controller bsaed DC motor .uainf mTL chck it
- 2013-11-28 22:08:16下载
- 积分: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