-
01
说明: matlab教程,希望大家一起来学习,我看多好几遍了,非常不错。(matlab tutorial I hope everyone will work together to learn, I can see how good a few times, and very good.)
- 2009-10-12 09:38:48下载
- 积分:1
-
20091101APIT
无线传感器网络的APIT定位算法,作为参考例程.(Wireless sensor networks APIT localization algorithm, as a reference to routine.)
- 2009-11-01 14:58:53下载
- 积分: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
-
FLch6BAeg1
二阶系统的最小二乘一次完成算法辨识程序;主要根据实验室对数据处理的程序改的(A complete second-order system least squares algorithm for identification procedures mainly based on laboratory data processing procedures reform)
- 2010-12-17 15:28:40下载
- 积分:1
-
Final-Code-iris-recognition
the code contain iris recognition code
- 2012-10-09 15:53:59下载
- 积分:1
-
point-target-simulation
SAR点目标成像仿真程序,matlab编写,original为主程序(sar point target imaging simulation program)
- 2017-05-07 21:43:48下载
- 积分:1
-
path_following
结合carsim-simulink,设计路径跟踪算法。(Combined with carsim-simulink, the path tracking algorithm is designed.)
- 2018-10-16 15:16:27下载
- 积分:1
-
chap3_04_Lyapunov_MRAC_Gain
基于Lyapunov稳定性理论的模型参考自适应控制程序(Based on Lyapunov stability theory of model reference adaptive control procedure)
- 2020-09-09 20:58:03下载
- 积分:1
-
MAT_Code
Basic Digital Image Processing using MATLAB
- 2009-06-05 21:22:16下载
- 积分:1
-
nengliang-zhongxin-jiaozhengfa
能量重心校正法,进行频谱的幅值修正,算法可以参见谢明、丁康老师的频谱分析文章。(Energy center of gravity correction method, the amplitude correction of the spectrum, spectrum analysis of the algorithm can be found in Xie Ming, DING Kang teacher article.)
- 2012-07-23 15:24:59下载
- 积分:1