-
duoyonghu_tongbu
说明: 基于跳时码的超宽带多用户系统的误码率的仿真(Based on the code-hopping ultra-wideband multi-user system BER simulation)
- 2009-07-26 18:33:28下载
- 积分:1
-
4071d2f9bd61
用于对转子建立有限元模型并进行动力学计算。(Finite element modeling of rotating machines and rotors)
- 2015-09-01 22:01:12下载
- 积分:1
-
Chapter_10_Detection_and_Other_Topics
Optimum array processing 最优阵列处理技术 第十章 MATLAB程序
DOA MUSIC ESPRIT(Optimum array processing
DOA MUSIC ESPRIT)
- 2010-07-04 09:29:10下载
- 积分:1
-
caishuzi
猜数字游戏:首先让电脑产生一个1~100的随机数x,然后由用户猜测该数字。如猜测的数字B大于x,则显示“High”,小于则显示“Low”,等于则显示“You Won”,同时退出游戏。用户最多可以猜10次。
()
- 2008-02-16 10:51:30下载
- 积分:1
-
design-of-mems-imu-navigation-report
这是国外做得一个课题,后面附有源代码,matlab的代码(This is done abroad, a task attached to the source code, matlab code)
- 2021-04-01 23:09:07下载
- 积分:1
-
bnb
bnb20,用于求解整数规划,但是我用的过程中有错误(bnb20, for solving integer programming, but I used the wrong process)
- 2007-12-07 11:55:30下载
- 积分:1
-
slidingmodecontrol.zip
本文介绍了变结构控制的原理,并进行了MATLAB仿真(In this paper, introduced
the priciple of system of variable structure control program and a MATLAB simulation)
- 2009-11-29 09:59:58下载
- 积分:1
-
fre_modulation
在matlab环境下的简单调频过程的实现(frequency modulation)
- 2009-12-15 16:12:38下载
- 积分:1
-
xiaodianliujiedi
小电流接地故障选线文献,包含零序电流作为特征分量,神经网络故障诊断方法等(Small current grounding fault line selection literature, contain zero-sequence current as a characteristic component of the neural network fault diagnosis method)
- 2015-03-19 08:10:24下载
- 积分: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