-
Moving_sign
Moving sign application
- 2010-08-13 17:00:15下载
- 积分: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
-
INTER-CARRIER-INTERFERENCECANCELLATION-FOR-OFDM-S
this reports explain the effect of ICI in ofdm with matlab code.
- 2012-04-02 23:46:22下载
- 积分:1
-
Statistical-description-
数学建模中数据的分析及描述,里面包括一些matlab程序和讲义(Mathematical modeling, data analysis and description, which includes some of the matlab program and handouts)
- 2012-06-19 12:18:21下载
- 积分:1
-
Desktop
用已有的imf 分量画hht谱图,需要调用InstFreq 函数(Imf components with the existing painting hht spectrum function call InstFreq)
- 2015-04-08 15:04:11下载
- 积分:1
-
voice
声音识别程序,MATLAB程序,很好的例子,可以一看(Voice recognition program, MATLAB program, a good example, can one see)
- 2010-08-07 09:25:38下载
- 积分:1
-
Math
Numerical analysis tools in Matlab.
- 2011-02-01 22:45:05下载
- 积分:1
-
DCC
Image zooming using directional cubic convolution interpolation
- 2013-12-11 01:25:10下载
- 积分:1
-
Connecting-Oracle-with-Matlab
My code for connecting ORACLE and MATLAB
- 2012-01-03 17:18:19下载
- 积分:1
-
BP
说明: 基追踪(BP)算法的主要目标是寻找欠定方程的解,转换成线性规划问题,这里是BP算法的实现(Atomic Decomposition by Basis
Pursuit)
- 2014-05-30 16:26:52下载
- 积分:1