-
fuzzy_pid
两种控制方式的性能比较:模糊控制与PID控制(two ways to control the performance comparison : fuzzy control and PID control)
- 2005-05-30 16:32:02下载
- 积分:1
-
allan-kalman
fiber optic gyroscope Allan variance and kalman filter matlab program
- 2013-02-27 09:45:51下载
- 积分:1
-
Ch03
matlab 科学计算 matlab 可视化 微分方程 物理 算法 (matlab matlab visualization in scientific computing algorithms physics equations)
- 2014-02-02 11:10:14下载
- 积分:1
-
general
systemview的一些仿真实例打包下载(systemview some simulation package download)
- 2007-09-19 01:40:21下载
- 积分:1
-
CCNA2
说明: CCNA中文笔记第2章
DoD模型被认为是OSI参考模型的浓缩品,分为4层,从上到下是1.DoD模型的Process/Application层对应OSI参考模型的最高3层
2.DoD模型的Host-to-Host层对应OSI参考模型的Transport层
3.DoD模型的Internet层对应OSI参考模型的Network层
4.DoD模型的Network Access层对应OSI参考模型的最底2层
(CCNA Chinese Notes Chapter 2 DoD model OSI reference model is considered concentrated products, divided into four layers, from top to bottom is 1.DoD Model Process/Application layer of OSI reference model corresponds to the maximum 3-layer model 2.DoD Host-to-Host layer corresponds to OSI reference model Transport Layer 3.DoD model Internet layer corresponds to OSI reference model Network model Network Access Layer 4.DoD OSI reference model layer corresponds to the bottom layer 2)
- 2010-04-12 10:23:26下载
- 积分:1
-
mallat
说明: 用mallat分解与重构算法实现一维信号的分解和重构(Mallat decomposition and reconstruction algorithm used to achieve one-dimensional signal decomposition and reconstruction)
- 2010-04-29 15:23:04下载
- 积分:1
-
matlab-1
this word is a code for histogram equalisation to enhance quality of picture
- 2012-02-08 22:35:28下载
- 积分:1
-
possion
用matlab 实现求二维泊松方程解的过程(Seeking to achieve with two-dimensional Poisson equation matlab solution process)
- 2011-05-16 15:09:38下载
- 积分:1
-
dfp
最优化算法DFP算法源代码 可以实现求极小值的(dfp program orginal file)
- 2012-05-25 11:02:14下载
- 积分: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