-
rddata
在matlab里将.dat格式的心电数据以二进制格式读出。(In the matlab Lane will be. Dat format ECG data in binary format, read out.)
- 2009-09-07 19:01:02下载
- 积分:1
-
jsq
运用用MATLAB编程的小型计算器,能够运行简单的加减乘除等运算(Use with MATLAB programming small calculator, able to run, such as simple addition and subtraction, multiplication and division operations)
- 2009-04-18 16:42:38下载
- 积分:1
-
BG
非线性和非平稳时间序列突变检测的新方法—BG分割算法(Nonlinear and non-stationary time series new method of mutation detection-BG segmentation algorithm)
- 2013-08-12 10:18:35下载
- 积分:1
-
BP(adaboost)
BP神经网络作为若分类器,反复训练BP神经网络预测样本输出(As if the BP neural network classifier, repeated training samples of BP neural network output)
- 2013-08-27 18:28:42下载
- 积分:1
-
kmeans1
基于K-means的优化聚类中心的图像分割算法,改进了FCM算法的缺点(Based on the optimization of K-means clustering center image segmentation algorithm to improve the shortcomings of the FCM algorithm )
- 2017-05-03 15:12:46下载
- 积分:1
-
zhihuan
三相PWM整流器滞环控制策略的SIMULINK仿真,参数已设,经过验证,符合要求(Three-phase PWM rectifier control strategy Hysteresis SIMULINK simulation parameters have been set, after verification, to meet the requirements)
- 2010-05-26 23:35:31下载
- 积分:1
-
pisarenko
Pisarenko 谐波分解算法源码,可用于对信号进行频率估计。(Pisarenko harmonic decomposition algorithm source code, can be used to estimate the frequency of the signal.)
- 2013-12-04 20:36:50下载
- 积分:1
-
calc_juros
Calcular juros numa operacao de compra "a vista"
- 2012-06-18 07:16:53下载
- 积分:1
-
Simple-Function-Approximation
Function approximation
- 2013-12-17 19:15:01下载
- 积分:1
-
K-means和K-medoids算法程序
资源描述matlab实现k-means算法和k-medoids算法。%%%%%%函数说明%%%%%%
%输入:
% sample--样本集;
% k--聚类数目;
%输出:
% y--类标;
% cnew--聚类中心;
% n--迭代次数;
function [y cnew n]=k_means(sample,k)
%%%%%函数说明%%%%%%%
%输入:
% sample--样本集;
% k--聚类数目;
%输出:
% y--类标;
% med--聚类中心;
% n--迭代次数;
function[y med n]=k_medoids(sample,k)
- 2022-05-19 08:21:50下载
- 积分:1