1
20/8/2015 https://www.clear.rice.edu/elec301/Projects02/empiricalMode/process.html https://www.clear.rice.edu/elec301/Projects02/empiricalMode/process.html 1/1 Empirical Mode Decomposition Group Members: Max Lambert, Andrew Engroff, Matt Dyer, Ben Byer Navigation: Introduction/Overview Process Application Synthetic vs. Natural Comparison Conclusions MATLAB Code Extras Process The EMD will break down a signal into its component IMFs. An IMF is a function that: 1. has only one extreme between zero crossings, and 2. has a mean value of zero. In order to describe the process, we borrow from our poster the following section: The Sifting Process The sifting process is what EMD uses to decomposes the signal into IMFs. The sifting process is as follows: For a signal X(t), let m 1 be the mean of its upper and lower envelopes as determined from a cubicspline interpolation of local maxima and minima. The locality is determined by an arbitrary parameter; the calculation time and the effectiveness of the EMD depends greatly on such a parameter. The first component h 1 is computed: h 1 =X(t)m 1 In the second sifting process, h1 is treated as the data, and m 11 is the mean of h 1 s upper and lower envelopes: h 11 =h 1 m 11 This sifting procedure is repeated k times, until h 1k is an IMF, that is: h 1(k1) m 1k =h 1k Then it is designated as c 1 =h 1k , the first IMF component from the data, which contains the shortest period component of the signal. We separate it from the rest of the data: X(t)c 1 =r 1 The procedure is repeated on r j :r 1 c 2 = r 2 ,....,r n1 c n =r n The result is a set of functions; the number of functions in the set depends on the original signal. For a visualization of the sifting process, check out this mpeg we found while looking for information on our topic.

Https Www.clear.rice.Edu Elec301 Projects02 EmpiricalMode Process

Embed Size (px)

DESCRIPTION

Difraction

Citation preview

Page 1: Https Www.clear.rice.Edu Elec301 Projects02 EmpiricalMode Process

20/8/2015 https://www.clear.rice.edu/elec301/Projects02/empiricalMode/process.html

https://www.clear.rice.edu/elec301/Projects02/empiricalMode/process.html 1/1

Empirical Mode DecompositionGroup Members: Max Lambert, Andrew Engroff, Matt Dyer, Ben Byer

Navigation: Introduction/Overview Process Application Synthetic vs. Natural Comparison Conclusions MATLAB Code Extras

ProcessThe EMD will break down a signal into its component IMFs.An IMF is a function that:

1. has only one extreme between zero crossings, and2. has a mean value of zero.

In order to describe the process, we borrow from our poster thefollowing section:

The Sifting Process

The sifting process is what EMD uses to decomposes thesignal into IMFs.The sifting process is as follows:For a signal X(t), let m1 be the mean of its upper and lowerenvelopes as determined from a cubic­spline interpolationof local maxima and minima. The locality is determined byan arbitrary parameter; the calculation time and theeffectiveness of the EMD depends greatly on such aparameter.The first component h1 is computed:h1=X(t)­m1In the second sifting process, h1 is treated as the data, andm11 is the mean of h1s upper and lower envelopes:h11=h1­m11This sifting procedure is repeated k times, until h1k is anIMF, that is:h1(k­1)­m1k=h1kThen it is designated as c1=h1k, the first IMF componentfrom the data, which contains the shortest periodcomponent of the signal. We separate it from the rest of thedata: X(t)­c1 = r1 The procedure is repeated on rj: r1­c2 =r2,....,rn­1 ­ cn = rn

The result is a set of functions; the number of functions in the setdepends on the original signal.For a visualization of the sifting process, check out this mpeg we foundwhile looking for information on our topic.