-
chap45
先进PID控制MATLAB仿真(第3版), 作者: 刘金琨,4、5部分源码(Advanced PID control MATLAB simulation (3rd edition), Author: Jinkun, 4,5 some source)
- 2013-09-01 00:19:05下载
- 积分:1
-
h22
LMS identification volterra order 2,degree 2
- 2011-12-22 16:05:34下载
- 积分:1
-
xiwei_fenpei
本程序是用Q值法求得的关于席位的分配问题,
并对最结果进行了一定的考虑,是否公平,公平程度如何。(This program is to use Q value method about optimal seats, the allocation of
And the results were certain consideration, whether fair, fair to what extent.
)
- 2010-12-03 19:31:29下载
- 积分:1
-
Robot-simulation-matlab
Robot RRR matlab animation of redunduncies
- 2014-12-27 03:32:42下载
- 积分:1
-
exp06_adaptive_notchfilter
自适应陷波器的仿真程序,初级入门的matlab仿真程序(Adaptive Notch Filter Simulation procedures, the initial entry of matlab simulation program)
- 2008-05-29 17:10:49下载
- 积分:1
-
2Matlab20101031
说明: 关于数字信号处理的matlab小作业。初学者可以看看。高手就算了。。。。(Matlab on a small digital signal processing operations. Beginners can look at. Even the master. . . .)
- 2011-03-08 12:36:18下载
- 积分:1
-
demo_1dfdtd
说明: 关于FDTD的例子,是一维的,非常的精彩(on FDTD example is the one-dimensional, very exciting)
- 2006-04-18 07:14:03下载
- 积分:1
-
code
These files are made on MATLAB in which we have got embedded target for C in DSP.
- 2009-03-14 03:17:22下载
- 积分:1
-
dwcircle
圆阵多维波达方位估计算法,可以解左右模糊的方位估计算法(The estimation algorithm circular array Duoweiboda position solution fuzzy around the azimuth estimation algorithm)
- 2012-08-31 20:07: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