-
nlms_predictor
It is a matlab code which simulates normalized least mean square (nlms) algorithm. Can be run in matlab 2007 or higher.
- 2011-01-04 23:38:37下载
- 积分:1
-
Not-including-noise-in-ECG-signal
给模拟心电信号加高斯噪声,分别用切比雪夫滤波器,巴特沃斯滤波器,维纳滤波器对其消噪(To the analog ECG signal and Gauss noise, respectively using the Chebyshev filter, Butterworth filter, Wiener filter to the noise elimination)
- 2012-05-02 14:30:44下载
- 积分:1
-
kalman-filter-in-target-tracking
kalman滤波实现目标跟踪,对一个二维物体的跟踪(kalman filter)
- 2011-09-04 15:04:40下载
- 积分:1
-
dijkstra8
shortest path dijkstra algorithm
- 2014-11-19 12:48:53下载
- 积分: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
-
afd
实现主动频率偏移法的孤岛检测,利用matlab中的S-FUN编写(Frequency offset for active islanding detection method, using matlab written in S-FUN)
- 2011-07-13 10:18:31下载
- 积分:1
-
matlab11-15
精通matlab7这本书的例程,11-15部分(Proficient matlab7 this book routine, 11-Part 15)
- 2009-09-09 19:44:48下载
- 积分:1
-
fdtd2D
finite difference time domain 2d code
- 2010-10-30 07:20:18下载
- 积分:1
-
curvaCP
windfarm turbine model
- 2013-09-20 00:03:25下载
- 积分:1
-
target-tracking-using-kalman
通过MATLAB来实现的一个对于简单背景下小球的一个滤波模拟过程(MATLAB to achieve through a simple background for a ball filter simulation)
- 2011-05-20 14:37:38下载
- 积分:1