搜索资源列表
multiscale-entropy
- 这种算法国内还没有开展。很有用的。 基于尺度变化的熵计算,能快速的计算熵值。-this algorithm has not been carried out internally. Very useful. Based on the change of entropy scale, it can quickly calculate the entropy.
AllShang
- 实现编码理论中各种熵的计算,且输入值是可变的-achieve various coding theory of entropy, and the import value of the variable
Sample-Entropy-VB
- 样本熵是一种有别于近似熵的不计数自身匹配的统计量,是对于近似熵算法的改进。样本熵与近似熵的物理意义一样,表示非线性动力学系统产生新模式概率的大小,主要用来定量刻画系统的规则度及复杂度。样本熵值越低,序列自我相似性越高,产生新模式的概率越低,时间序列越简单;反之,样本熵值越大,序列自我相似性越低,产生新模式的概率越高,时间序列越复杂。样本熵计算用程序VB6.0语言实现。-Sample entropy is different from the research and development o
Huffman
- 使用huffmandict函数对《小时代》进行编码,计算了整个编码的平均码长、最大码长、信息熵、编码效率的值-Use huffmandict function small time to encode the entire computing average code length coding, the maximum code length, information entropy coding efficiency values
singgou_v52
- 大学数值分析算法,能量熵的计算,插值与拟合的matlab实现。- University of numerical analysis algorithms, Energy entropy calculation, Interpolation and fitting matlab implementation.
ApEn
- 计算一维时间序列的近似熵值,纯手工编写,嵌入维度固定在2维,交流交流-Calculate the approximate entropy of one-dimensional time series, hand written, embedded dimension fixed in 2 dimensions
Sample Entropy
- 求一维时间序列的样本熵(Sample Entropy)值,包含 计算时间序列样本熵值的程序 :SampEn.m 调用SampEn的例程 SampEn_test 和测试数据数据 data 测试结果为 0.1736(calculate the sample entropy of one dimensional time series)