文件名称:Matlab runcode
介绍说明--下载内容来自于网络,使用问题请自行百度
EMD(经验模态分解,全称Empirical Mode Decomposition,一般指EMD算法)是Hilbert-Huang变换(HHT)的核心算法。
经验模态分解(EMD)算法是通过算法过程定义的,而并非由确定的理论公式定义的,所以对其进行准确的理论分析非常困难,我们目前只能借助大量的数字仿真试验不断对其性能进行深入的研究。 EMD算法的目的在于将性能不好的信号分解为一组性能较好的本征模函数(IMFIntrinsic Mode Function ),且IMF须满足以下两个性质:
(1)信号的极值点(极大值或极小值)数目和过零点数目相等或最多相差一个;
(2)由局部极大值构成的上包络线和由局部极小值构成的下包络线的平均值为零。
EMD算法的计算步骤如下:
(1)找出原数据序列X(t)的所有极大值点和极小值点,将其用三次样条函数分别拟合为原序列的上和下包络
线;上下包络线的均值为m1;将原数据序列减去m1可得到一个减去低频的新序列h,即h1=X(t)-m1;
一般h1不一定是平稳数据序列,为此需对它重复上述过程。如h1的包络均值为m11,则去除该包络平均所代表的低频成分后的数据序列为h11,即h11=h1-m11
重复上述过程,这样就得到第一个本征模函数分量c1,它表示信号数据序列最高频率的成分。(EMD (Empirical Mode Decomposition, generally referred to as EMD Algorithm) is the core algorithm of the Hilbert-Huang Transform (HHT).
The Empirical Mode Decomposition (EMD) algorithm is defined by the algorithm process and is not defined by the definite theoretical formula. Therefore, it is very difficult to conduct accurate theoretical analysis on it. We can only rely on a large number of digital simulation tests to continuously evaluate its performance. Conduct in-depth research. The purpose of the EMD algorithm is to decompose a signal with poor performance into a set of better-performing IMMF ntrinsic mode functions, and the IMF must satisfy the following two properties:
(1) The number of extreme points (maximum or minimum values) of the signal and the number of zero-crossings are equal or at most one difference;)
经验模态分解(EMD)算法是通过算法过程定义的,而并非由确定的理论公式定义的,所以对其进行准确的理论分析非常困难,我们目前只能借助大量的数字仿真试验不断对其性能进行深入的研究。 EMD算法的目的在于将性能不好的信号分解为一组性能较好的本征模函数(IMFIntrinsic Mode Function ),且IMF须满足以下两个性质:
(1)信号的极值点(极大值或极小值)数目和过零点数目相等或最多相差一个;
(2)由局部极大值构成的上包络线和由局部极小值构成的下包络线的平均值为零。
EMD算法的计算步骤如下:
(1)找出原数据序列X(t)的所有极大值点和极小值点,将其用三次样条函数分别拟合为原序列的上和下包络
线;上下包络线的均值为m1;将原数据序列减去m1可得到一个减去低频的新序列h,即h1=X(t)-m1;
一般h1不一定是平稳数据序列,为此需对它重复上述过程。如h1的包络均值为m11,则去除该包络平均所代表的低频成分后的数据序列为h11,即h11=h1-m11
重复上述过程,这样就得到第一个本征模函数分量c1,它表示信号数据序列最高频率的成分。(EMD (Empirical Mode Decomposition, generally referred to as EMD Algorithm) is the core algorithm of the Hilbert-Huang Transform (HHT).
The Empirical Mode Decomposition (EMD) algorithm is defined by the algorithm process and is not defined by the definite theoretical formula. Therefore, it is very difficult to conduct accurate theoretical analysis on it. We can only rely on a large number of digital simulation tests to continuously evaluate its performance. Conduct in-depth research. The purpose of the EMD algorithm is to decompose a signal with poor performance into a set of better-performing IMMF ntrinsic mode functions, and the IMF must satisfy the following two properties:
(1) The number of extreme points (maximum or minimum values) of the signal and the number of zero-crossings are equal or at most one difference;)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Matlab runcode\Matlab runcode\eemd.m | 5276 | 2009-10-08 |
Matlab runcode\Matlab runcode\ex02d.m | 5152 | 2009-10-13 |
Matlab runcode\Matlab runcode\fa.m | 7969 | 2018-03-15 |
Matlab runcode\Matlab runcode\FSPHSP.m | 3794 | 2009-10-12 |
Matlab runcode\Matlab runcode\ifndq.m | 3502 | 2009-10-08 |
Matlab runcode\Matlab runcode\NCU2009V1.txt | 7709 | 2009-10-27 |
Matlab runcode\Matlab runcode\nnspa.m | 8575 | 2009-10-27 |
Matlab runcode\Matlab runcode\nnspe.m | 8085 | 2009-10-27 |
Matlab runcode\Matlab runcode\nspplota.m | 7539 | 2009-10-09 |
Matlab runcode\Matlab runcode\nspplote.m | 7520 | 2009-10-09 |
Matlab runcode\Matlab runcode\ratio1.m | 664 | 2009-10-11 |
Matlab runcode\Matlab runcode\ratioa.m | 914 | 2009-10-11 |
Matlab runcode\Matlab runcode\significanceIMF.m | 2420 | 2009-10-08 |
Matlab runcode\Matlab runcode\signiplotIMF.m | 2730 | 2009-10-08 |
Matlab runcode\Matlab runcode\test.m | 1169 | 2012-10-01 |
Matlab runcode\Matlab runcode\子系统\blocknormalize.m | 4316 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\confidenceLine.m | 5770 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\dist_value.m | 2115 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\emax.m | 853 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\emin.m | 867 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\endprocess1.m | 9997 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\endprocess1.p | 1296 | 2009-11-25 |
Matlab runcode\Matlab runcode\子系统\extrema.m | 4361 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\FAacos.m | 3356 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\FAcosfor.m | 3013 | 2009-10-21 |
Matlab runcode\Matlab runcode\子系统\FAhilbert.m | 1528 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\FAimphilbert.m | 1603 | 2009-10-27 |
Matlab runcode\Matlab runcode\子系统\FAquadrature.m | 7896 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\FAzc.m | 6695 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\findcriticalpoints.m | 3103 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\findEE.m | 6536 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\findEEfsp.m | 11957 | 2009-10-12 |
Matlab runcode\Matlab runcode\子系统\fspecial.m | 13153 | 2009-10-11 |
Matlab runcode\Matlab runcode\子系统\hilbert.m | 2207 | 2009-10-11 |
Matlab runcode\Matlab runcode\子系统\hilbertnormalize.m | 1683 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\hilbtm.m | 18846 | 2009-10-27 |
Matlab runcode\Matlab runcode\子系统\linearnormalize.m | 3610 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\local_max.m | 2614 | 2009-10-09 |
Matlab runcode\Matlab runcode\子系统\LOD-imf.csv | 319505 | 2009-06-08 |
Matlab runcode\Matlab runcode\子系统\LOD78.csv | 29021 | 2002-09-25 |
Matlab runcode\Matlab runcode\子系统\medianfilter.m | 515 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\pchipnormalize.m | 3651 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\skiphilbt_m.m | 1525 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\splinenormalize.m | 3645 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统\splinenormalizeep.m | 4204 | 2009-10-08 |
Matlab runcode\Matlab runcode\子系统 | 0 | 2018-03-07 |
Matlab runcode\Matlab runcode | 0 | 2018-03-07 |
Matlab runcode | 0 | 2018-03-05 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.