-
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
-
filter
模极大值滤波,对信号进行分解和重构。所采用信号是matlab自带信号。(Modulus maxima filtering, the signal decomposition and reconstruction. Signal is used in signal matlab own.)
- 2009-04-24 22:52:28下载
- 积分:1
-
jiechanrao
对干涉图进行相位提取后,要获得真实相位图分布,需要对相位主值图进行展开,即相位解缠绕,本程序应用基于调制度方法进行解缠绕。(Right to interfere in the phase diagram extracted to obtain the true distribution of the phase diagram, the need to start phase diagram principal value, that is, the phase winding solution, the program application solution based on the modulation method of winding.)
- 2020-07-09 15:08:55下载
- 积分:1
-
transmissiontime
全双工中继,不同距离下,画FD、HD和直接传输的时间比(full-duplex relayDifferent distance, painting FD, HD and direct transmission time than)
- 2015-05-10 16:22:38下载
- 积分:1
-
basicsDWT
Basics of wavelet function
- 2010-06-11 14:39:32下载
- 积分:1
-
Embedded_Targets_Development_Guide
基于模型设计的介绍,给大家分享一下,希望刘杰博士不要见怪。(model based design)
- 2012-12-29 22:42:37下载
- 积分:1
-
matlab
本次实验是要我们先产生心电信号,再加噪声再滤波。由一个心电信号数据表输出心电信号,由于已知的心电信号有噪声,所以我先将信号进行滤波,得到正确的心电信号。再加噪声,通过滤波可以得到高频和中频噪声,将原信号加上噪声显示再滤波。每次的时域信号都画出了他们相应的频谱,便于观察。每次的滤波我也尝试了不同的滤波器。(This experiment is to produce our first ECG, together with noise and then filtering. ECG data from a table output ECG, ECG as a known noise signal is filtered first, I get the correct ECG. Plus noise can be obtained by filtering high-frequency and intermediate frequency noise, the original signal plus noise shown again filtering. Time-domain signals each draw their corresponding spectrum, easy to observe. Every time I try to filter the different filters.)
- 2011-05-30 15:52:47下载
- 积分:1
-
adsl_a2d_d2a
This module provides an introduction for our ELEC 301 DMT group project.
这是其中a2d模块部分(This module provides an introduction for o ur ELEC 301 DMT group project. This module is part of a2d)
- 2021-02-13 10:19:49下载
- 积分:1
-
zuoye3youxianyuan
悬臂梁基础固支端水平方向受到振动强度RMS值为1g的高斯随机激励,有效激振频带为200Hz。要求设计合适的振动控制方案,使得在控制器的作用下,该悬臂梁自由端的随机振动响应具有良好的抑制效果。(Gaussian basis cantilever clamped horizontally by the end of the vibration intensity 1g RMS value of random excitation, the effective excitation band of 200Hz. To design a suitable vibration control scheme, making the role of the controller, random vibration response of the free end of the cantilever has a good inhibitory effect.)
- 2014-09-19 21:13:22下载
- 积分:1
-
powerflow
光伏接入配电网的影响计算,主要是网损计算,适合新手学习使用(The impact of access to distribution grid PV calculation, mainly net loss calculation, suitable for novice learning to use)
- 2020-06-30 01:00:02下载
- 积分:1