-
74hanmingma
7,4汉明码的编码和译码程序,用MATLAB语言实现的(7,4 hamming code encoding and decoding process, using the MATLAB language)
- 2009-05-22 22:12:45下载
- 积分: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
-
files
siùulink files of wind turbine
- 2012-04-15 07:45:15下载
- 积分:1
-
fuzzy1
模糊控制的程序,基于matlab工具箱,下载就能用,绝对正确(Fuzzy control program, based on the matlab toolbox, download you can use, absolutely correct)
- 2011-06-09 15:58:24下载
- 积分:1
-
CODE1
universal noise removal code
- 2011-09-13 17:49:35下载
- 积分:1
-
svm
支持向量机原理与仿真
(Support vector machine theory level simulation)
- 2014-01-05 16:19:37下载
- 积分:1
-
MATLAB
详细的介绍了有关matlab绘图方便的操作,对初学者非常有用(For details about the matlab graphics and convenient operation is very useful for beginners)
- 2010-03-15 15:14:55下载
- 积分:1
-
convMainUseMex
covolution code in matlab
- 2011-07-19 23:46:45下载
- 积分:1
-
stega
Steganography for images
- 2015-04-05 12:24:27下载
- 积分:1
-
ParticleFilter
基本的粒子滤波程序,基于重要性采样,初学者很好的例程( Particle Filter SIS Particle Filter)
- 2010-10-14 15:01:55下载
- 积分:1