-
SGAPublic
MATLAB的遗传算法工具(MATLAB genetic algorithm tool)
- 2004-10-22 10:33:15下载
- 积分:1
-
MATLAB5.3_handbook
说明: MATLAB5.3精要、编程及高级应用
MATLAB适于工程计算、绘图、算法处理(MATLAB5.3 essence, MATLAB programming and advanced applications suitable for engineering calculations, drawings, algorithms deal with)
- 2008-09-05 17:06:09下载
- 积分:1
-
Hamming_hard
漢民碼譯碼器,此源碼提供各種規格的漢民碼解碼,並以副程式寫成,方便使用(hamming decoder)
- 2009-12-17 19:25:38下载
- 积分:1
-
denoise
matlab下用小波去除随机噪声的一个例子,希望对大家有用(matlab remove the random noise using wavelet under an example, we hope to be useful)
- 2010-12-13 15:26:43下载
- 积分:1
-
package_emd
说明: matlab上的EMD经验模态分解的源代码(matlab on the EMD EMD source code)
- 2011-03-24 15:51:11下载
- 积分:1
-
NSGA-II
algorithm of NSGA-II
- 2012-04-14 10:04:50下载
- 积分:1
-
Cramer2Rao_Bound
对于参数估计问题,克拉美罗界(简称CRB)为任何无偏估计量的方差确定了一个下限. 即不可能求得方差小于下限的无偏估计量,并为比较无偏估计量的性能提供了一个标准. 本程序对CLRB(克拉美罗下界)进行了描述,预留了参数。 希望能对同志们提供帮助。(For the parameter estimation problem, Cramer-Rao bound (referred to as CRB) for any unbiased estimator of variance to determine a lower limit that can not be obtained is less than the minimum variance unbiased estimator and unbiased estimator for comparing the performance of provides a standard procedure for this CLRB (Cramer-Rao lower bound) for a description of the reserved parameters. Hoping to help comrades.)
- 2020-11-29 23:09:28下载
- 积分: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
-
Technology-and-Application-of-System-Simulation-Ba
基于MATLAB_Simulink的系统仿真技术与应用
本书首先介绍MATLAB语言的程序设计的基本内容,在此基础上系约介绍了系统仿真所必要的数值计算方法及MATLAB实现,并以Simu1ink为主要工具介绍了系统仿真方法与技巧,包括连续系统、离散系统、随机输入系统和复数系统的仿真,由浅入深介绍了模块封装技术、电力系统模块集、非线性系统设计模块集、S-函数编写与应用、Stateflow有限状态机、虚拟现实工具箱等中高级使用方法,最后还介绍了半实物仿真技术均实时控制技术。本书可作为一般读者学习和掌握MAlLAB/Simulink语言的教科书,也可作为高校理工科各类专业的本科生和研究生系统仿真类课程的教材和参考书,还可供科技工作者、教师作为学习和应用系统仿真分析技术解决实际问题的参考资料。(This book introduces MATLAB programming language, the basic content, in this based on the simulation system presented about the necessary numerical methods and MATLAB implementation, and Simu1ink introduced the system as the main tool for simulation methods and techniques, including the continuous system , discrete systems, stochastic input system and complex system simulation, Deep introduced module packaging technology, power system block set, set of nonlinear system design module, S-function and application of writing, Stateflow finite state machines, virtual reality tools use of boxes and other senior, finally introduced the loop simulation technology are real-time control technology. )
- 2010-11-08 18:01:41下载
- 积分:1
-
hmm
说明: 基于MATLAB的HMM算法的实现(Machine Learning Toolbox)包含Baum-Welch 算法的应用(MATLAB-based HMM Algorithm)
- 2010-04-15 20:30:14下载
- 积分:1