-
kmeans
k均值算法是一种迭代求解的聚类分析算法,其步骤是随机选取K个对象作为初始的聚类中心,然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。(kmeans algorithm is an iterative solution clustering analysis algorithm. First, the initial clustering centers are randomly selected. Then, distance between between each point ans others are calculated, and each data point is designed to its nearest clustering center.)
- 2020-06-21 23:40:01下载
- 积分:1
-
code
说明: GA-BP神经网络,包含数据和代码,绝对好用,亲测有效(GA-BP neural network, including data and code)
- 2020-09-26 22:03:08下载
- 积分:1
-
ArrayIntervalMax
在一个给定的时间段内查找对应数组的最大值(In a given period of time to find the maximum value corresponds to an array)
- 2010-01-05 21:57:44下载
- 积分:1
-
BLDC_Control
In This Matlab Simulation, We simulate Control System Of BLDC Motor Speed Control With Addaptive Fuzzy Sliding Mode Control And Simulatione Show That The result is better than other Control Method Such as Conventional PID.
- 2013-02-18 23:04:46下载
- 积分:1
-
rj677
线性调频脉冲压缩的Matlab程序,有信道编码,调制,信道估计等,分析了该信号的时域、频域、倒谱,循环谱等。( LFM pulse compression of the Matlab program, Channel coding, modulation, channel estimation, Analysis of the signal time domain, frequency domain, cepstrum, cyclic spectrum, etc.)
- 2017-05-29 10:00:22下载
- 积分:1
-
EEG Waveform Mapping Program
脑电波形图绘制程序,包含调整坐标轴位置、范围等内容的代码示例(EEG Waveform Mapping Program)
- 2021-02-09 10:09:53下载
- 积分:1
-
decompression
Main program for decompression
- 2009-12-19 02:27:24下载
- 积分:1
-
LMS_equalizer
自适应均衡中LMS算法的仿真程序,输出曲线与均方误差曲线(Adaptive equalization in the LMS algorithm simulation program, the output curve and the mean square error curve)
- 2011-06-20 16:30:32下载
- 积分:1
-
block
matlab图像处理下的特定图像的识别与距离的测量(matlab image processing of the specific image recognition and distance measurement)
- 2013-08-04 11:52:04下载
- 积分:1
-
graph-theory-in-matlab
图论算法及MATLAB程序代码,包含算法pdf文档和M文件。Warshall-Floyad算法,Kruskal避圈法,匈牙利算法,可行点标记求最佳匹配算法,Ford--Fulkerson标号法求最大流算法,最小费用最大流算法。求解数学模型必备!(Graph theory algorithms and MATLAB code contains of algorithm pdf documents and M files. The the Warshall-Floyad algorithm, Kruskal avoid lap law, Hungary algorithm feasible point mark for the best matching algorithm, Ford- Fulkerson labeling method for maximum flow algorithm, minimum cost maximum flow algorithm. To solve the mathematical model is essential!)
- 2013-03-20 13:09:27下载
- 积分:1