-
arsip-pendulum
pendulum model, its non linear control
- 2010-01-02 17:57:28下载
- 积分:1
-
Waveletedenoisingandmatlabapplication
小波去噪理论及MATLAB实现研究,里面含有理论及算法程序(Wavelete denoising and matlab application)
- 2010-12-24 13:25:08下载
- 积分:1
-
UCI-dataset
uci数据集 第一列为类标,其他列为特征(This is UCI dataset.The first column is label.The other columns are features.)
- 2012-03-31 17:10:59下载
- 积分:1
-
download.nos.org_srsec315new_History-Book_L01
need codes for mobile communication
- 2014-10-09 13:48:45下载
- 积分:1
-
stap
空时自适应仿真程序,需要用到相控阵雷达工具箱(Space-time adaptive simulation program, need to use phased array radar Toolbox)
- 2013-11-18 20:51:25下载
- 积分:1
-
add kalman
继续上传基于稳态kalman滤波器事例讲解,这里可以不需要考虑观测系统中的噪声。(to upload based on steady-state Kalman filter on the case, it need not consider here Observing System of noise.)
- 2005-05-02 18:29:43下载
- 积分:1
-
xiaobo
说明: 小波神经网络的MATLAB程序 是一个通用的matlab程序。(Wavelet Neural Network MATLAB procedure is a common procedure matlab.)
- 2008-12-03 14:18:43下载
- 积分:1
-
markov123456
马尔科夫链模拟原程序,matlab环境下运行(Markov chain simulation of the original program)
- 2011-06-22 16:02:03下载
- 积分:1
-
Feigenbaum
Feigenbaum this is development of matlab
- 2009-03-21 12:25:18下载
- 积分: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