资源列表
main
- 交通流元胞自动机NS模型,可为新手所用。(Traffic flow, cellular automata, NS model)
KNN
- K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering metho
ccccc
- this code is colume section program matlab code
knn1
- K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering metho
23825750area-load
- load of area in power system
PLS
- 偏最小二乘法的细节算法,有助于进行数据处理的分析。(Partial least square method)
fig
- weilbull计算,三参数分布的威布尔函数(matlab weibull distribution)
Wavelength_2_RGB
- 光谱波长值转RGB值。输入不同波长输出其对应的光的颜色,(wavelength to RGB. Spectral wavelength value RGB. Enter different wavelengths to output the color of the corresponding light,)
CCA
- 可以进行典型相关分析,注释很详细,可以直接调用(cca Canonical correlation analysis can be done, annotation is very detailed, can be called directly)
monituibei
- 模拟退火基础代码,变异方式为随机变异,,附上基于随机步长的变异方式(Simulated annealing basis code, the mutation is random variation)
rls&lsm
- LMS algorithm and RLS algorithm set routines
跳频与扫频信号发生
- 用chirp函数实现了多个跳频信号在时间轴上依次出现,作为跳频发生信号的模型,可用于进一步的信号处理。(With the chirp function to achieve a number of frequency hopping signal in the time axis in turn appear as a frequency hopping signal generation model can be used for further signal processing.)