-
ofdmda
Simulation program to realize OFDM transmission system
- 2010-10-31 18:15:18下载
- 积分:1
-
The-basis-of-the-FEM
有限单元法基础(第2版) 配套Matlab源代码(The basis of the finite element method (2))
- 2013-03-22 11:26:46下载
- 积分:1
-
ViolaJones_version0b
基于adaboost算法的人脸检测,voila等人开发的源码,很经典,对初学者有一定的参考价值。(Adaboost algorithm based on the face detection, voila development the source code and it is classic, for beginners is of some reference value.)
- 2011-12-01 13:04:57下载
- 积分:1
-
PSO_MATLAB
基本PSO算法源代码,可以直接在matlab中运行。效果不错,适合初学者。(Basic PSO algorithm source code can be directly run in matlab. Good results, suitable for beginners.)
- 2013-11-19 14:19:05下载
- 积分:1
-
tsfuzzc
基于TS模型的模糊控制器的MATLAB实现(TS model based fuzzy controller MATLAB realize)
- 2008-03-09 00:12:35下载
- 积分:1
-
toolbox_fast_marching
fast marching method
- 2010-10-14 12:23:02下载
- 积分: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
-
基于TDOA的Chan定位算法仿真研究_倪磊磊
基于TDOA的chan算法 chan算法,简单 易懂(based on TDOA chan locate)
- 2021-05-07 05:58:37下载
- 积分:1
-
基于kalman的GPS静动态滤波算法
说明: GPS 动静态滤波的卡尔曼滤波技术的应用,希望能够多多交流(The application of Kalman filtering technology of GPS dynamic and static filtering, hope to be able to communicate more)
- 2021-04-09 10:19:00下载
- 积分:1
-
sharpen-filter
对图像进行锐化滤波处理,去除阴影噪声,得到清晰的图像(sharpen filter)
- 2012-04-04 14:11:16下载
- 积分:1