-
danchunxingfa
智能单纯形法的算法 包含所有情况 测试都通过
- 2012-04-09 22:58:31下载
- 积分: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
-
Blind-Frequency-Syn
一种关于MIMO-OFDM系统盲频率同步的资料文档,用MATLAB进行仿真分析(A novel blind carrier frequency offset (CFO)
estimation algorithm was proposed which is based on estimating
signal parameter via rotational invariance techniques (ESPRIT)
for multi-input multi-output orthogonal frequency division
multiplexing (MIMO-OFDM) systems with virtual carriers. )
- 2012-03-22 15:51:18下载
- 积分:1
-
Griewank
matlab平台下的测试函数Griewank,对于用来测试粒子群、遗传等智能算法的性能非常有用(matlab platform test function Griewank, used to test for the PSO, the performance of genetic algorithms and other useful intelligence)
- 2011-09-26 16:35:08下载
- 积分:1
-
ce
说明: matlab时针程序,能实现双时针的配合旋转,历时24小时(The matlab clockwise procedures to achieve dual-clockwise with the rotation, which lasted 24 hours)
- 2012-10-18 09:34:40下载
- 积分:1
-
kaerman
《卡尔曼滤波与组合导航》,PDF版本电子书籍(" Kalman filtering and navigation" , PDF versions of e-books)
- 2014-01-05 03:36:50下载
- 积分:1
-
Segmentation
这是一个虹膜识别检测的周围元器件的程序描述,很完整,也是很好验证的(This is a test of iris recognition around the components of the program description, it is complete and is good for validation)
- 2010-07-24 10:18:26下载
- 积分:1
-
stabilization_to_beta_line_positive
说明: 轮式移动机器人镇定到倾角为任意的直线上,角度可以任意指定(Stabilization of wheeled mobile robot to the inclination of arbitrary straight line, angle can be specified)
- 2008-12-01 19:57:34下载
- 积分:1
-
OFDM
OFDM系统级的仿真,里面涉及到卷积编码,交织,qpsk调制等(OFDM system-level simulation, which relates to convolutional coding, interleaving, qpsk modulation)
- 2010-06-01 10:53:09下载
- 积分:1
-
apso
改进的粒子群算法--自适应粒子群算法,在普通的粒子群算法里面加入了熵和平均粒距的概念,收敛速度大大提高,而且不容易陷入局部最优,能更有效的解决复杂问题。(improved PSO-- Adaptive PSO. In a normal PSO which joined the entropy and the average particle from the concept of convergence speed, it is not easy to find the global optimum, the more effective solutions to complex problems.)
- 2021-04-03 23:29:05下载
- 积分:1