-
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
-
UltraSV3pwm7Area6
使用Matlab的m语言编写的SVPWM三电平仿真程序,在simulink环境下运行(M using the Matlab language of three-level SVPWM simulation program, run in the simulink environment)
- 2020-11-02 11:49:53下载
- 积分:1
-
Spatial-channel-model-for-MIMO-3GPP
Repeater communication is one promising candidate solution in future cellular networks because of its ability to increase throughput, data rate and coverage. It is also considered as one candidate technology feature in 3GPP/LTE-A. Traditionally repeaters have been active continuously and perform blind forwarding without knowing the signal. However the repeater in LTE Advanced is likely to include some advanced functionalities such as frequency selectivity, gain controllability, multi antenna ability, advanced antenna processing, optimum power control algorithm, etc.
- 2015-03-02 17:39:07下载
- 积分:1
-
labi3
matlab中函数应用及图形图像编程,含完整报告(matlab and graphics functions in applications programming, including full report)
- 2010-11-12 16:40:18下载
- 积分:1
-
sourcemethod_photonics
利用电磁场的源激发方法来计算光子晶体波导例如光子晶体光纤,金属波导,表面等离子体波导等的传播特性比如传播常数以及束缚损耗,模场分布等,是一款极好的计算程序!(use of the electromagnetic field source excitation method was used to calculate the photonic crystal waveguide such as photonic crystal fibers, metal waveguide, Surface plasmon waveguide propagation, etc. For example, the propagation constants of shackles worn, mode field distribution, A is an excellent program!)
- 2007-06-24 13:18:03下载
- 积分:1
-
timeseries
time series learning
- 2011-11-09 17:25:51下载
- 积分:1
-
bp_train
bp网络训练源代码,可用于参数识别,模式分类,如损伤识别,故障诊断等(bp network training, the source code can be used for parameter identification, pattern classification, such as damage detection, fault diagnosis, etc.)
- 2007-07-04 09:15:45下载
- 积分:1
-
Simulink1
说明: 介绍SIMULINK的电子文档,很实用,内容很详细,对于利用SIMULINK搭建模型仿真的同学很实用(Introduction SIMULINK electronic documents, it is practical, the content is very detailed model for simulation using SIMULINK to build the students very practical)
- 2011-03-14 09:31:52下载
- 积分:1
-
seid
大作业上的一个迭代程序,可以供大家试用下(Great job on an iterative process, you can try for your next)
- 2011-09-28 11:06:09下载
- 积分:1
-
m_map
根据纬度经度信息 准确画出学术论文需要的地理图 包括海洋 山脉等(According to latitude and longitude information accurately draw the necessary papers including marine mountains and other geographic map)
- 2013-10-10 16:27:37下载
- 积分:1