搜索资源列表
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
二维直方图熵阈值法
- 计算图像的二维直方图,通过信息熵算法确立阈值,以此为依据对图像进行分割。
Image.rar
- matlab 关于二值图像熵和交叉熵的计算程序,这一程序与结合其它方法对图像进行分割,作为一个判断标准.,matlab on the binary image entropy and cross entropy calculation procedure, which in combination with other methods and image segmentation, as a criterion.
multil-information
- 计算两组信号互信息熵值的算法,采用matlab编程,可直接调用函数-Two sets of signals calculated values of mutual information method, using matlab programming, call the function directly
tuxiangchuli
- 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
vad_osf
- 通过计算短时信号熵,与阈值比较,得到判决结果。并采用顺序统计滤波器(最大值滤波器)对所得熵值滤波,提高判决精度。 能有效的分辨出语音信号和噪声信号,且通过后端平滑处理,使语音检测结果更加集中。-VAD based on short-time entropy, precision improved by using order-statistical-filter, VAD result is smoothed to make the result more accurate.
1234567
- matlab仿真实现不同类型信号的熵值计算-entropy calculation of communication signal
shangzhifa
- 根据熵值法的计算过程编写的matlab代码,直接输出得分。(Entropy method, direct output score.)
熵权法原理
- 熵权法是一种客观赋权方法。它十分复杂,计算步骤如下: a.构建各年份各评价指标的判断矩阵: b.将判断矩阵进行归一化处理, 得到归一化判断矩阵: c.根据熵的定义,根据各年份评价指标,可以确定评价指标的熵。 d.定义熵权。定义了第n个指标的熵后,可得到第n个指标的熵权。 f.计算系统的权重值。(Entropy weight method is an objective method of empowerment. It is very complicated. Th
Entropy
- 常见的熵值计算的matlab 程序统计 样本熵 模糊熵 排列熵 多尺度熵 层次熵等(SampleEntorpy FuzzyEntropy PermutationEntropy HierarchicalEntropy)
Sample Entropy
- 求一维时间序列的样本熵(Sample Entropy)值,包含 计算时间序列样本熵值的程序 :SampEn.m 调用SampEn的例程 SampEn_test 和测试数据数据 data 测试结果为 0.1736(calculate the sample entropy of one dimensional time series)
实验一
- 信息量的计算,包括信源熵,条件熵,联合熵和交互熵四种熵值计算(The calculation of the amount of information)
Entropy_measures
- 熵值计算的matlab 程序包括样本熵,近似熵,条件熵等(Matlab program for entropy calculation Including sample entropy ,approximate entropy,conditional entropy and so on.)
Power-comput
- 信号功率谱的熵值计算,可用于信号分析或者信号处理(The entropy value of signal power spectrum can be used for signal analysis or signal processing.)
信息熵计算
- 可有效计算各类熵值,信息熵、样本熵、谱熵计算,与其他程序相似(It can effectively calculate all kinds of entropy, information entropy, sample entropy and spectral entropy, similar to other programs.)
样本熵
- 给已知的若干组脑电数据进行样本熵值的计算(Sample entropy calculation for a number of known sets of EEG data.)
近似熵源码
- 计算时间序列近似熵的代码:近似熵 近似熵值小意味着数据是可预测的,而值大意味着数据是不可预测的
20181024
- 用熵值来对干扰效果进行评估,包括了熵值计算过程和原理,可以看一下(Entropy value is used to evaluate the interference effect, including the calculation process and principle of the entropy value.)
常见的熵值计算的matlab 程序
- 常见的熵值计算主函数,样本熵、分布熵、排列熵等,只需自己编写主运算程序就能运算