-
READDATA
将MIT-BIH标准心电数据库中的数据读入到matlab中的程序(The MIT-BIH ECG database to read the procedure in matlab)
- 2007-11-11 13:35:35下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
PSO-20
PSO算法两个目标的代码,测试程序是非线性方程组,目标变量为找到MinF(x)(PSO algorithm code two goals, the test program is non-linear equations, the target variable is found MinF (x))
- 2014-11-30 21:58:54下载
- 积分:1
-
OFDM-matlab
OFDM的matlab仿真,调制解调,交织,信道编解码,高斯信道和瑞利衰落信道下的分别进行仿真的程序。(OFDM matlab simulation, modulation and demodulation, interleaving, channel coding and decoding, Gaussian channel and Rayleigh fading channel simulation procedures, respectively.)
- 2013-11-17 16:35:37下载
- 积分:1
-
zbl
在VC下的,信道容量计算源码,可以计算出基本各类信道的容量(Under the VC, channel capacity calculation of source, you can calculate the basic types of channel capacity)
- 2009-05-26 06:15:13下载
- 积分:1
-
shiyanchengxufangzhen
三电平空间矢量仿真,采用M函数和模块混合编写,方便向DSP移植(Three-level space vector simulation, using M functions and modules prepared by mixing to facilitate migration to the DSP)
- 2013-08-13 20:12:50下载
- 积分:1
-
FractalDim
可以再研究非线性动力学问题中计算分形维数的Matlab程序(fractal dimension Matlab algorithm in nonliner dynaimcal systems )
- 2013-04-11 10:23:48下载
- 积分:1
-
matlab
一篇比较好的英文介绍编程的文章,里面包含很多有用的知识,很难下载。(a good English paper for programming。it includes much useful knowledge and it is hard to download it)
- 2011-12-13 10:53:38下载
- 积分:1
-
G729decoder-and-encoder(Matlab)
G729编码和解码的Matlab源程序,本人已经亲测,绝对能用,欢迎下载。(G729 coding and decoding of Matlab source, I have kissed, absolute can, welcome to download.)
- 2020-12-18 10:09:12下载
- 积分:1
-
REVERISE
叠前反演的matlab代码,方法采用马尔科夫共轭梯度法,针对一维模型的反演(Pre-stack inversion matlab code, the method uses Markov conjugate gradient method, inversion for the one-dimensional model of)
- 2014-10-11 15:08:46下载
- 积分:1