-
LoadFromTXTfiles
模式识别中txt数据的导入算法,大家看看,做个参考(Pattern recognition algorithms in the txt data import, we look to be a reference)
- 2011-04-21 21:15:54下载
- 积分:1
-
mpptmode
使用型mppt模块,测量输出端电压和电流,计算出功率,从而实现最大功率点的跟踪,具有实际意义(a mode of mppt,this is my Owen persision)
- 2012-04-11 15:55:58下载
- 积分:1
-
firstGUI
说明: 一个用MATLAB写的界面,功能是出现一个界面,捕获鼠标信息,如果点击界面区域就会返回共点击的次数。(a matlab file with gui)
- 2010-04-26 10:39:01下载
- 积分:1
-
PID_Simulink
PID控制的仿真,<<PID控制与应用>>课程的作业.SIMULINK格式(PID control of the simulation,)
- 2007-04-27 10:08:45下载
- 积分:1
-
FPNC_Matlab_Decode_Apr10.2013_all
有关FPNC的一些解码程序,有一定的注释,便于理解整个译码过程(some codes about FPNC_Matlab_ decoding)
- 2014-09-23 18:37:55下载
- 积分:1
-
TSP_CE
Cross entropy for TSP problem matlab file
- 2015-02-17 13:55:39下载
- 积分:1
-
Classifier
实现ID3 决策树算法,并使用MATLAB自带的工具箱函数画出决策树生成相应的规则(Achieve ID3 decision tree algorithm, and using MATLAB toolbox function that comes with the decision tree to generate the appropriate rules to draw)
- 2014-05-11 12:15:56下载
- 积分:1
-
GrTheory
GR THEORY MATLAB CODES
- 2014-09-27 12:44:09下载
- 积分:1
-
HHT
说明: 希尔伯特黄变换,用EMD将信号分解成本征模态函数,对分解的IMF分量进行hilbert变换(Hilbert Huang transform (HHT), EMD is used to decompose the signal into the cost eigenmode function, and the decomposed IMF component is transformed by Hilbert transform)
- 2020-11-24 21:23:54下载
- 积分: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