-
Matlab
matlab入门应用例程,n多入门程序和注解,非常棒!欢迎指教!(Introduction to the application of matlab routines, n many entry procedures and comment, great! Welcome the advice!)
- 2009-03-20 14:01:52下载
- 积分:1
-
LMIcanshu
关于LMI的论文 在matlab中实现的(about LMI paper)
- 2009-05-28 07:48:56下载
- 积分:1
-
usps_16x16_raw
完整的mat格式的USPS手写字府库,里面包括7291个训练样本和2007个测试样本(USPS handwritten database of mat format,include 7291 cases for training and 2007 cases for testing.)
- 2011-05-04 17:17:41下载
- 积分:1
-
writefz585
本人编写的模糊pid控制系统实例,neng zidongshengcheng (Fuzzy pid control system I have written examples)
- 2014-10-04 20:28:31下载
- 积分:1
-
vinay_OFDM
OFDM system BER analysis in which both the transmitter and receiver are built.
- 2014-10-10 00:34:20下载
- 积分:1
-
droop_control
说明: 并网逆变器下垂控制特性仿真,能正常仿真,波形控制输出有振荡,共学习参考使用。(droop control:The network-connected inverter sagging control characteristics simulation, can be normal simulation, waveform control output oscillation, a total learning reference use.)
- 2021-01-18 19:48:43下载
- 积分: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
-
Edge-Detection-and-Segmentation
edge detection and segmentation is done for an image.Detect whether pedestrian is there in the image set
- 2012-11-21 13:10:08下载
- 积分:1
-
GM_1_1
灰色模型GM_1_1,一种数学建模的实用方法,对你的比赛,和应用很有帮助(A good mathematical modeling tool, It is very helpful to your study MATLAB)
- 2014-09-25 16:44:32下载
- 积分:1
-
ECGPDataPAnalysisPECG
研究分析ECG数据的一本书,找了很久才找到的.(This book is intended for graduate students collecting and/or analyzing electrocardiogram
(ECG) data, industrial researchers looking to develop, test, and apply new
ECG analysis tools (both hardware and software), or simply students or teachers
looking for signal processing examples involving an intuitive yet complex signal.)
- 2014-10-29 03:13:59下载
- 积分:1