-
session1
slam进阶学习,老外做的,很完善的东西,对于同时定位与地图创建的friend有很大的帮助(第一课)(err)
- 2008-04-29 14:58:11下载
- 积分:1
-
mimo
mimo信道建模,仿真结果,信道建模介绍详细说明(mimo channel modeling, simulation results, detailed description of the channel model introduced)
- 2010-05-17 18:10:25下载
- 积分:1
-
SRP-PHAT
用SRP-PHAT这个方法进行单个声源进行定位。并且举例说明(Single source locationing algorithm using SRP-PHAT with SRC_srplems)
- 2013-01-27 10:22:22下载
- 积分:1
-
kalman
matlab mdl 的卡尔曼滤波程序清晰简洁(matlab mdl Kalman filtering procedures clear and concise)
- 2013-12-21 22:44:14下载
- 积分:1
-
Binary-GA
Binary Genetic algorithm
- 2011-05-01 14:21:42下载
- 积分:1
-
Comp_modelir_v_matlab_6_0
Introduction to Neural Network using Matlab
- 2013-03-24 08:12: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
-
Image-segmentation-Extraction
数字图像处理中的图像分割代码!
希望对大家有用
matlab(Digital image processing image segmentation code! Want to be useful to everyone matlab)
- 2010-01-18 11:21:18下载
- 积分:1
-
leach5
无线传感器经典算法,一种分层式的算法,有助于学习无线传感器。(Wireless sensor classical algorithm, a hierarchical algorithm, wireless sensor conducive to learning.)
- 2011-01-09 22:53:55下载
- 积分:1
-
classical-GA-method
遗传算法是计算机科学人工智能领域中用于解决最优化的一种搜索启发式算法,是进化算法的一种。这种启发式通常用来生成有用的解决方案来优化和搜索问题。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。(In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems.[1] Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover.)
- 2015-01-30 11:58:25下载
- 积分:1