-
multicommodity
implementation of faster algorithm for computing max flow of multi-commodity flow network.
- 2014-09-05 03:27:46下载
- 积分:1
-
近场声源定位TDOA的MATLAB仿真-Sound_TDOA
近场声源定位TDOA的MATLAB仿真,采用传统的相关算法CC和广义相关算法中的相位转换算法GCC_PHAT(Sound localization of MATLAB simulation, using the traditional algorithms of CC and phase transformation algorithm of generalized correlation algorithm GCC PHAT)
- 2021-04-14 11:48:55下载
- 积分:1
-
gongcheng
MATLAB 简单易懂的教程,保证在短时间内学会。(MATLAB tutorial easy to understand, to ensure that in a short time learn.)
- 2011-11-15 15:53:24下载
- 积分:1
-
BP
说明: SAR成像BP算法,对点目标进行清晰雷达成像
(BP SAR imaging algorithm, be clear on the point target radar imaging)
- 2014-04-27 13:49:41下载
- 积分:1
-
pres0
This is traning by ica.
- 2009-03-19 05:04:59下载
- 积分:1
-
emd
这是一个EMD分解程序,matlab运行的环境,只要导入数据,肯定可以运行(This is an EMD decomposition process, as long as the import data, they can definitely run)
- 2013-04-16 21:32:46下载
- 积分:1
-
基于导向矢量不确定集的稳健Capon波束形成算法的Matlab程序capon_beamformer_pattern
基于导向矢量不确定集的稳健Capon波束形成算法的Matlab程序(Steering vector uncertainty set based on robust Capon beamforming algorithm in Matlab)
- 2020-10-25 16:20:00下载
- 积分:1
-
LMS toolbox
LMS toolbox LMS的工具箱。 内有多个有关LMS和RLS的m文件!(the toolbox. There are a number of LMS and RLS m documents!)
- 2005-04-27 12:17:33下载
- 积分:1
-
tryMatrixEncoding
这是一个矩阵编码的仿真程序,可以验证编码结果(It s a matrix encoding program)
- 2010-12-24 16:08:40下载
- 积分:1
-
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