资源列表
HuffManSLN (1)
- 霍夫曼编码使用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。(Huffman Hoffman uses a variable length encoding encoding encoding table of source symbols (such as file in a letter) f
ecg_classification-master
- ECG算法,基于锚图结构的半监督学习,进行数据分类(ECG method,semi-supervised learning,label unlabel)
kernel-regression-master
- kernel方法,进行半监督学习,数据分类与识别,有标签与无标签(KERNELmethod,semi-supervised learning,classification,label unlabel)
lapsvmp_v02
- lapsvm 方法,进行半监督学习,模式识别与数据挖掘,数据分类(lapsvm method,semi-supervised learning,label unlabel)
IEEE33节点算例
- IEEE33节点配电网电磁暂态仿真模型,包含配电网无限大电源母线,三相对称的支路与负荷模型,以及各负荷点处测量单元。(The electromagnetic transient simulation model of IEEE33 node distribution network includes the infinite bus of distribution network, the three-phase symmetrical branch and load model, and th
NumPy Cookbook
- NumPy Cookbook,数值计算的学习资料(This book is for scientists engineers programmers or analysts with a basic knowledge of Python and NumPy)
约束非线性优化问题求解
- 最优化 ,matlab, 约束非线性优化问题求解,约束非线性优化问题(Constrained nonlinear optimization problem)
MPPT
- 由于太阳能电池受到光强以及环境等外界因素的影响,其输出功率是变化的,光强发出的电就多,带MPPT最大功率跟踪的逆变器就是为了充分的利用太阳能电池,使之运行在最大功率点。也就是说在太阳辐射不变的情况下,有MPPT后的输出功率会比有MPPT前的要高,这就是MPPT的作用所在。(Because solar cells are affected by external factors such as light intensity and environment, their output power
希伯尔特变换的包络解调
- 故障振动信号的频域分析的经典工具,运用于诊断机械设备零件损伤故障。(A classic tool for frequency domain analysis of fault vibration signals)
testandtrain
- 利用三层卷积神经网络识别信号星座图,准确识别8psk,16psk,32psk,64qpsk四种调制方式,在低信噪比的情况下已然有良好的识别率。(The three layer convolution neural network is used to identify signal constellation, and accurately identify four modulation modes of 8PSK, 16PSK, 32psk and 64qpsk. It has a good
数据挖掘2
- 本实验文档包括了数据挖掘的分类算法,FP-growth和Apriori 算法的java程序设计实现。(This report is about the classification algorithm, it contains FP-growth algorithm and Apriori algorithm.)
数据挖掘3
- 本实验主要包括了数据挖掘的ID3和 KNN算法。(This report is manily about the Data Mining algorithm, includes the ID3 algorithm and KNN algorithm.)