-
NEWwork1
认知无线电 2比特量化 EGC 硬判决仿真(Cognitive radio, two-bit quantization the EGC hard judgment simulation)
- 2012-07-22 13:16:00下载
- 积分:1
-
VHF_DPD_Ver1
Implementation of Digital predistortion in simulink using Saleh Memoryless Non-linearity and Least Squares method. I modified inbuilt OFDM block with Raised cosine block
- 2014-02-19 13:09:38下载
- 积分:1
-
svrmain
说明: svm预测教程,适合新手学习,2020版本(The SVM prediction tutorial, suitable for beginners learning, 2020 edition)
- 2021-03-28 23:31:09下载
- 积分:1
-
antclustering
ant clustering and rgb
- 2010-07-01 16:55:16下载
- 积分:1
-
msk1
基于Matlab的msk调制(Simulink文件)(Matlab based on the msk modulation (Simulink documentation))
- 2009-04-25 15:41:09下载
- 积分:1
-
Snake
基于matlab GUI的贪吃蛇游戏程序。(Matlab GUI based on the Snake games.)
- 2010-11-11 22:42:27下载
- 积分:1
-
matlabjixie
matlab对机械四杆结构的仿真动画,很难找的,很有价值。(matlab mechanical simulation of four-bar structure animations, it is difficult to find, great value.)
- 2010-12-01 13:13:35下载
- 积分:1
-
isight_01
说明: 发动机喷管设计以及性能优化计算,由isight实现,bat批处理(the calculation for out)
- 2011-04-11 23:13:16下载
- 积分:1
-
contour
les contours actif parametrique (snakes)
- 2012-06-02 06:25:29下载
- 积分:1
-
K-meanCluster
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-element clusters
Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster.
Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample.
Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. (How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.)
- 2007-11-15 01:49:03下载
- 积分:1