-
MATLAB6.0shuxueshouce
matlab的数学手册,包含很多有用的数学函数可以调用!(matlab mathematical manual, containing many useful mathematical functions can be called!)
- 2008-03-09 14:12:42下载
- 积分: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
-
Conditionneuse-(1)(1)
Objectif : concevoir le contrô le commande d une conditionneuse en suivant la démarche générale du cycle
en « V » .
- 2015-02-02 03:19:24下载
- 积分:1
-
S-METHOD
一种SAR成像的新技术,主要运用S-method方法,并进行了优化。(Adaptive S-Method for SAR-ISAR Imaging)
- 2015-03-11 10:17:04下载
- 积分:1
-
GPIBK2306TEST
利用GPIB接口控制K2306上下电,电压5V。(The control of K2306 electric interface using GPIB, voltage 5V.
)
- 2015-04-13 15:29:47下载
- 积分:1
-
AMma
该文件是包含通信系统ARMA方法的诸多程序,是信号处理的主要部分,希望对大家有帮助。(The document is ARMA methods of communication systems include a number of procedures is a major part of signal processing, and they hope to help everyone.)
- 2009-07-01 16:01:55下载
- 积分:1
-
321355
遗传算法在matlab中的实例应用 ,可以供初学者学习(Genetic algorithm in matlab examples of the application, you can learn for beginners)
- 2011-08-27 09:28:29下载
- 积分:1
-
lcmv_2d_nowiden
数字波束阵列处理,简单仿真了平面阵的MVDR波束形成。(Digital beam array processing, a simple simulation of a planar array of MVDR beamforming.)
- 2010-05-25 22:05:28下载
- 积分:1
-
Matlab_VC
Matlab 和VC,用MATLAB产生dll。然后再VC里面调用dll文件(Matlab and VC ,dll)
- 2011-10-14 11:20:08下载
- 积分:1
-
lda
利用matlab实验人脸识别。从图像库中识别出相同人脸。主要运用LDA(Face recognition using matlab experiment. Identified from the image library same faces. The main use of LDA)
- 2013-11-11 09:16:37下载
- 积分:1