-
AGuidetoMATLAB
英文版的MATALB入门教材,剑桥大学出版社(A Guide to MATLAB for Beginners and Experienced Users- B.R.Hunt,R.L.Lipsman,J.M.Rosenberg- (Cambridge University Press))
- 2010-07-08 20:27:46下载
- 积分:1
-
lms
均方误差最小LMS算法,s为一个wav格式的音频文件。FIR滤波器长度为5。(LMS)
- 2009-06-11 16:39:41下载
- 积分:1
-
SVM_HRRP
hrrp,svm,利用支持向量机分类识别一维距离像的飞机目标,程序详细,可作为例程学习,望有帮助(HRRP, SVM, using support vector machine (SVM) classification recognition as a d distance of aircraft target, procedures detailed, can be used as an example ChengXueXi, hope have help
)
- 2012-11-24 10:38:49下载
- 积分:1
-
RobustControl
Robust自动控制讲义,有练习和matlib的例题,自学Robust控制的好教材!(Robust Automatic Control notes, there are exercises and examples of matlib, Robust control of a good self-study materials!)
- 2009-05-06 15:27:34下载
- 积分:1
-
guidaozhuanhuan
航天器动力学中用于计算轨道转换的MATLAB程序,包括平面的转换为空间的与空间的转换为平面轨道。(Spacecraft Dynamics used to calculate the orbit convert MATLAB program, including the conversion plane converted to space and space for flat track.)
- 2014-10-29 00:15:44下载
- 积分:1
-
03QJLHMKZXT
基于趋近律的滑模鲁棒控制
一个系统仿真实例(Reaching Law Sliding based robust control
Simulation examples)
- 2015-02-27 17:41:17下载
- 积分: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
-
median_filtering
用median 滤波除去图像中的pepper and salt 噪声,并且给给出了lena图像和coin图像的示例(use median filtering to remove the noise of pepper and salt, give examples of lena andcoin)
- 2013-05-04 21:16:40下载
- 积分:1
-
BPMS
此程序是关于LM-BP算法的预测系统,能够利用图形界面的形式展示出预测的精度和误差(
This program is on the LM-BP algorithm prediction system that can use a graphical interface to show the form of prediction accuracy and error)
- 2014-07-06 10:17:22下载
- 积分:1
-
L阵和线阵下二维DOA估计算法
说明: 基于MIMO雷达的MUSIC算法,寻找峰值对应目标角度(MUSIC algorithm based on MIMO radar to find the target angle corresponding to the peak value)
- 2020-03-04 11:15:03下载
- 积分:1