-
libsvm
Libsvm is a simple, easy-to-use, and efficient software for SVM
classification and regression. It solves C-SVM classification, nu-SVM
classification, one-class-SVM, epsilon-SVM regression, and nu-SVM
regression. It also provides an automatic model selection tool for
C-SVM classification. This document explains the use of libsvm.
- 2009-05-12 14:17:53下载
- 积分:1
-
CDMA_SIM
说明: 防真CDMA的程序,仅供大家参考.防真环境为MATLAB6.5以上的版本.(real-CDMA procedures, only for reference. The environment for real-Matlab6.5 above version.)
- 2006-05-06 09:04:08下载
- 积分:1
-
chebwindow
使用类似切比雪夫滤波器设计的方法得到切比雪夫窗,计算简单线阵方向图(Calculate simple linear array pattern similar Chebyshev filter design cut Chebyshev window)
- 2013-03-07 14:50:21下载
- 积分: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
-
matlab-Douglas-Peucker
道格拉斯-普克算法(Douglas–Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(Douglas Peucker algorithm is the curve approximated by a series of points, and reduce the number of points of an algorithm. It has the advantages of translation and rotation invariance, given the curve and the threshold, the sampling results must.)
- 2021-04-27 16:08:44下载
- 积分:1
-
MATLABprogramming
MATLAB程序设计与典型应用(含源程序)(MATLAB programming and typical applications (including source code))
- 2010-10-05 17:12:11下载
- 积分:1
-
maxtrixpro
说明: 生成全排列矩阵,含有三个小程序,也含有说明(Order to generate the whole matrix, which contains three small programs, but also contains a description)
- 2008-09-17 16:23:02下载
- 积分:1
-
chap3_10_DMRAS_ordn
说明: 这是关于自适应的一个m文件,希望对大家有用(This is an m on the adaptive document, we hope to be useful)
- 2011-03-21 14:17:59下载
- 积分:1
-
c-and-mathlab
说明: 很实用的C和matlab的书,值得学习和理解(C and matlab very useful book, it is worth learning and understanding)
- 2011-04-18 13:28:04下载
- 积分:1
-
steepest_quadratic
steepest quadratic search method
optimization methods and algortihms
- 2014-11-27 21:44:36下载
- 积分:1