-
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
-
detection_AIC
对声音信号进行处理的matlab仿真,可以用于水声信号(Right audio signal processing matlab simulation can be used for underwater acoustic signal)
- 2021-04-24 14:18:47下载
- 积分:1
-
Digital-baseband-signal
数字信号的基带传输 PAM的功率谱密度 数字基带的接收 匹配滤波器 升余弦滚降系统 基带信号眼图(Digital baseband digital signal baseband transmission power spectral density of the PAM receiver matched filter raised cosine the system baseband signal eye diagram)
- 2013-05-17 10:55:16下载
- 积分:1
-
GAFMAX
遗传算法
求下列函数的最大值
obj(x)=x.*(10-x).*sin(2*pi*x), xin[0,10].(Optimization problem by genetic algorithm of a function
obj(x)=x.*(10-x).*sin(2*pi*x), xin[0,10].)
- 2009-11-14 00:05:47下载
- 积分:1
-
采用小波进行图像消噪
数字图像在产生过程中经常会受到噪音污染。因此,对于数字图像应该对其进行去噪音处理。在传统的基于傅里叶变换的信号去噪音方法中,可以使得信号和噪音的频带重叠部分尽可能的小,这样就可以在频域通过时,不需改变滤波方法而将信号和噪音分隔开来。但是,如果信号和噪音的频域重合时,用该方法进行噪音处理的效果就比较差。(digital image in the selection process will be subject to regular noise pollution. Therefore, the digital image should be carried out to deal with the noise. Based on the traditional Fourier Transform method of signal to noise, can result in a signal and noise bands overlap small as possible, so it can be adopted in the frequency domain, the need to change methods of filtering the signal and noise to separate. However, if the signal and noise in the frequency domain coincidence, the method for dealing with the effects of noise on the relatively poor.)
- 2005-07-12 11:28:35下载
- 积分:1
-
natblaster
nat blaster,测试nat的连通性能.(nat blaster, tests nat to connect the performance )
- 2006-07-27 12:21:34下载
- 积分:1
-
HDX
图像灰度变换的基本运算函数,对于其了解有很重要作用,这是老师代码(Image gray-scale transformation of the basic arithmetic function, for a very important role in their understanding, it is the teacher code)
- 2011-05-16 11:19:08下载
- 积分:1
-
pam-ook
PAM OOK FSK modulations
- 2015-04-05 19:48:57下载
- 积分:1
-
ptl
信噪比,相对强度噪声对PAM4调制误码率的影响(Influence of signal to noise ratio on BER of PAM4 modulation)
- 2017-09-01 11:03:53下载
- 积分:1
-
Programme
几种粒子群算法求解VRP问题,与GA对比(Several particle swarm algorithm VRP problems, compared with GA)
- 2011-11-29 21:33:52下载
- 积分:1