-
print
matlab的一些插值和拟合算法,
包括最小二乘法等(matlab some interpolation and fitting algorithm, including the least squares, etc.)
- 2008-12-10 22:31:28下载
- 积分: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
-
dpf
Digital processing filtering
- 2010-03-09 23:00:34下载
- 积分:1
-
pluskid
高斯混合模型的说明。对什么是高斯混合模型进行了较为详细的解释(Gaussian mixture model description. What is the Gaussian mixture model for a more detailed explanation of)
- 2011-04-29 16:55:50下载
- 积分:1
-
OFDM
文件中含有ofdm仿真的全过程,包4qam,8qam形式进行调制、解调,转换等过程(Ofdm simulation file contains the entire process, including 4qam, 8qam form of modulation, demodulation, conversion process)
- 2011-06-11 21:14:53下载
- 积分:1
-
L01
隐枚举法求解01整数规划问题,约束线性,目标函数线性(01 implicit enumeration method for solving integer programming problems, constraints linear, linear objective function)
- 2014-10-23 13:53:20下载
- 积分:1
-
MATLAB
说明: MATLAB与C/C++混合编程代码,包括MATLAB引擎,MAT共享,MEX技术,COM,Mideva工具(MATLAB and C/C++ mixed programming code, including MATLAB engine, MAT share, MEX technology, COM, Mideva tools)
- 2021-03-04 13:59:32下载
- 积分:1
-
AnIntroductiontoLDPCCodes
关于LDPC编码的一些相关英文资料或者论文及有关资料(LDPC)
- 2010-05-21 14:33:04下载
- 积分:1
-
wbf_design_doblinger_2010
宽带时延波束形成例程,滤波求和方式实现宽带波束形成(design 1d filter-and-sum wideband beamformer with optimization )
- 2021-01-06 11:38:53下载
- 积分:1
-
For-WTA-Problem-Codes
應用離散型PSO解決目標武器分配問題WTA
適合初學者或已有PSO基礎者使用(Application of Discrete-PSO to Solve Target Weapon Assignment Problem
Suitable for beginners or have the basis of the use of PSO)
- 2016-11-15 23:20:22下载
- 积分:1