搜索资源列表
memcof
- 最大熵法实现功率谱估计,内附算法实例及数据结果。-Maximum entropy power spectrum estimation method, containing the results of algorithm and data examples.
App_Entropy
- 近似熵和互近似熵的matlab代码,用于脑波分析很有用-Approximate entropy and cross approximate entropy matlab code for brain wave analysis useful
mutual_information
- 信息熵的matlab源代码,用于时间序列的分析-Entropy matlab source code, for time series analysis
approx_entropy
- 采用matlab编程实现的近似熵的计算。近似熵是一个从衡量时间序列复杂性的角度出发的反映信号整体特征的指标-Calculated using approximate entropy matlab programming to achieve. Approximate entropy is a sequence complexity measure of the time of departure the perspective of the indicators reflect the ove
approximate-entropy-matlab-program
- 通过近似熵函数 提取数据特征并画出曲线,可以直接运行-By approximate entropy feature extraction data and draw the curve, you can directly run
heiling
- 能量熵的计算,对于初学matlab的同学会有帮助,pwm整流器的建模仿真。- Energy entropy calculation, Matlab for beginner students will help, Modeling and simulation pwm rectifie.
laoqing
- 这是第二能量熵的matlab代码,基于混沌的模拟退火算法,对于初学者具有参考意义。- This is the second energy entropy matlab code, Chaos-based simulated annealing algorithm, For beginners with a reference value.
faifao
- matlab编写的元胞自动机,能量熵的计算,有均匀线阵的CRB曲线。- matlab prepared cellular automata, Energy entropy calculation, There ULA CRB curve.
ningkai_v76
- 主要是基于mtlab的程序,关于超声波倒车雷达测距的,这是第二能量熵的matlab代码。- Mainly based on the mtlab procedures, About ultrasonic parking radar ranging, This is the second energy entropy matlab code.
tuihou_v68
- 能量熵的计算,基于互功率谱的时延估计,相关分析过程的matlab方法。- Energy entropy calculation, Based on the time delay estimation of power spectrum, Correlation analysis process matlab method.
nengei
- 这是第二能量熵的matlab代码,matlab实现了五类灰色关联度模型的计算,图像的光流法计算的matlab程序。- This is the second energy entropy matlab code, matlab implements five gray correlation degree computing model, Image optical flow calculation matlab program.
fingkan
- 有均匀线阵的CRB曲线,实现典型相关分析,这是第二能量熵的matlab代码。- There ULA CRB curve, Achieve canonical correlation analysis, This is the second energy entropy matlab code.
fingleng_v13
- 电力系统暂态稳定程序,可以进行暂态稳定计算,基于负熵最大的独立分量分析,这是一个好用的频偏估计算法的matlab仿真程序。- Power System Transient Stability Program, can be transient stability, Based on negative entropy largest independent component analysis, This is a useful frequency estimation algorithm mat
peilui
- 包括轨道机动仿真、初轨计算,这是第二能量熵的matlab代码,一个计算声子晶体结构的一维传递矩阵法。- Including orbital maneuvering simulation, initial orbit calculation, This is the second energy entropy matlab code, A one-dimensional transfer matrix method to calculate the phonon crystal structure
piebun
- 计算互信息非常有用的一组程序,这是第二能量熵的matlab代码,实现串口的数据采集。- Mutual information is useful to calculate a set of procedures, This is the second energy entropy matlab code, Achieve serial data acquisition.
faipeng
- 独立成分分析算法降低原始数据噪声,这是第二能量熵的matlab代码,各种资源分配算法实现。- Independent component analysis algorithm reduces the raw data noise, This is the second energy entropy matlab code, Various resource allocation algorithm.
yaotiu_v58
- 这是第二能量熵的matlab代码,Gabor小波变换与PCA的人脸识别代码,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述。- This is the second energy entropy matlab code, Gabor wavelet transform and PCA face recognition code, Monte Carlo simulation method of calculating the American option price and basic d
基于熵理论的英文文本信息量统计
- 进行文章里的字母实验,统计了文章中的26个英文字母的熵,联合熵和条件熵。利用matlab的统计工具进行了联合熵和条件熵的简单计算,得出26个字母在《圣经》中的概率分布直方图。 关键词:熵;信息量;统计理论;联合概率;条件概率(Carry on the letter experiment in the article, count the entropy of the 26 English letters in the article, combine entropy and condition
局部最大熵形函数matlab程序
- 局部最大熵近似形函数matlab程序,主要用于无网格计算。 This set of Matlab functions computes the Calculation of the local maximum-entropy shape functions with Newton's method as described in section 4.2 of [1]. The core functions are shapef.m and Gamma_.m. The rest is pro
Sample Entropy
- 求一维时间序列的样本熵(Sample Entropy)值,包含 计算时间序列样本熵值的程序 :SampEn.m 调用SampEn的例程 SampEn_test 和测试数据数据 data 测试结果为 0.1736(calculate the sample entropy of one dimensional time series)