-
SIMO_simulation
single input multiple output matlab simulation..
- 2014-09-02 19:06:30下载
- 积分:1
-
PSO-simple-Matlab
粒子群优化算法(PSO)的简单matlab语言运行程序,求极值问题
(Particle Swarm Optimization (PSO) simple Matlab language runtime program extremum problems)
- 2013-03-06 11:31:59下载
- 积分:1
-
NCM_unmixing
based on within-class inter-class distance criteria, feature extraction. ... in the Yale face database for face recognition on the matlab source
- 2012-10-03 12:47:00下载
- 积分:1
-
matlab
有关语音识别的系统,采用MATLAB对语音识别的具体实现过程进行仿真。(About speech recognition system, using specific implementation process of speech recognition MATLAB simulation.)
- 2015-04-14 11:16:45下载
- 积分:1
-
Induction-motor-drive-systems
电力电子与MATLAB应用技术 网上辛苦找的 还是蛮有用的(MATLAB application of power electronics technology and the Internet' s still quite hard to find used)
- 2011-04-29 10:07:24下载
- 积分:1
-
fifth-chapter
《MATLAB/Simulink建模与仿真实例精讲》第5章相关例子程序,可以运行。(" MATLAB/Simulink modeling and the simulation example 精讲" Chapter 5 example program can run.)
- 2013-01-22 11:29:04下载
- 积分:1
-
Sigmund
拓扑大师sigmund编写的matlab经典拓扑程序(Master sigmund topology topology program written in matlab classic)
- 2011-11-21 11:53:25下载
- 积分:1
-
kmeans_fast
image processing with k-means algorithm
- 2014-12-23 05:11:21下载
- 积分:1
-
ch1example2prg1
仿真电容的充电过程,设t=0为初始时刻,仿真步进应远远小于系统的时间系数(Simulation of capacitor charging process, based t = 0 as the initial time step simulation system should be much smaller than the time factor)
- 2009-04-20 12:50:33下载
- 积分: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