-
rls.m
It s a matlab code for rls (recursive least squares) algorithm.
- 2013-03-10 12:08:42下载
- 积分:1
-
(SP)Subspace-Pursuit
一个关于压缩感知的论文,是用子空间迭代法求出最后的稀疏解(a method for compressed sensing)
- 2013-12-17 22:23:24下载
- 积分:1
-
l1eq_pd
L1 minimization Program
Compressive Sensing
- 2013-12-31 15:36:34下载
- 积分:1
-
Wiener
维纳滤波 对于初学者有很大帮助 初学小波变换必用(Wiener.m)
- 2010-01-05 21:21:59下载
- 积分:1
-
matlab
matlab数字信号处理实例;MATLAB下的数字信号处理实现示例(matlab digital signal processing examples MATLAB under the sample implementation of digital signal processing)
- 2013-10-27 16:20:00下载
- 积分:1
-
ImageFusion
图像融合 matlab编程环境 很简单的一个程序但是很能说明图像融合中的问题(Image fusion matlab programming environment is a very simple procedure, but is illustrative of the problem of image fusion)
- 2010-11-10 22:00:29下载
- 积分:1
-
interesting-applets(matlab)
有趣的matlab小程序,挺有趣的,有兴趣的同学可以看看(Interesting matlab small procedures, very interesting, interested students can look)
- 2013-03-09 11:21:00下载
- 积分:1
-
bouncing-ball
bouncing ball in matlab
- 2014-02-02 22:33:04下载
- 积分:1
-
graduate
matlab程序,大家好好看看ddddddddddddd(matlab program)
- 2009-03-17 10:58:09下载
- 积分: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