SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Research in Engineering and Science (IJRES)
ISSN (Online): 2320-9364, ISSN (Print): 2320-9356
www.ijres.org Volume 3 Iszue 8 ǁ August. 2015 ǁ PP.01-07
www.ijres.org 1 | Page
An Improved Empirical Mode Decomposition Based On Particle
Swarm Optimization
Zhou Zhi-Feng1
, Li Qing-Liang2
(1. School of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai 201620)
(2. School of Mechanical and Electronic Engineering, Shenzhen Institute of Information Technology,
Shenzhen 518172 )
Abstract: End effect is the main factor affecting the application of Empirical Mode Decomposition (EMD).
This paper presents an improve EMD for decomposing short signal. First, analyzing the frequency components
of signal to be decomposed, and construct the parameter equation with the amplitude and initial phase of signal
as unknowns. Second, employing particle swarm optimization (PSO) to estimate the unknown parameters, and
extending the inspected signal according to the obtained parameters. Thirdly, using EMD to decompose the
extended signal into a series of intrinsic mode functions (IMFs) and a residual. The IMFs of original signal are
extracted from these obtained IMFs. The correlation coefficients between the IMFs and the signal are calculated
to judge the pseudo-IMFs. The simulation result shows that the presented method is effective and extends the
application of EMD.
Key words: empirical mode decomposition, end effect, particle swarm optimization, short signal
I. Introduction
Empirical mode decomposition (EMD) is a signal process method first proposed by Huang [1]
in 1998. EMD
can decompose a given signal into a collection of Intrinsic Mode Functions (IMF) and a residue. The residue
denotes the slowest frequency of signal, usually a trend of given signal. Every IMF denotes one frequency
component of signal, usually local characteristics of given signal. EMD is an effective method for analyzing
nonlinear and non-stationary signal. EMD method is widely used in image processing [2]
, fault diagnosis [3]
,
earthquake signal processing [4]
, and so on. EMD method itself has a limitation called end effect. End effect
directly influences application performance of EMD. Mirror image method, global statistics method, neural
network method and auto regressive moving average (ARMA) model method have been proposed to control end
effect [5]. Good performances have been achieved in some researches by using theses methods. In practice, we
often need to analyze short signal containing few extreme points. If we use EMD to decompose this short signal
directly, the decomposition result will be poor and the IMFs obtained can not accurately reflect the
characteristics of decomposed signal. The improved EMD methods mentioned above also cannot work well.
In this paper, endpoint extension based Particle Swarm Optimization (PSO) is presented to improve EMD
performance. In the following sections, the concept and steps of EMD are introduced; the causes of producing
end effect and pseudo-IMF are analyzed; the concept and algorithm of PSO is introduced; improved EMD based
PSO is proposed; the simulation is conducted to evaluate the performance of the proposed method.
II. Empirical mode decomposition
EMD can decompose a given signal into a collection of IMFs and a residue. An IMF is a function that
satisfies two conditions [1]
: (a) in the whole data set, the number of extrema and the number of zero crossing must
either equal or differ at most by one; (b) at any point, the mean value of the envelope defined by the local maxima
and the envelope defined by the local minima is zero. Given a signal x(t), the effective algorithm of EMD can be
An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization
www.ijres.org 2 | Page
summarized as follows[1]
:
1) Identify all extrema of x(t);
2) Interpolate between maxima (respectively minima), ending up with some envelope emax(t) (respectively
emin(t));
3) Compute the average m(t)=( emax(t) + emin(t))/2;
4) Extract the detail d(t)=x(t)-m(t);
5) Iterate on the residual r(t).
In practice, the above procedure has to be refined by a sifting process which amounts to first iterating steps 1)
- 4) upon the detail signal d(t), until the latter can be considered as zero-mean according to the standard
deviation[1]
2
1
2
0 1
( ) ( )
( )
T
k k
t k
d t d t
SD
d t

 
 
  
  
 , (1)
where dk(t) denotes the k-th detail during the sifting process. The typical value for SD can be set from 0.2 to 0.3.
Once SD reaches the typical value, the detail dk(t) can be considered as the effective IMF, the corresponding
residual is computed by
( ) ( ) ( )kr t x t d t  , (2)
and step 5) applies. When the residual r(t) becomes a monotonic function from which no more IMF can be
extracted, we have
1
( ) ( ) ( )
n
i n
i
x t c t r t

  , (3)
where ci(t) (i=1,2,…,n) denotes IMF and rn(t) denotes the residue, and c1(t) has the locally highest frequency in
x(t), while rn(t) contains the slowest frequency, usually a trend of x(t).
III. End effect and Pseudo-IMF
Let x(t)=2+sin(4πt)+sin(10πt+0.5π) be an inspected signal, where 2 denotes the static component, two sin
functions denote the dynamic components. The sampling interval is 0.01s. The sampling time is 2s. Fig.1 shows
the decomposition result with EMD. The signal x(t) has been decomposed into five IMFs and a residual. Imf1,
imf2, imf3, imf4, imf5 and r5 denote IMFs and residual, respectively. Note that the inspected signal x(t) only
contains two frequency components. Therefore, only two among the five IMFs are the desirable IMFs, and the
other three IMFs are the undesirable IMFs. In this paper, the undesirable IMF is called pseudo-IMF.
Since pseudo-IMF is not the real frequency component of the inspected signal, it should have weak
correlation with the inspected signal. We can use the correlation coefficient of IMF with the inspected signal to
judge whether an IMF is the pseudo-IMF. Here, the correlation coefficient can be described as [6]
1 1 1
2 2 2 2
1 1 1 1
( ) ( ) ( ) ( )
( ) ( ( )) ( ) ( ( ))
N N N
i i
n n n
i
N N N N
i i
n n n n
N x n c n x n c n
N x n x n N c n c n
  
   

 
   
    
   
  
   
(4)
where x(n) denotes the inspected signal, ci(n) denotes the i-th IMF, N denotes the samples number of the inspected
signal, λi denotes the correlation coefficient for the i-th IMF with the inspected signal x(t). Set a value, when λi
less than the value, we can judge the i-th IMF as pseudo-IMF. In fig.1, the correlation coefficients for every IMF
with x(n) are 0.6868, 0.5405, 0.0007, 0.0145 and 0.0081, respectively. If λ=0.1, then imf3, imf4 and imf5 can be
regarded as pseudo-IMFs.
An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization
www.ijres.org 3 | Page
Figure 1. EMD with end points
Inspecting imf1, imf2, imf3, imf4 and imf5 in fig.1, we can find that every IMF is 0 at t=0. At the same time,
we study the composition of signal x(n). The dynamic component sin(10πt+0.5π) is 1 at t=0. It is clear that imf1
distortion is obvious near t=0.
The procedure of EMD is a kind of interpolating process based on signal extremum points. In practice, it is
difficult to know whether two end points of signal are the extremum points. During the decomposition, two end
points of signal are often simultaneously regarded as maximum point and minimum point. The envelope lines
based extremum points will inevitably deform near the end points of signal, which results in distortion of IMFs
derived from envelope lines. With the decomposition of signal, IMFs’ distortion will extend from signal end to
signal middle. When signal is short, IMFs’ distortion is especially obvious. The phenomenon of IMFs’ distortion
near the end points is called end effect in this paper.
End effect directly influences EMD application. End points extending methods are often employed to control
end effect. The basic principle of end points is to predict location and magnitude of data points outside of signal
end points. Mirror method, statistical method, polynomial fitting method and neural network method are used to
extend end points in [5]. In this paper, PSO is employed to estimate the data points outside of signal end points.
IV. Particle Swarm Optimization
Particle swarm optimization (PSO) is a global optimization method firstly proposed by J.Kennedy and
R.C.Eberhart [7] in 1995. PSO searches the optimal solution by simulating the behavior of bird flock looking for
food, and has been widely used to solve nonlinear, non-differentiable, multi-modal problems.
PSO initializes a group of random particles, each of which represents a potential solution to a problem. The
performance of each article is assessed by the fitness function previously constructed. Each particle adjusts its
flying according to its own flying experience and its companions’ fly experience in solution space. In every
generation particle swarm, each particle tracks two best values. The first one is the optimal solution found by
particle own so far. The second one is the optimal solution found by whole particle swarm so far. By iteration
research, the optimal solution can be obtained. The basic principle and steps of PSO are described in detail in
[8].
For improving the performance of PSO, a weight is introduced in practice. The velocity equation of
standard PSO can be modified as [9]
1
1 1 2 2( ) ( )t t t t t t
id id id id gd idv v c r p x c r p x
    
, (5)
An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization
www.ijres.org 4 | Page
where  is a weight which affects the proportion of the particle’s previous velocity in current velocity. If the
valuate of  is large, then the global search performance of PSO is good and the local search performance is
bad, and vice versa. A good weight will improve the performance of PSO and reduce the iteration times;
t
idv
and
t
idx
are the velocity and position of the i-th particle at t time; c1 and c2 are two positive constants (usually
c1= c2=2); r1 and r2 are two random numbers in the range [0, 1];
t
idp
and
t
gdp
are individual optimal
position and global optimal position at t time
For a good balance between global optimization and local optimization of PSO, an inertia weight [10] is
presented as following
start end
start
max
 
  


  
, (6)
where max is the maximum iteration number,  is the current iteration number, start and end are the
initial weight and final weight, respectively. At beginning, a large weight is good for global optimizing and fast
search the region containing the optimal solution. The weight becomes small and small with iteration and the
local searching performance of PSO is gradually improved, the global optimal solution can be obtained at last.
V. Improved EMD
Improved EMD based PSO can be summarized as follows:
1) Analyzing the frequency components of decomposed signal, and constructing the parameter equation of
decomposed signal
1
( ) sin(2 )
n
i i i
i
f t w A f t

     (7)
where t is the sampling time, w is the static component, n is the number of the dynamic components, iA and
i are the amplitude and initial phase of the i th dynamic component respectively, if is the i th
frequency component obtained by spectral analysis.
2) Constructing the objective equation
2
1
( ) min ( ( ) ( ))
n
i
G f iT y iT

 X , (8)
where T is the sampling interval, n is the sample number of signal )(ty , [ , , 1, 2, , ]T
i iw A i n   X is
the parameter vector.
3) Using PSO to get the optimal estimation [ , , 1, 2, , ]T
i iw A i n
   
   X , and reconstructing signal )(ty , and
extending the data points outside of end points of the inspected signal;
4) Decomposing the extended signal by EMD, and getting IMFs and residue of extended signal;
5) Subtracting the extended data points from the obtained IMFs and residue, and getting the true IMFs and
An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization
www.ijres.org 5 | Page
residue contained in the inspected signal;
6) Calculating the correlation coefficient between each IMF and inspected signal, and judging the pseudo-IMF
according to the correlation coefficient, pseudo-IMFs and residue added together to form the final residue of
inspected signal.
VI. Simulation
Let ( ) 1 0.2sin(2 2 /3) 0.15sin(2 5 /5) 0.1sin(2 10 /6)f t t t t            is an inspected signal,
where three sine functions denote the dynamic components contained in f(t) and 1 denotes the static component.
The sampling interval is 0.001 s and sampling time is 0.2 s. For the dynamic component
0.2sin(2 2 /3)t  , only 0.4 multi cycles can be acquired in 0.2 sampling time. In t = [0, 0.2], there are
only 4 extreme points in signal f(t). Using standard EMD method directly, the decomposition result is shown in
fig.2. There exists obvious distortion near end points of imf1 and imf2. Inspecting signal f(t) at the same time,
we can see that dynamic component 0.2sin(2 2 /3)t  has not been extracted.
Figure 2 Decomposition result of standard EMD
The frequencies obtained by spectrum analysis are regarded as the frequency components of the dynamic
components. According to signal model (7), the amplitudes and initial phases of the dynamic components and
the static component can be regarded as the unknown parameters. Combining the sampling signal with model
(7), the objective function (8) is constructed. The population size is 100, and maximum iteration is 600, and
convergence accuracy is 0.00001. The inertia weight (6) is used, and initial weight is 0.9, and final weight is 0.4.
The objective function is employed as the fitness function to assess the particles’ performance.
According to the estimations acquired, we can extend the signal to be decomposed by calculating the values
of data points outside signal endpoints. Fig.3 shows the extension results at t=[-0.4 0] and t=[0.2 0.6]. It is
clear that two extension parties are almost entirely consistent with original signal. We use EMD method to
decompose the extended signal, and compute the correlation coefficients according to equation (4). The
pseudo-IMFs and residue are added to form new residue. The new residue is regarded as the real residue of
original signal. Fig.4 shows the last decomposition result. Compared with decomposition result shown in Fig.2,
the distortions of IMFs obviously become small near the endpoints, and extract the lowest frequency component
of original signal. EMD performance is improved obviously for short signal decomposition.
An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization
www.ijres.org 6 | Page
Figure 3 Signal extension result
Figure 4 Decomposition results using improved EMD
VII. Conclusion
This paper proposes an improved EMD for decomposing short signal. The procedure can be summarized as
four steps: (1) Analyzing the frequency components of inspected signal, and regarding the static component,
amplitudes and initial phases as unknowns, and constructing the parameter equation of signal. (2) Using PSO to
obtain the optimal estimations of unknown parameters, and extending the inspected signal. (3) Using EMD to
decompose the extended signal and get IMFs and residue. (4) Subtracting the extended parties from the obtained
IMFs and get the IMFs of original signal, then calculating the correlation coefficients of each IMF and the
original signal, the pseudo-IMFs and residue are added to form the residue of original signal. The simulation
results illustrate the effectiveness of proposed method.
VIII. Acknowledgment
The work was supported by 2012 third batch abroad advanced studies plan of university young teachers in
Shanghai.
References
[1.] Huang N E, et al. The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series
analysis [A]. Proceedings of Royal Society[C], London, 1998, 44:903-995
[2.] Guo Song, Gu Guochang, Li Changyou. Adaptive image denoising based on EMD [J]. Computer Engineering and Application,
2013, 49(8): 12-16
[3.] Shi Peiming, Ding Xuejuan, Li Geng, Han Dongying. An improved method of EMD and its applications in rotating machinery
fault diagnosis [J]. Journal of Vibration and Shock, 2013, 32(3): 195-190
[4.] Zhou Xuanchi, Bai Chunhua, Li Dachao. Study on Analysis of Earthquake Signal Processing based on HHT [J]. Control
Engineering of China, 2013, 20(1): 141-144
[5.] Xu Baojie, Zhang Jianmin, Xu Xiaoli. A Study on the Method of Restraining the Ending Effect of Empirical Mode
Decomposition. Transactions of Beijing Institute of Technology, 2006, 26: 197-200.
An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization
www.ijres.org 7 | Page
[6.] Z. K. Peng, P. W. Tse, F. L. Chu. An improved Hilbert-Huang transform and its application in vibration signal analysis [J].
Journal Sound and Vibration, 2005, (286):187-205
[7.] J.Kennedy, R.C. Eberchart. Particle Swarm. Optimization [C]. Proceeding of the IEEE International Conference on Neural
Networks, Perth, Australia, 1942-1948, 1995
[8.] Li li, Niu ben.Particle Swarm Optimization Algorithm [M].Beijing:Metallurgical Industry Press,2009
[9.] Y.Shi, R. Eberhart, C. Empirical. 2000. Study of Particle Swarm Optimization [C]. Proceeding of World Multiconference on
Syatemics. Cybernetics and Informatics, Orlando, FL:1945-1950.
[10.] Y.Shi, R.C.Eberhart. 1998. A Modified Particle Swarm Optimizer [C]. Proceedings of the IEEE World Congress on
Computational Intelligence: 69-73

More Related Content

What's hot

Empirical mode decomposition and normal shrink tresholding for speech denoising
Empirical mode decomposition and normal shrink tresholding for speech denoisingEmpirical mode decomposition and normal shrink tresholding for speech denoising
Empirical mode decomposition and normal shrink tresholding for speech denoisingijitjournal
 
Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...
Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...
Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...IJERA Editor
 
Gst08 tutorial-fast fourier sampling
Gst08 tutorial-fast fourier samplingGst08 tutorial-fast fourier sampling
Gst08 tutorial-fast fourier samplingssuser8d9d45
 
JamesDPearce_MonoX
JamesDPearce_MonoXJamesDPearce_MonoX
JamesDPearce_MonoXJames Pearce
 
chapter10
chapter10chapter10
chapter10butest
 
ECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITION
ECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITIONECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITION
ECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITIONSarang Joshi
 
Entangled photon encoding using trapping of picoseconds soliton pulse
Entangled photon encoding using trapping of picoseconds soliton pulseEntangled photon encoding using trapping of picoseconds soliton pulse
Entangled photon encoding using trapping of picoseconds soliton pulseUniversity of Malaya (UM)
 
A New Approach for Speech Enhancement Based On Eigenvalue Spectral Subtraction
A New Approach for Speech Enhancement Based On Eigenvalue Spectral SubtractionA New Approach for Speech Enhancement Based On Eigenvalue Spectral Subtraction
A New Approach for Speech Enhancement Based On Eigenvalue Spectral SubtractionCSCJournals
 
Empirical Mode Decomposition
Empirical Mode DecompositionEmpirical Mode Decomposition
Empirical Mode DecompositionEmine Can
 
An Optimized Transform for ECG Signal Compression
An Optimized Transform for ECG Signal CompressionAn Optimized Transform for ECG Signal Compression
An Optimized Transform for ECG Signal CompressionIDES Editor
 
Hilbert huang transform(hht)
Hilbert huang transform(hht)Hilbert huang transform(hht)
Hilbert huang transform(hht)Puneet Gupta
 
Application of Hilbert-Huang Transform in the Field of Power Quality Events A...
Application of Hilbert-Huang Transform in the Field of Power Quality Events A...Application of Hilbert-Huang Transform in the Field of Power Quality Events A...
Application of Hilbert-Huang Transform in the Field of Power Quality Events A...idescitation
 
A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...
A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...
A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...IJCNCJournal
 

What's hot (14)

Empirical mode decomposition and normal shrink tresholding for speech denoising
Empirical mode decomposition and normal shrink tresholding for speech denoisingEmpirical mode decomposition and normal shrink tresholding for speech denoising
Empirical mode decomposition and normal shrink tresholding for speech denoising
 
Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...
Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...
Interference Cancellation by Repeated Filtering in the Fractional Fourier Tra...
 
Gst08 tutorial-fast fourier sampling
Gst08 tutorial-fast fourier samplingGst08 tutorial-fast fourier sampling
Gst08 tutorial-fast fourier sampling
 
MS Thesis Defense
MS Thesis DefenseMS Thesis Defense
MS Thesis Defense
 
JamesDPearce_MonoX
JamesDPearce_MonoXJamesDPearce_MonoX
JamesDPearce_MonoX
 
chapter10
chapter10chapter10
chapter10
 
ECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITION
ECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITIONECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITION
ECG SIGNAL DENOISING USING EMPIRICAL MODE DECOMPOSITION
 
Entangled photon encoding using trapping of picoseconds soliton pulse
Entangled photon encoding using trapping of picoseconds soliton pulseEntangled photon encoding using trapping of picoseconds soliton pulse
Entangled photon encoding using trapping of picoseconds soliton pulse
 
A New Approach for Speech Enhancement Based On Eigenvalue Spectral Subtraction
A New Approach for Speech Enhancement Based On Eigenvalue Spectral SubtractionA New Approach for Speech Enhancement Based On Eigenvalue Spectral Subtraction
A New Approach for Speech Enhancement Based On Eigenvalue Spectral Subtraction
 
Empirical Mode Decomposition
Empirical Mode DecompositionEmpirical Mode Decomposition
Empirical Mode Decomposition
 
An Optimized Transform for ECG Signal Compression
An Optimized Transform for ECG Signal CompressionAn Optimized Transform for ECG Signal Compression
An Optimized Transform for ECG Signal Compression
 
Hilbert huang transform(hht)
Hilbert huang transform(hht)Hilbert huang transform(hht)
Hilbert huang transform(hht)
 
Application of Hilbert-Huang Transform in the Field of Power Quality Events A...
Application of Hilbert-Huang Transform in the Field of Power Quality Events A...Application of Hilbert-Huang Transform in the Field of Power Quality Events A...
Application of Hilbert-Huang Transform in the Field of Power Quality Events A...
 
A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...
A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...
A JOINT TIMING OFFSET AND CHANNEL ESTIMATION USING FRACTIONAL FOURIER TRANSFO...
 

Similar to An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization

Ensemble Empirical Mode Decomposition: An adaptive method for noise reduction
Ensemble Empirical Mode Decomposition: An adaptive method for noise reductionEnsemble Empirical Mode Decomposition: An adaptive method for noise reduction
Ensemble Empirical Mode Decomposition: An adaptive method for noise reductionIOSR Journals
 
Error entropy minimization for brain image registration using hilbert huang t...
Error entropy minimization for brain image registration using hilbert huang t...Error entropy minimization for brain image registration using hilbert huang t...
Error entropy minimization for brain image registration using hilbert huang t...eSAT Publishing House
 
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...IOSR Journals
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION optljjournal
 
Design of ternary sequence using msaa
Design of ternary sequence using msaaDesign of ternary sequence using msaa
Design of ternary sequence using msaaEditor Jacotech
 
An Effective Approach for Chinese Speech Recognition on Small Size of Vocabulary
An Effective Approach for Chinese Speech Recognition on Small Size of VocabularyAn Effective Approach for Chinese Speech Recognition on Small Size of Vocabulary
An Effective Approach for Chinese Speech Recognition on Small Size of Vocabularysipij
 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Venkata Sudhir Vedurla
 
CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics
CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics
CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics Computational Materials Science Initiative
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...ijistjournal
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...ijistjournal
 
Performance comparison of automatic peak detection for signal analyser
Performance comparison of automatic peak detection for signal analyserPerformance comparison of automatic peak detection for signal analyser
Performance comparison of automatic peak detection for signal analyserjournalBEEI
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION optljjournal
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITIONVOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITIONoptljjournal
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITIONVOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITIONoptljjournal
 
Cyclostationary analysis of polytime coded signals for lpi radars
Cyclostationary analysis of polytime coded signals for lpi radarsCyclostationary analysis of polytime coded signals for lpi radars
Cyclostationary analysis of polytime coded signals for lpi radarseSAT Journals
 
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...IJRESJOURNAL
 

Similar to An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization (20)

Ensemble Empirical Mode Decomposition: An adaptive method for noise reduction
Ensemble Empirical Mode Decomposition: An adaptive method for noise reductionEnsemble Empirical Mode Decomposition: An adaptive method for noise reduction
Ensemble Empirical Mode Decomposition: An adaptive method for noise reduction
 
Error entropy minimization for brain image registration using hilbert huang t...
Error entropy minimization for brain image registration using hilbert huang t...Error entropy minimization for brain image registration using hilbert huang t...
Error entropy minimization for brain image registration using hilbert huang t...
 
Remotesensing 06-02069
Remotesensing 06-02069Remotesensing 06-02069
Remotesensing 06-02069
 
I0414752
I0414752I0414752
I0414752
 
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
De-Noising Corrupted ECG Signals By Empirical Mode Decomposition (EMD) With A...
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
 
Design of ternary sequence using msaa
Design of ternary sequence using msaaDesign of ternary sequence using msaa
Design of ternary sequence using msaa
 
An Effective Approach for Chinese Speech Recognition on Small Size of Vocabulary
An Effective Approach for Chinese Speech Recognition on Small Size of VocabularyAn Effective Approach for Chinese Speech Recognition on Small Size of Vocabulary
An Effective Approach for Chinese Speech Recognition on Small Size of Vocabulary
 
V01 i010401
V01 i010401V01 i010401
V01 i010401
 
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
Analysis the results_of_acoustic_echo_cancellation_for_speech_processing_usin...
 
CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics
CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics
CMSI計算科学技術特論A (2015) 第13回 Parallelization of Molecular Dynamics
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
 
Performance comparison of automatic peak detection for signal analyser
Performance comparison of automatic peak detection for signal analyserPerformance comparison of automatic peak detection for signal analyser
Performance comparison of automatic peak detection for signal analyser
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITIONVOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
 
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITIONVOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
VOICED SPEECH CHARACTERISATION BASED ON EMPIRICAL MODE DECOMPOSITION
 
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
 
Cyclostationary analysis of polytime coded signals for lpi radars
Cyclostationary analysis of polytime coded signals for lpi radarsCyclostationary analysis of polytime coded signals for lpi radars
Cyclostationary analysis of polytime coded signals for lpi radars
 
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
An Improved Adaptive Multi-Objective Particle Swarm Optimization for Disassem...
 

More from IJRES Journal

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...IJRES Journal
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...IJRES Journal
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityIJRES Journal
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...IJRES Journal
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesIJRES Journal
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresIJRES Journal
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...IJRES Journal
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodIJRES Journal
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionIJRES Journal
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningIJRES Journal
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchIJRES Journal
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowIJRES Journal
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...IJRES Journal
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsIJRES Journal
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalIJRES Journal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...IJRES Journal
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...IJRES Journal
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...IJRES Journal
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesIJRES Journal
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...IJRES Journal
 

More from IJRES Journal (20)

Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...Exploratory study on the use of crushed cockle shell as partial sand replacem...
Exploratory study on the use of crushed cockle shell as partial sand replacem...
 
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
Congenital Malaria: Correlation of Umbilical Cord Plasmodium falciparum Paras...
 
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate VariabilityReview: Nonlinear Techniques for Analysis of Heart Rate Variability
Review: Nonlinear Techniques for Analysis of Heart Rate Variability
 
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
Dynamic Modeling for Gas Phase Propylene Copolymerization in a Fluidized Bed ...
 
Study and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil propertiesStudy and evaluation for different types of Sudanese crude oil properties
Study and evaluation for different types of Sudanese crude oil properties
 
A Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their StructuresA Short Report on Different Wavelets and Their Structures
A Short Report on Different Wavelets and Their Structures
 
A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...A Case Study on Academic Services Application Using Agile Methodology for Mob...
A Case Study on Academic Services Application Using Agile Methodology for Mob...
 
Wear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible RodWear Analysis on Cylindrical Cam with Flexible Rod
Wear Analysis on Cylindrical Cam with Flexible Rod
 
DDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and DetectionDDOS Attacks-A Stealthy Way of Implementation and Detection
DDOS Attacks-A Stealthy Way of Implementation and Detection
 
An improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioningAn improved fading Kalman filter in the application of BDS dynamic positioning
An improved fading Kalman filter in the application of BDS dynamic positioning
 
Positioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision WorkbenchPositioning Error Analysis and Compensation of Differential Precision Workbench
Positioning Error Analysis and Compensation of Differential Precision Workbench
 
Status of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and NowStatus of Heavy metal pollution in Mithi river: Then and Now
Status of Heavy metal pollution in Mithi river: Then and Now
 
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
The Low-Temperature Radiant Floor Heating System Design and Experimental Stud...
 
Experimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirsExperimental study on critical closing pressure of mudstone fractured reservoirs
Experimental study on critical closing pressure of mudstone fractured reservoirs
 
Correlation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound SignalCorrelation Analysis of Tool Wear and Cutting Sound Signal
Correlation Analysis of Tool Wear and Cutting Sound Signal
 
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
Reduce Resources for Privacy in Mobile Cloud Computing Using Blowfish and DSA...
 
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
Resistance of Dryland Rice to Stem Borer (Scirpophaga incertulas Wlk.) Using ...
 
A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...A novel high-precision curvature-compensated CMOS bandgap reference without u...
A novel high-precision curvature-compensated CMOS bandgap reference without u...
 
Structural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubesStructural aspect on carbon dioxide capture in nanotubes
Structural aspect on carbon dioxide capture in nanotubes
 
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...Thesummaryabout fuzzy control parameters selected based on brake driver inten...
Thesummaryabout fuzzy control parameters selected based on brake driver inten...
 

Recently uploaded

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 

Recently uploaded (20)

Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 

An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization

  • 1. International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 www.ijres.org Volume 3 Iszue 8 ǁ August. 2015 ǁ PP.01-07 www.ijres.org 1 | Page An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization Zhou Zhi-Feng1 , Li Qing-Liang2 (1. School of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai 201620) (2. School of Mechanical and Electronic Engineering, Shenzhen Institute of Information Technology, Shenzhen 518172 ) Abstract: End effect is the main factor affecting the application of Empirical Mode Decomposition (EMD). This paper presents an improve EMD for decomposing short signal. First, analyzing the frequency components of signal to be decomposed, and construct the parameter equation with the amplitude and initial phase of signal as unknowns. Second, employing particle swarm optimization (PSO) to estimate the unknown parameters, and extending the inspected signal according to the obtained parameters. Thirdly, using EMD to decompose the extended signal into a series of intrinsic mode functions (IMFs) and a residual. The IMFs of original signal are extracted from these obtained IMFs. The correlation coefficients between the IMFs and the signal are calculated to judge the pseudo-IMFs. The simulation result shows that the presented method is effective and extends the application of EMD. Key words: empirical mode decomposition, end effect, particle swarm optimization, short signal I. Introduction Empirical mode decomposition (EMD) is a signal process method first proposed by Huang [1] in 1998. EMD can decompose a given signal into a collection of Intrinsic Mode Functions (IMF) and a residue. The residue denotes the slowest frequency of signal, usually a trend of given signal. Every IMF denotes one frequency component of signal, usually local characteristics of given signal. EMD is an effective method for analyzing nonlinear and non-stationary signal. EMD method is widely used in image processing [2] , fault diagnosis [3] , earthquake signal processing [4] , and so on. EMD method itself has a limitation called end effect. End effect directly influences application performance of EMD. Mirror image method, global statistics method, neural network method and auto regressive moving average (ARMA) model method have been proposed to control end effect [5]. Good performances have been achieved in some researches by using theses methods. In practice, we often need to analyze short signal containing few extreme points. If we use EMD to decompose this short signal directly, the decomposition result will be poor and the IMFs obtained can not accurately reflect the characteristics of decomposed signal. The improved EMD methods mentioned above also cannot work well. In this paper, endpoint extension based Particle Swarm Optimization (PSO) is presented to improve EMD performance. In the following sections, the concept and steps of EMD are introduced; the causes of producing end effect and pseudo-IMF are analyzed; the concept and algorithm of PSO is introduced; improved EMD based PSO is proposed; the simulation is conducted to evaluate the performance of the proposed method. II. Empirical mode decomposition EMD can decompose a given signal into a collection of IMFs and a residue. An IMF is a function that satisfies two conditions [1] : (a) in the whole data set, the number of extrema and the number of zero crossing must either equal or differ at most by one; (b) at any point, the mean value of the envelope defined by the local maxima and the envelope defined by the local minima is zero. Given a signal x(t), the effective algorithm of EMD can be
  • 2. An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization www.ijres.org 2 | Page summarized as follows[1] : 1) Identify all extrema of x(t); 2) Interpolate between maxima (respectively minima), ending up with some envelope emax(t) (respectively emin(t)); 3) Compute the average m(t)=( emax(t) + emin(t))/2; 4) Extract the detail d(t)=x(t)-m(t); 5) Iterate on the residual r(t). In practice, the above procedure has to be refined by a sifting process which amounts to first iterating steps 1) - 4) upon the detail signal d(t), until the latter can be considered as zero-mean according to the standard deviation[1] 2 1 2 0 1 ( ) ( ) ( ) T k k t k d t d t SD d t             , (1) where dk(t) denotes the k-th detail during the sifting process. The typical value for SD can be set from 0.2 to 0.3. Once SD reaches the typical value, the detail dk(t) can be considered as the effective IMF, the corresponding residual is computed by ( ) ( ) ( )kr t x t d t  , (2) and step 5) applies. When the residual r(t) becomes a monotonic function from which no more IMF can be extracted, we have 1 ( ) ( ) ( ) n i n i x t c t r t    , (3) where ci(t) (i=1,2,…,n) denotes IMF and rn(t) denotes the residue, and c1(t) has the locally highest frequency in x(t), while rn(t) contains the slowest frequency, usually a trend of x(t). III. End effect and Pseudo-IMF Let x(t)=2+sin(4πt)+sin(10πt+0.5π) be an inspected signal, where 2 denotes the static component, two sin functions denote the dynamic components. The sampling interval is 0.01s. The sampling time is 2s. Fig.1 shows the decomposition result with EMD. The signal x(t) has been decomposed into five IMFs and a residual. Imf1, imf2, imf3, imf4, imf5 and r5 denote IMFs and residual, respectively. Note that the inspected signal x(t) only contains two frequency components. Therefore, only two among the five IMFs are the desirable IMFs, and the other three IMFs are the undesirable IMFs. In this paper, the undesirable IMF is called pseudo-IMF. Since pseudo-IMF is not the real frequency component of the inspected signal, it should have weak correlation with the inspected signal. We can use the correlation coefficient of IMF with the inspected signal to judge whether an IMF is the pseudo-IMF. Here, the correlation coefficient can be described as [6] 1 1 1 2 2 2 2 1 1 1 1 ( ) ( ) ( ) ( ) ( ) ( ( )) ( ) ( ( )) N N N i i n n n i N N N N i i n n n n N x n c n x n c n N x n x n N c n c n                               (4) where x(n) denotes the inspected signal, ci(n) denotes the i-th IMF, N denotes the samples number of the inspected signal, λi denotes the correlation coefficient for the i-th IMF with the inspected signal x(t). Set a value, when λi less than the value, we can judge the i-th IMF as pseudo-IMF. In fig.1, the correlation coefficients for every IMF with x(n) are 0.6868, 0.5405, 0.0007, 0.0145 and 0.0081, respectively. If λ=0.1, then imf3, imf4 and imf5 can be regarded as pseudo-IMFs.
  • 3. An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization www.ijres.org 3 | Page Figure 1. EMD with end points Inspecting imf1, imf2, imf3, imf4 and imf5 in fig.1, we can find that every IMF is 0 at t=0. At the same time, we study the composition of signal x(n). The dynamic component sin(10πt+0.5π) is 1 at t=0. It is clear that imf1 distortion is obvious near t=0. The procedure of EMD is a kind of interpolating process based on signal extremum points. In practice, it is difficult to know whether two end points of signal are the extremum points. During the decomposition, two end points of signal are often simultaneously regarded as maximum point and minimum point. The envelope lines based extremum points will inevitably deform near the end points of signal, which results in distortion of IMFs derived from envelope lines. With the decomposition of signal, IMFs’ distortion will extend from signal end to signal middle. When signal is short, IMFs’ distortion is especially obvious. The phenomenon of IMFs’ distortion near the end points is called end effect in this paper. End effect directly influences EMD application. End points extending methods are often employed to control end effect. The basic principle of end points is to predict location and magnitude of data points outside of signal end points. Mirror method, statistical method, polynomial fitting method and neural network method are used to extend end points in [5]. In this paper, PSO is employed to estimate the data points outside of signal end points. IV. Particle Swarm Optimization Particle swarm optimization (PSO) is a global optimization method firstly proposed by J.Kennedy and R.C.Eberhart [7] in 1995. PSO searches the optimal solution by simulating the behavior of bird flock looking for food, and has been widely used to solve nonlinear, non-differentiable, multi-modal problems. PSO initializes a group of random particles, each of which represents a potential solution to a problem. The performance of each article is assessed by the fitness function previously constructed. Each particle adjusts its flying according to its own flying experience and its companions’ fly experience in solution space. In every generation particle swarm, each particle tracks two best values. The first one is the optimal solution found by particle own so far. The second one is the optimal solution found by whole particle swarm so far. By iteration research, the optimal solution can be obtained. The basic principle and steps of PSO are described in detail in [8]. For improving the performance of PSO, a weight is introduced in practice. The velocity equation of standard PSO can be modified as [9] 1 1 1 2 2( ) ( )t t t t t t id id id id gd idv v c r p x c r p x      , (5)
  • 4. An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization www.ijres.org 4 | Page where  is a weight which affects the proportion of the particle’s previous velocity in current velocity. If the valuate of  is large, then the global search performance of PSO is good and the local search performance is bad, and vice versa. A good weight will improve the performance of PSO and reduce the iteration times; t idv and t idx are the velocity and position of the i-th particle at t time; c1 and c2 are two positive constants (usually c1= c2=2); r1 and r2 are two random numbers in the range [0, 1]; t idp and t gdp are individual optimal position and global optimal position at t time For a good balance between global optimization and local optimization of PSO, an inertia weight [10] is presented as following start end start max           , (6) where max is the maximum iteration number,  is the current iteration number, start and end are the initial weight and final weight, respectively. At beginning, a large weight is good for global optimizing and fast search the region containing the optimal solution. The weight becomes small and small with iteration and the local searching performance of PSO is gradually improved, the global optimal solution can be obtained at last. V. Improved EMD Improved EMD based PSO can be summarized as follows: 1) Analyzing the frequency components of decomposed signal, and constructing the parameter equation of decomposed signal 1 ( ) sin(2 ) n i i i i f t w A f t       (7) where t is the sampling time, w is the static component, n is the number of the dynamic components, iA and i are the amplitude and initial phase of the i th dynamic component respectively, if is the i th frequency component obtained by spectral analysis. 2) Constructing the objective equation 2 1 ( ) min ( ( ) ( )) n i G f iT y iT   X , (8) where T is the sampling interval, n is the sample number of signal )(ty , [ , , 1, 2, , ]T i iw A i n   X is the parameter vector. 3) Using PSO to get the optimal estimation [ , , 1, 2, , ]T i iw A i n        X , and reconstructing signal )(ty , and extending the data points outside of end points of the inspected signal; 4) Decomposing the extended signal by EMD, and getting IMFs and residue of extended signal; 5) Subtracting the extended data points from the obtained IMFs and residue, and getting the true IMFs and
  • 5. An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization www.ijres.org 5 | Page residue contained in the inspected signal; 6) Calculating the correlation coefficient between each IMF and inspected signal, and judging the pseudo-IMF according to the correlation coefficient, pseudo-IMFs and residue added together to form the final residue of inspected signal. VI. Simulation Let ( ) 1 0.2sin(2 2 /3) 0.15sin(2 5 /5) 0.1sin(2 10 /6)f t t t t            is an inspected signal, where three sine functions denote the dynamic components contained in f(t) and 1 denotes the static component. The sampling interval is 0.001 s and sampling time is 0.2 s. For the dynamic component 0.2sin(2 2 /3)t  , only 0.4 multi cycles can be acquired in 0.2 sampling time. In t = [0, 0.2], there are only 4 extreme points in signal f(t). Using standard EMD method directly, the decomposition result is shown in fig.2. There exists obvious distortion near end points of imf1 and imf2. Inspecting signal f(t) at the same time, we can see that dynamic component 0.2sin(2 2 /3)t  has not been extracted. Figure 2 Decomposition result of standard EMD The frequencies obtained by spectrum analysis are regarded as the frequency components of the dynamic components. According to signal model (7), the amplitudes and initial phases of the dynamic components and the static component can be regarded as the unknown parameters. Combining the sampling signal with model (7), the objective function (8) is constructed. The population size is 100, and maximum iteration is 600, and convergence accuracy is 0.00001. The inertia weight (6) is used, and initial weight is 0.9, and final weight is 0.4. The objective function is employed as the fitness function to assess the particles’ performance. According to the estimations acquired, we can extend the signal to be decomposed by calculating the values of data points outside signal endpoints. Fig.3 shows the extension results at t=[-0.4 0] and t=[0.2 0.6]. It is clear that two extension parties are almost entirely consistent with original signal. We use EMD method to decompose the extended signal, and compute the correlation coefficients according to equation (4). The pseudo-IMFs and residue are added to form new residue. The new residue is regarded as the real residue of original signal. Fig.4 shows the last decomposition result. Compared with decomposition result shown in Fig.2, the distortions of IMFs obviously become small near the endpoints, and extract the lowest frequency component of original signal. EMD performance is improved obviously for short signal decomposition.
  • 6. An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization www.ijres.org 6 | Page Figure 3 Signal extension result Figure 4 Decomposition results using improved EMD VII. Conclusion This paper proposes an improved EMD for decomposing short signal. The procedure can be summarized as four steps: (1) Analyzing the frequency components of inspected signal, and regarding the static component, amplitudes and initial phases as unknowns, and constructing the parameter equation of signal. (2) Using PSO to obtain the optimal estimations of unknown parameters, and extending the inspected signal. (3) Using EMD to decompose the extended signal and get IMFs and residue. (4) Subtracting the extended parties from the obtained IMFs and get the IMFs of original signal, then calculating the correlation coefficients of each IMF and the original signal, the pseudo-IMFs and residue are added to form the residue of original signal. The simulation results illustrate the effectiveness of proposed method. VIII. Acknowledgment The work was supported by 2012 third batch abroad advanced studies plan of university young teachers in Shanghai. References [1.] Huang N E, et al. The empirical mode decomposition and the Hilbert spectrum for nonlinear and non-stationary time series analysis [A]. Proceedings of Royal Society[C], London, 1998, 44:903-995 [2.] Guo Song, Gu Guochang, Li Changyou. Adaptive image denoising based on EMD [J]. Computer Engineering and Application, 2013, 49(8): 12-16 [3.] Shi Peiming, Ding Xuejuan, Li Geng, Han Dongying. An improved method of EMD and its applications in rotating machinery fault diagnosis [J]. Journal of Vibration and Shock, 2013, 32(3): 195-190 [4.] Zhou Xuanchi, Bai Chunhua, Li Dachao. Study on Analysis of Earthquake Signal Processing based on HHT [J]. Control Engineering of China, 2013, 20(1): 141-144 [5.] Xu Baojie, Zhang Jianmin, Xu Xiaoli. A Study on the Method of Restraining the Ending Effect of Empirical Mode Decomposition. Transactions of Beijing Institute of Technology, 2006, 26: 197-200.
  • 7. An Improved Empirical Mode Decomposition Based On Particle Swarm Optimization www.ijres.org 7 | Page [6.] Z. K. Peng, P. W. Tse, F. L. Chu. An improved Hilbert-Huang transform and its application in vibration signal analysis [J]. Journal Sound and Vibration, 2005, (286):187-205 [7.] J.Kennedy, R.C. Eberchart. Particle Swarm. Optimization [C]. Proceeding of the IEEE International Conference on Neural Networks, Perth, Australia, 1942-1948, 1995 [8.] Li li, Niu ben.Particle Swarm Optimization Algorithm [M].Beijing:Metallurgical Industry Press,2009 [9.] Y.Shi, R. Eberhart, C. Empirical. 2000. Study of Particle Swarm Optimization [C]. Proceeding of World Multiconference on Syatemics. Cybernetics and Informatics, Orlando, FL:1945-1950. [10.] Y.Shi, R.C.Eberhart. 1998. A Modified Particle Swarm Optimizer [C]. Proceedings of the IEEE World Congress on Computational Intelligence: 69-73