-
capon
CAPON谱估计方法的matlab源代码,已经通过验证了(CAPON spectral estimation methods matlab source code has been validated by)
- 2009-07-08 16:00:19下载
- 积分:1
-
GA-matlab
说明: MATlab和GA的潜用,将GA的算法程序写到MATLAB里面,用于求解优化问题(MATlab and GA' s potential use, the GA algorithm program written MATLAB inside, for solving optimization problems)
- 2009-08-27 11:44:51下载
- 积分:1
-
TWO-STAGE-DEA
两阶段DEA模型的matlab程序源码,可以用来计算效率,完全傻瓜式操作。(Two-stage DEA model matlab program source code, can be used to calculate the efficiency, completely fool-type operation.)
- 2021-03-05 11:39:31下载
- 积分:1
-
sigfrft1
分数阶傅里叶变换 Matlab仿真实现 单分量的LFM信号的检测和参数估计(
Fractional Fourier Transform Matlab simulation to achieve a single-component LFM signal detection and parameter estimation)
- 2013-04-19 23:39:49下载
- 积分:1
-
sample8
带有白噪声的周期信号和噪声信号的自相关,数字信号处理的经典算法。(White noise with a periodic signal and noise auto-correlation signal, digital signal processing algorithm for the classic.)
- 2009-02-04 23:15:12下载
- 积分:1
-
vire_doublons123
This file is made to locate the same in different parts of your disks
- 2010-11-18 07:06:04下载
- 积分:1
-
M_Harrisdetector
一个harris角点检测的MATLAB元代码(a harris corner detection of MATLAB code yuan)
- 2007-05-15 15:02:11下载
- 积分:1
-
数值方程组的解
高斯-赛德尔迭代、超松弛迭代、雅可比迭代。(The approximate solution of a linear equation set by Jacobi,SOR and Gauss_Seidel method.)
- 2018-05-21 09:54:52下载
- 积分:1
-
PMmachine
PMmachine in matlab simulink sumulated
- 2013-08-05 14:17:39下载
- 积分: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