-
finitdif
This program computes finite difference formulas of general order.
- 2012-08-19 21:02:43下载
- 积分:1
-
chamfermatching
Description of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
- 2013-11-25 23:42:19下载
- 积分:1
-
simrobot
simulation of mobile robot
- 2010-02-04 02:44:09下载
- 积分:1
-
LDPC--MA
介绍了ldpc码的发展概况,历程,各种编解码算法,对初学者有很大帮助(Describes the overview of the development ldpc code, course, a variety of codec algorithm, very helpful for beginners)
- 2013-09-22 19:31:06下载
- 积分:1
-
system-pole
控制系统中,系统建模。关于状态空间模型建立,然后通过零极点配置控制程序(Control systems, system modeling. On the state space model, and then zero-pole placement control program)
- 2010-12-05 10:53:49下载
- 积分:1
-
bysj
一个matlab gui小程序 可以帮助初学者 掌握matlabgui的小技巧(matlab gui help the new players)
- 2009-07-01 10:43:01下载
- 积分:1
-
myDFT
This function is equivalent to matlab fft2 function, but without using for loops, instead this function is implemented using matrix multiplication.
- 2012-03-26 20:21:50下载
- 积分:1
-
pls
这个程序是基于MATLAB实现的偏最小二乘算法(MATLAB implementation is based on partial least squares algorithm)
- 2013-08-02 18:49:18下载
- 积分:1
-
power_converter
Three-phase thyristor converter 变频器,来自mathworks 程序。(Three-phase thyristor converter inverter, from MathWorks procedures.)
- 2007-10-19 13:40:07下载
- 积分: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