-
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
-
HDI_Guide_310111
HDI Guide 310111 usefull doc
- 2014-12-06 00:05:04下载
- 积分:1
-
Extract_test_IMFCC
这是提取IMFCC的matlab程序,里面包含一些子函数,可以从我上载的其他资源中找到(The programming of calculating IMFCC using matlab, with some subfunctions which can find in other codes on this web)
- 2013-11-17 10:16:42下载
- 积分:1
-
prog1
本软件主要用于结构的时域试验模态分析,包括单输入单输出,单输入多输出和多输入多输出程序设计。传统的模态分析软件大多是基于频域分析方法,需首先对采样信号进行Fourier 变换。本软件使用实测时域信号,无需Fourier变换,可以避免由于信号截断而引起泄露、出现旁瓣、分辨率低等问题对辨识精度的不利影响。此外,节省了计算机运算时间,可以对实际工况状态下的结构进行在线参数识别。(This software is mainly used for the structure of time-domain experimental modal analysis, including single-input single-output, single-input multiple-output and multiple-input multiple-output programming. Traditional modal analysis software are mostly based on frequency domain analysis, needed first sampled signal Fourier transform. The software uses the measured time-domain signal without the need for Fourier transform, avoid truncated because of the signal caused by leaks, there sidelobes and low resolution of the issue of adverse effects on the identification accuracy. In addition, the savings in computing time, to the actual condition of the structure of the state-line parameter identification.)
- 2010-01-16 17:32:38下载
- 积分:1
-
qiankui
过程控制中对于加热炉的前馈控制实现,通过精确的模型可以达到完美的控制效果(process control for the heater feedforward control achieved through precise model can achieve perfect control results)
- 2006-09-12 09:12:05下载
- 积分:1
-
fir_lin_phase_lowpass_max_atten
Designs a linear phase FIR lowpass filter such that it:
- minimizes maximum stopband attenuation
- has a constraint on the maximum passband ripple
This is a convex problem (when sampled it can be represented as an LP).
minimize max |H(w)| for w in the stopband
s.t. 1/delta <= |H(w)| <= delta for w in the passband
( where H is the frequency response function and variable is
h (the filter impulse response). delta is allowed passband ripple.
)
- 2011-05-27 21:45:16下载
- 积分:1
-
IEEE80211_OFDM
IEEE802.11物理层OFDM仿真,做了QPSK和QAM两种调制方式和不同信道估计方式的对比图,信道包含瑞利衰落和高斯噪声(IEEE802.11 OFDM physical layer simulation, QPSK and QAM made two modulation methods and different ways of estimated channel comparison chart)
- 2020-12-22 21:29:09下载
- 积分:1
-
Laplace
Laplace金字塔算法的图像处理Matlab程序Laplace(Laplace in Matlab)
- 2013-11-03 20:28:42下载
- 积分:1
-
butterworth
matlab code for butterworth
- 2010-12-29 01:50:24下载
- 积分:1
-
kalman
进一步加深对卡尔曼滤波算法的理解,了解卡尔曼滤波器算法的基本特点,掌握卡尔曼滤波算法应用研究的基本步骤和方法(Kalman filter algorithm to further deepen the understanding and knowledge of the basic characteristics of the Kalman filter algorithm, Kalman filter algorithm is applied to master the basic steps and methods of research)
- 2011-05-10 16:31:38下载
- 积分:1