-
annealing-algorithm-by-matlab
本文通过理论分析,仿真实现了模拟退火算法。(Through theoretical analysis, simulation to achieve a simulated annealing algorithm.)
- 2013-09-03 21:14:39下载
- 积分:1
-
Database-TDX
Matlab 通达信股票数据接口,使用矩阵的算法直接复制数据,较常见的循环算法效率更高。(A Data interface for Matlab which can read stock data TDX, it can work more effective than other.)
- 2015-04-19 14:02:18下载
- 积分:1
-
tuxiangpeizhun
基于互信息熵的图像配准方法,其中包括图像配准的程序,还有程序运行的界面,对于初学图像配准或者利用MATLAB做GUI界面的同学有所帮助(Entropy based on mutual information image registration methods, including image registration procedures, as well as run the interface, image registration for the novice or the use of MATLAB GUI interface to do help the students)
- 2010-06-05 20:36:49下载
- 积分:1
-
qiufun
小波包分析提取振动信号中的特征频率,有较好的参考价值,相关分析过程的matlab方法。( Wavelet packet analysis to extract vibration signal characteristic frequency, There are good reference value, Correlation analysis process matlab method.)
- 2016-05-20 20:08:18下载
- 积分:1
-
Matlab-source
精通MATLAB综合辅导与指南的配套磁盘程序,本书介绍了MATLAB一般原理和基本运算,重点介绍了MATLAB图形用户界面的结构和使用方法,包括二维、三维图形的控制、色彩的配置、用户专用界面的创建。(Proficient in MATLAB comprehensive guide to counseling and supporting disk procedures, this book introduces MATLAB general principles and basic computing, focuses on the MATLAB graphical user interface structure and the use of methods, including two-dimensional, three-dimensional graphics control, color configuration, user-specific interface to create.)
- 2007-08-16 14:29:00下载
- 积分:1
-
Wavelet
A wavelet is a wave-like oscillation with an amplitude that starts out at zero, increases, and then decreases back to zero
- 2012-07-21 19:00:34下载
- 积分:1
-
course_soft
施肥量与产量关系;动态规划模型求解程序示例; 模型求解的Matlab程序(穷举法)
mcm 1997 B题 截断切割;1996B洗衣机节水模型,参数与数据初始化等(Relationship between fertilization rate and yield dynamic programming model program examples of the model solution Matlab program (exhaustive method)
Mcm 1997 B title cut cutting 1996B saving washing machine models, parameters and data initialization, etc)
- 2010-09-06 11:53:00下载
- 积分:1
-
UntitledAmssbmodulation
am and ssb modulation with matlab codes
- 2012-07-21 16:57:54下载
- 积分:1
-
momat
上传自己修改的多目标程序,大家下载有空可以和我讨论,谢谢,站长发布(Upload your own modified multi-objective process, everyone can download the free discussion and I, thank you, head Releases)
- 2007-09-26 21:46:32下载
- 积分:1
-
dxVideo
This library contains helper functions to read image frames into matlab from Video
file using DirectShow. This library has borrowed codes from Ashwin Thangali s
"DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi.
Features:
a) can read frames from rmvb, avi, etc.
b) handles most codecs installed on the system
d) its implementation is only based on the IMediaDet interface
-- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll
-- The library usage is as follows,
[avi_hdl, avi_inf] = dxVideoOpen(avi_filename)
pixmap = dxVideoReadMex(avi_hdl, frame_num)
img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3])
dxVideoCloseMex(avi_hdl)
-- recompile the library
I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004)
-- known limitation
a)only works for windows :(
b)may be slow for big image frames and some codecs.
- 2009-11-05 17:17:06下载
- 积分:1