-
BFT
BFT,正交傅里叶变换,用于检测线性调频斜率的方法。仿真与论文结果一致。(BFT, orthogonal Fourier transform for detecting the slope of the linear frequency modulation method. Simulation results are consistent with the thesis.)
- 2013-08-23 13:50:20下载
- 积分:1
-
fuzzy-logic-toolkit-0.2.4.tar
A mostly MATLAB-compatible fuzzy logic toolkit for Octave.
- 2011-11-02 09:12:23下载
- 积分:1
-
11
说明: 熟悉MATLAB的命令窗口。掌握MATLAB一些基本操作,能进行一般的数值计算。实现语句的重调和修改 。
(Familiar with the MATLAB command window. MATLAB grasp some basic operations, to carry out general numerical calculation. Achieve reconciliation statement heavy modifications.)
- 2014-12-08 20:25:11下载
- 积分:1
-
123Bus
是电力系统的IEEE标准算例的OPENDSS编写好的额程序,里面包含有短路算法(Is the IEEE standard power system operator OPENDSS writing good example of the amount of the program, which contains the shortest path algorithm)
- 2013-12-16 23:18:59下载
- 积分:1
-
una-implementacion
Implemtenacion de estructura FIFO
- 2014-07-08 13:51:10下载
- 积分: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
-
van_der_pol
混沌系统van_der_pol控制器的仿真程序,可以通过此程序仿真van_der_pol控制器的混沌系统及仿照此程序仿真其它混沌系统。(The synchronization of chaos system by van_der_pol control.)
- 2011-04-20 14:30:43下载
- 积分:1
-
pso
PSO algorithm (PSO) standard test function verification process. M in a document, including the current literature is used to validate the seven standard test function (Ackley), 3D dynamic display, and the over-concentration of particles scatters when the function. Designed for researchers to study and colleagues at the PSO algorithm to provide a more complete functional and easily understood standard version, for beginners through this program to achieve rapid entry. in order to be more energy into depth study!
- 2014-09-02 22:08:00下载
- 积分:1
-
mintree
最小生成树源代码,给定一个邻接矩阵,可以画出一个最小生成树的图(The minimum spanning tree of source code, given an adjacency matrix, can draw a minimum spanning tree of a graph
)
- 2014-10-15 21:12:24下载
- 积分:1
-
emd
经验模态分解(EMD)程序,EMD主要用于信号分解。(Empirical Mode Decomposition (EMD) program, EMD is mainly used for signal decomposition.)
- 2020-12-28 11:29:01下载
- 积分:1