-
m2
说明: 用来对图书馆排队借书的情况进行仿真,假设有2个对列时的仿真程序见源代码,用的MatlAB写的(Library queue library used to simulate the situation, assuming there are two pairs of columns in the simulation program, see the source code, written with the MatlAB)
- 2011-03-08 19:33:20下载
- 积分:1
-
PCA_based Face Recognition System
Eigenface core matlab code
- 2017-12-11 19:30:37下载
- 积分: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
-
dtftoapprox
this code will help you to Compute a discrete-time transfer function to approximate a distributed LPF
- 2010-09-29 15:55:47下载
- 积分:1
-
fdtd1D
finite difference time domain 1d code
- 2010-10-30 07:19:21下载
- 积分:1
-
GUImatlab
基于GUI的图像处理软件平台的开发 五种常用的边缘检测、灰度直方图的显示、灰度直方图的均衡化、对比度自适应直方图的均衡化、图片的二值化以及彩色图片的灰度化(GUI-based image processing software platform of five commonly used edge detection, histogram display, gray histogram equalization, adaptive histogram equalization contrast, the image binarization and color pictures of the gray degree of)
- 2010-05-30 16:32:14下载
- 积分:1
-
粒子群优化算法以及改进的PSO算法代码matlab
粒子群算法及其改进,在原有粒子群算法基础上进行改进,增加免疫算法,使其尽快跳出早熟,收敛更快,结果更优!(Particle swarm optimization (PSO) and its improvement are improved on the basis of the existing particle swarm algorithm, and the immune algorithm is added to make it jump out of premature, faster convergence and better results)
- 2017-08-15 22:57:16下载
- 积分:1
-
OFDM-System-Simulator
一个OFDM系统的MATLAB程序 有利于对OFDM通信系统的同步进行研究(An OFDM system, MATLAB procedures are conducive to the synchronization of the OFDM communication system to study)
- 2010-02-24 19:48:10下载
- 积分:1
-
satools
matlab模拟退火工具包,能用此工具箱解决优化方面的问题(matlab simulated annealing Kit, you can use this kit to solve optimal problem)
- 2013-03-14 16:43:05下载
- 积分:1
-
KNN_toolbox
it s knn implementation by using toolbox matlab
- 2014-01-24 15:19:02下载
- 积分:1