-
libsvm-2.89
LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。
2.89版本是09年刚更新的一个版本。(LIBSVM)
- 2009-05-04 17:18:56下载
- 积分:1
-
root-music-for-subarray
子阵列划分的root-music algorithm(Sub-array by root-music algorithm)
- 2021-03-25 13:59:14下载
- 积分:1
-
pmsgjg
采用matlab对平面四杆机构进行运动分析,并输出图像.(Using MATLAB to analyse the motion of planar four bar mechanism, and the output image)
- 2014-01-29 01:44:08下载
- 积分:1
-
MatLab_Tutorial
MatLab_Tutorial is very useful material!
- 2010-08-31 21:46:44下载
- 积分:1
-
New-folder
the codes which i sent contains matlab code for encryption using 4 out of 8 code,binary to decimal conversion,decimal to binary conversion,subband coding,upsampling.
- 2013-12-09 23:49:31下载
- 积分:1
-
PAPER5
doppler spread estimation for wireless ofdm systems
- 2015-02-01 12:20:38下载
- 积分:1
-
MatlabhelpFiles
matlab的帮助文档,用于查阅使用matlab过程中遇到的问题以及解决方案。(matlab help document the process for access to use the matlab problems and solutions.)
- 2010-06-10 17:09:55下载
- 积分:1
-
Shock_filters
The shock filter of Osher and Rudin [OR90]
Used for deblurring signals and images. Creates shocks at inflection points.
[OR90] S.J. Osher and L. I. Rudin, "Feature-Oriented Image enhancement using Shock Filters", SIAM J. Numer. Anal. 27, pp. 919-940, 1990.
- 2010-12-22 16:33:44下载
- 积分:1
-
SP
说明: 利用压缩感知理论中的子空间追踪算法恢复图像(Compressed sensing theory of subspace pursuit algorithm to restore images)
- 2012-04-13 15:27:39下载
- 积分:1
-
adapQuad
迭代自适应Simpson,Lobatto积分
In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.
We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf. (Iterative Adaptive Simpson, Lobatto Points In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm.We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (eg quad, quadv, and quadl) . Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.)
- 2008-08-14 22:44:04下载
- 积分:1