-
sevalBlindmulti-userdetections
好几种忙多用户算法的程序,已运行过,大家可以(Several busy multi-user algorithm procedures, has been in operation, the U.S. can)
- 2008-06-03 23:42:48下载
- 积分:1
-
DSOGI_PLL5
PLL matlab simulation
- 2020-09-28 16:47:45下载
- 积分:1
-
libsvm-mat-2.9-1
SVM的VC程序,有matlab接口,便于调用,还有例子,用于模式识别,分类,预测。(SVM, VC procedures, matlab interface, easy call, as well as an example, for pattern recognition, classification and prediction)
- 2010-01-08 12:32:51下载
- 积分:1
-
code
generalised hough transfporm c0de
- 2013-12-05 13:34:29下载
- 积分:1
-
kmeans
function [L,C] = kmeans(X,k)
KMEANS Cluster multivariate data using the k-means++ algorithm.
[L,C] = kmeans(X,k) produces a 1-by-size(X,2) vector L with one class
label per column in X and a size(X,1)-by-k matrix C containing the
centers corresponding to each class.
Version: 07/08/11
Authors: Laurent Sorber (Laurent.Sorber@cs.kuleuven.be)
References:
[1] J. B. MacQueen, "Some Methods for Classification and Analysis of
MultiVariate Observations", in Proc. of the fifth Berkeley
Symposium on Mathematical Statistics and Probability, L. M. L. Cam
and J. Neyman, eds., vol. 1, UC Press, 1967, pp. 281-297.
[2] D. Arthur and S. Vassilvitskii, "k-means++: The Advantages of
Careful Seeding", Technical Report 2006-13, Stanford InfoLab, 2006.
- 2011-12-22 19:38:16下载
- 积分:1
-
ECGprocess
用多种方法对心电进行去噪,对初学者有很好的帮助(ECG using a variety of methods for denoising, good for beginners to help)
- 2010-06-12 16:46:05下载
- 积分:1
-
Stationary_Series1_AR1
演示AR序列的特征值、自协方差函数和谱密度。程序是开放的,可以修改参数(Eigenvalues demo AR sequence autocovariance function and spectral density. The program is open, you can modify the parameters)
- 2013-12-22 18:04:12下载
- 积分:1
-
yichuan
该程序通过模仿生物的遗传特点,解决全局最优解的问题(The program solves the problem of global optimal solution by imitating the genetic characteristics of organisms)
- 2020-06-25 01:20:02下载
- 积分:1
-
base2fft
根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线上,所以输出数据可以立即存入原输入数据所占用的存储单元。这种方法可称为原址计算,可节省大量的存储单元。附件包含算法流程图和源程序。(err)
- 2008-04-20 23:11:05下载
- 积分:1
-
matlabVQ
This is a complete program for speaker recognition based MATLAB. It uses VQ(vector quantization) method to detect different speakers.
- 2010-12-03 08:43:08下载
- 积分:1