-
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
-
music
第四代移动通信music算法,是我很辛苦才弄出来的。希望可以喝大家交流(Fourth-generation mobile communication music algorithm, it is very hard to get me out. Hope that we can drink to facilitate the exchange of)
- 2009-05-12 14:46:59下载
- 积分:1
-
MATLABjiemi
美国人写的matlab教材,非常好,简单易懂(Americans matlab written materials, very good, easy to understand)
- 2009-12-18 19:11:17下载
- 积分:1
-
BandTrader
这是一个债券交易策略。由2条交叉线产生交易信号。( This MATLAB function implements a simple band trading strategy. A band
consists of two lines that form the upper and lower boundaries of the band.
The upper and lower boundaries are used to to enter and exit trades.
For example, if prices fall below the lower boundary a buy signal is
generated.
)
- 2013-07-28 14:21:17下载
- 积分:1
-
Tmaps
This program shows how to overlay a statistical map on top of an anatomical map.
- 2012-08-07 13:32:08下载
- 积分:1
-
QuasiZ1
Zyuan光伏逆变仿真全套仿真例程,本文的主要目的就是通过z源升压之后通过mppt算法算出占空比控制控制逆变器实现光伏并网,(Zyuan photovoltaic inverter simulation full simulation routines, the main purpose of this paper is through the z source after booster by MPPT algorithm to calculate duty ratio control control realization of photovoltaic (pv) grid inverter,)
- 2014-08-21 14:19:54下载
- 积分:1
-
XSteam_Matlab_v2.6
matlab code for X Steam, Thermodynamic properties of water and steam
- 2015-02-07 14:25:34下载
- 积分:1
-
matlab_100
用matlab 编写的100个各种小算法与代码,供大家学习参考,希望能有用。(100 using matlab small algorithm code for all to learn, can be useful.)
- 2012-11-18 09:35:41下载
- 积分:1
-
AS
说明: solve a joint antenna selection and analog beamformer problem(jointly design the antenna selection and analog beamformer with low-resolution phase shifters in mmwave MIMO systems)
- 2018-11-11 09:19:19下载
- 积分:1
-
高斯白噪声
说明: 往信号里添加一个高斯白噪声,并将其显示出来(Add Gaussian white noise to the signal)
- 2021-04-26 15:28:46下载
- 积分:1